Commit 76c38649 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

added bounds on job mem/time

parent f5a3de25
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -65,3 +65,4 @@ internal_testing_problem_0:
  rules:
    - if: '$CI_COMMIT_REF_NAME == "problem0"'
  tags: [c++-17]
  memory: 512m