Loading ci_cd/.gitlab-ci.yml +4 −1 Original line number Diff line number Diff line Loading @@ -5,3 +5,6 @@ stages: include: - local: 'ci_cd/problem0.yml' # hw2, problem 0 - local: 'ci_cd/problem1.yml' # hw2, problem 1 default: timeout: 5m No newline at end of file ci_cd/problem0.yml +1 −0 Original line number Diff line number Diff line Loading @@ -65,3 +65,4 @@ internal_testing_problem_0: rules: - if: '$CI_COMMIT_REF_NAME == "problem0"' tags: [c++-17] memory: 512m Loading
ci_cd/.gitlab-ci.yml +4 −1 Original line number Diff line number Diff line Loading @@ -5,3 +5,6 @@ stages: include: - local: 'ci_cd/problem0.yml' # hw2, problem 0 - local: 'ci_cd/problem1.yml' # hw2, problem 1 default: timeout: 5m No newline at end of file
ci_cd/problem0.yml +1 −0 Original line number Diff line number Diff line Loading @@ -65,3 +65,4 @@ internal_testing_problem_0: rules: - if: '$CI_COMMIT_REF_NAME == "problem0"' tags: [c++-17] memory: 512m