Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed Apr 22, 2024
1 parent 4d7fdb4 commit 865b5f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/compute-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,6 @@ def generate_dispatch_group_jobs(matrix_job):
}

job_types = set(copy.deepcopy(matrix_job['job_types']))
for job_type in job_types:
if (not job_type in matrix_yaml['all_job_types']):
raise Exception(f"Unsupported job type {job_type}")

# job_types that appear in build_required_job_types:
build_required = set(matrix_yaml['build_required_job_types']) & job_types
Expand Down

0 comments on commit 865b5f4

Please sign in to comment.