Skip to content

Commit

Permalink
Merge branch 'ko3n1g/ci/job-runners-2' into 'main'
Browse files Browse the repository at this point in the history
ci: Unlock all cluster runners

See merge request ADLR/megatron-lm!2415
  • Loading branch information
ko3n1g committed Dec 3, 2024
2 parents 9f1ef85 + 9ceaab6 commit ae832c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitlab/stages/01.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ test:unit_tests_configure:
needs:
- test:formatting
- test:copyright
- test:secret_detection
- job: test:secret_detection
optional: true
- test:unit_tests_configure
extends: [.test_rules]
trigger:
Expand Down
5 changes: 1 addition & 4 deletions tests/test_utils/scripts/generate_jet_trigger_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,7 @@ def main(
raise ValueError(f"Platform {test_case.spec.platforms} unknown")

job_tags = list(tags)
runner_for_cluster = common.resolve_cluster_config(cluster)
# Todo: remove after all runners are onboarded
if runner_for_cluster == "draco-oci-ord" or runner_for_cluster == "draco-oci-iad":
job_tags.append(f"cluster/{runner_for_cluster}")
job_tags.append(f"cluster/{common.resolve_cluster_config(cluster)}")

script = [
"export PYTHONPATH=$(pwd); "
Expand Down

0 comments on commit ae832c7

Please sign in to comment.