Skip to content

Commit

Permalink
Start RHCOS arch jobs earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
joepvd committed Nov 28, 2024
1 parent f6c65d0 commit 4508816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyartcd/pyartcd/pipelines/build_rhcos.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def stream(self):
def start_build(self):
"""Start a new build for the given version"""
# determine parameters
params = dict(STREAM=self.stream, EARLY_ARCH_JOBS="false")
params = dict(STREAM=self.stream, EARLY_ARCH_JOBS="true")
if self.new_build:
params["FORCE"] = "true"
job_url = f"{JENKINS_BASE_URL}/job/build/buildWithParameters"
Expand Down

0 comments on commit 4508816

Please sign in to comment.