Remove third job again

We are hitting the api rate limit, so this doesn't add much
This commit is contained in:
Christoph Reiter 2021-07-13 19:04:08 +02:00
parent 44337498b1
commit 235648ed1b

View File

@ -976,11 +976,6 @@ def write_build_plan(args: Any):
matrix["build-args"] = matrix["build-args"] + " --build-from end"
matrix["name"] = matrix["name"] + "-2"
jobs.append(matrix)
if build_count > 15:
matrix = dict(job_info["matrix"])
matrix["build-args"] = matrix["build-args"] + " --build-from middle"
matrix["name"] = matrix["name"] + "-3"
jobs.append(matrix)
write_out(jobs)