Skip to content

Add step IDs to stage Cloud Build config#4336

Closed
saschagrunert wants to merge 1 commit intokubernetes:masterfrom
saschagrunert:perf/parallel-obs-stage
Closed

Add step IDs to stage Cloud Build config#4336
saschagrunert wants to merge 1 commit intokubernetes:masterfrom
saschagrunert:perf/parallel-obs-stage

Conversation

@saschagrunert
Copy link
Member

@saschagrunert saschagrunert commented Mar 20, 2026

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

Adds explicit id fields to all Cloud Build steps in gcb/stage/cloudbuild.yaml for better log readability and debuggability.

Which issue(s) this PR fixes:

None

Special notes for your reviewer:

The waitFor: ['stage'] on obs-stage is functionally equivalent to the default sequential behavior but makes the dependency on staged GCS artifacts explicit.

Does this PR introduce a user-facing change?

NONE

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/feature Categorizes issue or PR as related to a new feature. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-priority labels Mar 20, 2026
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: saschagrunert

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. area/release-eng Issues or PRs related to the Release Engineering subproject sig/release Categorizes an issue or PR as relevant to SIG Release. labels Mar 20, 2026
@k8s-ci-robot k8s-ci-robot requested review from jimangel and jrsapi March 20, 2026 08:49
@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Mar 20, 2026
@saschagrunert saschagrunert changed the title WIP: Run OBS stage in parallel with krel stage Run OBS stage in parallel with krel stage Mar 20, 2026
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 20, 2026
Add explicit step IDs to all Cloud Build steps for better
log readability and debuggability. The OBS stage step uses
waitFor to depend on the stage step, since it downloads
artifacts from the GCS path that krel stage uploads to.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
@saschagrunert saschagrunert changed the title Run OBS stage in parallel with krel stage Add step IDs to stage Cloud Build config Mar 20, 2026
@saschagrunert saschagrunert force-pushed the perf/parallel-obs-stage branch from 2c8330b to 4f6fb3e Compare March 20, 2026 09:56
@saschagrunert saschagrunert deleted the perf/parallel-obs-stage branch March 20, 2026 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/release-eng Issues or PRs related to the Release Engineering subproject cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. needs-priority release-note-none Denotes a PR that doesn't merit a release note. sig/release Categorizes an issue or PR as relevant to SIG Release. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants