Loading ci_cd/problem2a.yml +76 −96 Original line number Diff line number Diff line Homepage Configs EC330 Homeworks HomeworkOne Repository homeworkone ci_cd problem2a.yml problem2a.yml Ari Trachtenberg's avatar changed timeout to trap in the gitlab job Ari Trachtenberg authored 4 days ago 2347b15f Code owners Assign users and groups as approvers for specific file changes. Learn more. problem2a.yml 1.81 KiB prebuild_problem_2a: stage: prebuild script: Loading @@ -37,6 +14,7 @@ rules: - if: '$CI_COMMIT_REF_NAME == "problem2a"' tags: [c++-17] compile_problem_2a: stage: compile needs: Loading @@ -52,6 +30,7 @@ rules: - if: '$CI_COMMIT_REF_NAME == "problem2a"' tags: [c++-17] exec_problem_2a: stage: test needs: Loading @@ -68,6 +47,7 @@ rules: - if: '$CI_COMMIT_REF_NAME == "problem2a"' tags: [c++-17] extra_credit: stage: extra needs: Loading Loading
ci_cd/problem2a.yml +76 −96 Original line number Diff line number Diff line Homepage Configs EC330 Homeworks HomeworkOne Repository homeworkone ci_cd problem2a.yml problem2a.yml Ari Trachtenberg's avatar changed timeout to trap in the gitlab job Ari Trachtenberg authored 4 days ago 2347b15f Code owners Assign users and groups as approvers for specific file changes. Learn more. problem2a.yml 1.81 KiB prebuild_problem_2a: stage: prebuild script: Loading @@ -37,6 +14,7 @@ rules: - if: '$CI_COMMIT_REF_NAME == "problem2a"' tags: [c++-17] compile_problem_2a: stage: compile needs: Loading @@ -52,6 +30,7 @@ rules: - if: '$CI_COMMIT_REF_NAME == "problem2a"' tags: [c++-17] exec_problem_2a: stage: test needs: Loading @@ -68,6 +47,7 @@ rules: - if: '$CI_COMMIT_REF_NAME == "problem2a"' tags: [c++-17] extra_credit: stage: extra needs: Loading