From 865b5f488ba2dc5231d4349d724db8b668f4a65d Mon Sep 17 00:00:00 2001 From: Allison Piper Date: Mon, 22 Apr 2024 22:19:04 +0000 Subject: [PATCH] Update --- ci/compute-matrix.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/compute-matrix.py b/ci/compute-matrix.py index 7db3e92380b..029e5c998ed 100755 --- a/ci/compute-matrix.py +++ b/ci/compute-matrix.py @@ -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