Skip to content

Commit

Permalink
test: Fix and add e2e_slurm_preemption tests to nightly workflow [DET…
Browse files Browse the repository at this point in the history
…-9237] (#806)

[excluding e2e_tests changes]
  • Loading branch information
jagadeesh545 authored and determined-ci committed Feb 2, 2024
1 parent f9e6f9e commit 6fab570
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3943,6 +3943,13 @@ workflows:
requires:
- package-and-push-system-local
extra-pytest-flags: "--no-compare-stats"
- test-e2e-slurm:
name: test-e2e-slurm-preemption
mark: "e2e_slurm_preemption"
slack-mentions: "${SLACK_USER_ID}"
requires:
- package-and-push-system-local
extra-pytest-flags: "--no-compare-stats"

release:
jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ searcher:
entrypoint: model_def:CIFARTrial
min_validation_period:
epochs: 1
min_checkpoint_period:
epochs: 1
max_restarts: 0
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ searcher:
entrypoint: model_def:CIFARTrial
min_validation_period:
epochs: 1
min_checkpoint_period:
epochs: 1
max_restarts: 0

0 comments on commit 6fab570

Please sign in to comment.