Loading .idea/workspace.xml +30 −6 Original line number Diff line number Diff line Loading @@ -21,10 +21,7 @@ </configurations> </component> <component name="ChangeListManager"> <list default="true" id="f6475f6c-fa5c-4aae-8ed2-f2e23b9c0169" name="Changes" comment="bug fixes"> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ci_cd/problem1.yml" beforeDir="false" afterPath="$PROJECT_DIR$/ci_cd/problem1.yml" afterDir="false" /> </list> <list default="true" id="f6475f6c-fa5c-4aae-8ed2-f2e23b9c0169" name="Changes" comment="bug fixes" /> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> Loading Loading @@ -83,7 +80,7 @@ <workItem from="1727463911877" duration="1947000" /> <workItem from="1727635232946" duration="125000" /> <workItem from="1727635553626" duration="1104000" /> <workItem from="1727650187899" duration="3638000" /> <workItem from="1727650187899" duration="4016000" /> </task> <task id="LOCAL-00001" summary="updated ci/cd"> <option name="closed" value="true" /> Loading Loading @@ -197,7 +194,23 @@ <option name="project" value="LOCAL" /> <updated>1727656558652</updated> </task> <option name="localTasksCounter" value="15" /> <task id="LOCAL-00015" summary="bug fixes"> <option name="closed" value="true" /> <created>1727661585943</created> <option name="number" value="00015" /> <option name="presentableId" value="LOCAL-00015" /> <option name="project" value="LOCAL" /> <updated>1727661585943</updated> </task> <task id="LOCAL-00016" summary="bug fixes"> <option name="closed" value="true" /> <created>1727661870925</created> <option name="number" value="00016" /> <option name="presentableId" value="LOCAL-00016" /> <option name="project" value="LOCAL" /> <updated>1727661870925</updated> </task> <option name="localTasksCounter" value="17" /> <servers /> </component> <component name="TypeScriptGeneratedFilesManager"> Loading @@ -208,6 +221,17 @@ <isAutomaticFoundErrors value="true" /> <isAutomaticReloadCMake value="true" /> </component> <component name="Vcs.Log.Tabs.Properties"> <option name="TAB_STATES"> <map> <entry key="MAIN"> <value> <State /> </value> </entry> </map> </option> </component> <component name="VcsManagerConfiguration"> <MESSAGE value="updated ci/cd" /> <MESSAGE value="added bounds on job mem/time" /> Loading ci_cd/problem1.yml +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ internal_testing_problem_1: - cp -f problem1.cpp problem1.h homework-two-internal/internal_tests/ - cd homework-two-internal/internal_tests/ - make internalTestProblem1 - -ls -lr - ls -lr - ./internalTestProblem1 > /dev/null #2>&1 - RESULT=$(cat output.txt | tail -n 1) - curl "https://agile.bu.edu/ec327_scripts/bestScores.pl?key=$MAGIC_KEY&file=MakeTotal&name=$GITLAB_USER_LOGIN&score=$RESULT" Loading Loading
.idea/workspace.xml +30 −6 Original line number Diff line number Diff line Loading @@ -21,10 +21,7 @@ </configurations> </component> <component name="ChangeListManager"> <list default="true" id="f6475f6c-fa5c-4aae-8ed2-f2e23b9c0169" name="Changes" comment="bug fixes"> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ci_cd/problem1.yml" beforeDir="false" afterPath="$PROJECT_DIR$/ci_cd/problem1.yml" afterDir="false" /> </list> <list default="true" id="f6475f6c-fa5c-4aae-8ed2-f2e23b9c0169" name="Changes" comment="bug fixes" /> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> Loading Loading @@ -83,7 +80,7 @@ <workItem from="1727463911877" duration="1947000" /> <workItem from="1727635232946" duration="125000" /> <workItem from="1727635553626" duration="1104000" /> <workItem from="1727650187899" duration="3638000" /> <workItem from="1727650187899" duration="4016000" /> </task> <task id="LOCAL-00001" summary="updated ci/cd"> <option name="closed" value="true" /> Loading Loading @@ -197,7 +194,23 @@ <option name="project" value="LOCAL" /> <updated>1727656558652</updated> </task> <option name="localTasksCounter" value="15" /> <task id="LOCAL-00015" summary="bug fixes"> <option name="closed" value="true" /> <created>1727661585943</created> <option name="number" value="00015" /> <option name="presentableId" value="LOCAL-00015" /> <option name="project" value="LOCAL" /> <updated>1727661585943</updated> </task> <task id="LOCAL-00016" summary="bug fixes"> <option name="closed" value="true" /> <created>1727661870925</created> <option name="number" value="00016" /> <option name="presentableId" value="LOCAL-00016" /> <option name="project" value="LOCAL" /> <updated>1727661870925</updated> </task> <option name="localTasksCounter" value="17" /> <servers /> </component> <component name="TypeScriptGeneratedFilesManager"> Loading @@ -208,6 +221,17 @@ <isAutomaticFoundErrors value="true" /> <isAutomaticReloadCMake value="true" /> </component> <component name="Vcs.Log.Tabs.Properties"> <option name="TAB_STATES"> <map> <entry key="MAIN"> <value> <State /> </value> </entry> </map> </option> </component> <component name="VcsManagerConfiguration"> <MESSAGE value="updated ci/cd" /> <MESSAGE value="added bounds on job mem/time" /> Loading
ci_cd/problem1.yml +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ internal_testing_problem_1: - cp -f problem1.cpp problem1.h homework-two-internal/internal_tests/ - cd homework-two-internal/internal_tests/ - make internalTestProblem1 - -ls -lr - ls -lr - ./internalTestProblem1 > /dev/null #2>&1 - RESULT=$(cat output.txt | tail -n 1) - curl "https://agile.bu.edu/ec327_scripts/bestScores.pl?key=$MAGIC_KEY&file=MakeTotal&name=$GITLAB_USER_LOGIN&score=$RESULT" Loading