Loading .idea/workspace.xml +13 −4 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ </configurations> </component> <component name="ChangeListManager"> <list default="true" id="f6475f6c-fa5c-4aae-8ed2-f2e23b9c0169" name="Changes" comment="added internal tests for problem 1"> <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> Loading Loading @@ -83,7 +83,7 @@ <workItem from="1727463911877" duration="1947000" /> <workItem from="1727635232946" duration="125000" /> <workItem from="1727635553626" duration="1104000" /> <workItem from="1727650187899" duration="2239000" /> <workItem from="1727650187899" duration="3638000" /> </task> <task id="LOCAL-00001" summary="updated ci/cd"> <option name="closed" value="true" /> Loading Loading @@ -189,7 +189,15 @@ <option name="project" value="LOCAL" /> <updated>1727636619280</updated> </task> <option name="localTasksCounter" value="14" /> <task id="LOCAL-00014" summary="bug fixes"> <option name="closed" value="true" /> <created>1727656558652</created> <option name="number" value="00014" /> <option name="presentableId" value="LOCAL-00014" /> <option name="project" value="LOCAL" /> <updated>1727656558652</updated> </task> <option name="localTasksCounter" value="15" /> <servers /> </component> <component name="TypeScriptGeneratedFilesManager"> Loading @@ -204,6 +212,7 @@ <MESSAGE value="updated ci/cd" /> <MESSAGE value="added bounds on job mem/time" /> <MESSAGE value="added internal tests for problem 1" /> <option name="LAST_COMMIT_MESSAGE" value="added internal tests for problem 1" /> <MESSAGE value="bug fixes" /> <option name="LAST_COMMIT_MESSAGE" value="bug fixes" /> </component> </project> No newline at end of file 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 - ./internalTestProblem1 > /dev/null 2>&1 - ./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" rules: Loading Loading
.idea/workspace.xml +13 −4 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ </configurations> </component> <component name="ChangeListManager"> <list default="true" id="f6475f6c-fa5c-4aae-8ed2-f2e23b9c0169" name="Changes" comment="added internal tests for problem 1"> <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> Loading Loading @@ -83,7 +83,7 @@ <workItem from="1727463911877" duration="1947000" /> <workItem from="1727635232946" duration="125000" /> <workItem from="1727635553626" duration="1104000" /> <workItem from="1727650187899" duration="2239000" /> <workItem from="1727650187899" duration="3638000" /> </task> <task id="LOCAL-00001" summary="updated ci/cd"> <option name="closed" value="true" /> Loading Loading @@ -189,7 +189,15 @@ <option name="project" value="LOCAL" /> <updated>1727636619280</updated> </task> <option name="localTasksCounter" value="14" /> <task id="LOCAL-00014" summary="bug fixes"> <option name="closed" value="true" /> <created>1727656558652</created> <option name="number" value="00014" /> <option name="presentableId" value="LOCAL-00014" /> <option name="project" value="LOCAL" /> <updated>1727656558652</updated> </task> <option name="localTasksCounter" value="15" /> <servers /> </component> <component name="TypeScriptGeneratedFilesManager"> Loading @@ -204,6 +212,7 @@ <MESSAGE value="updated ci/cd" /> <MESSAGE value="added bounds on job mem/time" /> <MESSAGE value="added internal tests for problem 1" /> <option name="LAST_COMMIT_MESSAGE" value="added internal tests for problem 1" /> <MESSAGE value="bug fixes" /> <option name="LAST_COMMIT_MESSAGE" value="bug fixes" /> </component> </project> No newline at end of file
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 - ./internalTestProblem1 > /dev/null 2>&1 - ./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" rules: Loading