Skip to content

[DNM] Sync Serverless CI config/serverless-operator.yaml#80071

Closed
maschmid wants to merge 1 commit into
openshift:mainfrom
maschmid:sync-serverless-ci
Closed

[DNM] Sync Serverless CI config/serverless-operator.yaml#80071
maschmid wants to merge 1 commit into
openshift:mainfrom
maschmid:sync-serverless-ci

Conversation

@maschmid

@maschmid maschmid commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

test only

Summary by CodeRabbit

This PR updates CI operator configurations for the OpenShift Knative Serverless Operator release 1.37 pipeline across multiple variants.

Files modified:

  1. openshift-knative-serverless-operator-release-1.37__420.yaml (new file, +321 lines)

    • Adds complete CI configuration for a new variant (420) of the serverless operator release pipeline
    • Defines image build roots with Dockerfile inputs from multiple base images
    • Configures two test jobs: kitchensink-upgrade (optional) and kitchensink-upgrade-c (cron-scheduled)
    • Both test jobs include must-gather collection, debug logging, and AWS-specific cluster settings
    • Sets up a long-running upgrade test with dependencies on operator, must-gather, index, bundle, and ingress components
  2. openshift-knative-serverless-operator-release-1.37__421.yaml (-87 lines)

    • Removes the kitchensink-upgrade test job and its associated post-step configuration for log collection and must-gather
  3. openshift-knative-serverless-operator-release-1.37__ocp-4.22-lp-interop.yaml (+8/-6 lines)

    • Injects COMPUTE_NODE_REPLICAS=6 environment variable for AWS LP interop test configurations (two locations)
    • Adds SKIP_SPOT_INSTANCES=true and MAP_TESTS=true flags to end-to-end test steps (test-e2e-with-kafka, test-upstream-e2e-no-upgrade, test-upstream-e2e-kafka-no-upgrade)
    • Applies these changes across both AWS and AWS FIPS configuration sections

Note: This PR is marked [DNM] (Do Not Merge) with "test only" description, indicating it's intended for testing purposes.

@maschmid

maschmid commented Jun 4, 2026

Copy link
Copy Markdown
Contributor Author

/hold

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 4, 2026
@coderabbitai

coderabbitai Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Walkthrough

This PR introduces complete CI configuration for OpenShift Knative serverless-operator release 1.37, adding a new variant 420 pipeline with image builds and dual kitchensink upgrade tests, removing a duplicate test from variant 421, and updating LP interop test settings with compute node replicas and instance/mapping flags across AWS regions.

Changes

Release 1.37 CI Configuration

Layer / File(s) Summary
Release 1.37 variant 420 base configuration
ci-operator/config/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.37__420.yaml
Base images from multiple OpenShift/origin sources, build root configuration, image build graph mapping Dockerfiles to output images (serverless-operator, must-gather, index, bundle, openshift knative operator, source, ingress, metadata webhook), CI controls, release channel/version selection, and default resource limits.
Release 1.37 variant 420 test jobs and metadata
ci-operator/config/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.37__420.yaml
Optional and cron-scheduled kitchensink upgrade test jobs with post-step log/must-gather collection, AWS environment setup, and 4-hour upgrade test step with dependencies on operator/must-gather/index/bundle/ingress. Includes generated metadata for release-1.37 branch and variant 420.
Release 1.37 variant 421 test job removal
ci-operator/config/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.37__421.yaml
Removes the kitchensink-upgrade test job, post-step log collection, and dependency wiring from variant 421.
LP interop test configuration updates
ci-operator/config/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.37__ocp-4.22-lp-interop.yaml
Adds COMPUTE_NODE_REPLICAS: 6 to AWS LP and AWS FIPS interop test blocks; injects SKIP_SPOT_INSTANCES=true and MAP_TESTS=true flags into test-e2e-with-kafka, test-upstream-e2e-no-upgrade, and test-upstream-e2e-kafka-no-upgrade across both AWS and AWS FIPS sections.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Suggested labels

ok-to-test

Suggested reviewers

  • dsimansk
  • mvinkler

Important

Pre-merge checks failed

Please resolve all errors before merging. Addressing warnings is optional.

❌ Failed checks (1 error, 1 warning)

Check name Status Explanation Resolution
No-Sensitive-Data-In-Logs ❌ Error Email address maschmid@redhat.com exposed as PII in FIREWATCH_DEFAULT_JIRA_ASSIGNEE environment variable in ocp-4.22-lp-interop.yaml, will be logged in job output. Remove email address from environment variables or use a generic/placeholder value, store actual assignee in secrets management system.
Title check ⚠️ Warning The title indicates '[DNM]' (Do Not Merge) and references syncing a CI configuration file, but the actual changes modify multiple YAML files in the serverless-operator directory with specific configuration additions/removals and test environment adjustments. The title is vague and potentially misleading. Consider a more specific title like 'Update serverless-operator CI config for release-1.37 variants' to accurately reflect the specific configuration changes being made across multiple files.
✅ Passed checks (13 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed PR modifies only YAML CI-operator config files, not Ginkgo test source code. The check applies to test code with It(), Describe(), etc., which is not present.
Test Structure And Quality ✅ Passed This PR contains CI-operator YAML configuration files only, not Ginkgo test code. The check for "Test Structure and Quality" is inapplicable to YAML configuration files.
Microshift Test Compatibility ✅ Passed PR modifies only CI-operator YAML configuration files, not Go test code. The MicroShift compatibility check applies to new Ginkgo e2e tests, which this PR does not contain.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR contains only YAML CI/CD config files, not new Ginkgo e2e tests. The custom check for SNO test compatibility only applies to new test code, which is absent here.
Topology-Aware Scheduling Compatibility ✅ Passed Changes are to CI-operator configuration files (not deployment manifests, operator code, or controllers). No scheduling constraints for application workloads are introduced.
Ote Binary Stdout Contract ✅ Passed This PR modifies only YAML CI operator configuration files (not Go code or binaries), so the OTE Binary Stdout Contract check is not applicable.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed No new Ginkgo e2e tests (It(), Describe(), etc.) are added in this PR. Changes are only to CI-operator YAML configuration files, not test code. The check is not applicable.
No-Weak-Crypto ✅ Passed PR contains only CI-operator configuration YAML files with no cryptographic implementations, weak algorithms, or non-constant-time comparisons.
Container-Privileges ✅ Passed PR modifies only CI-operator configuration files, not Kubernetes container manifests; no privileged/allowPrivilegeEscalation/hostPID/hostNetwork/hostIPC/SYS_ADMIN settings found.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci openshift-ci Bot requested review from Kaustubh-pande and dsimansk June 4, 2026 07:42
@openshift-ci

openshift-ci Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: maschmid

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

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 4, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@maschmid: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-openshift-knative-serverless-operator-release-1.37-420-images openshift-knative/serverless-operator presubmit Presubmit changed
pull-ci-openshift-knative-serverless-operator-release-1.37-420-kitchensink-upgrade openshift-knative/serverless-operator presubmit Presubmit changed
periodic-ci-openshift-knative-serverless-operator-release-1.37-ocp-4.22-lp-interop-cr-operator-e2e-aws N/A periodic Ci-operator config changed
periodic-ci-openshift-knative-serverless-operator-release-1.37-420-kitchensink-upgrade-c N/A periodic Periodic changed
periodic-ci-openshift-knative-serverless-operator-release-1.37-ocp-4.22-lp-interop-aws-fips N/A periodic Ci-operator config changed

Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@maschmid

maschmid commented Jun 4, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@maschmid: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In
`@ci-operator/config/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.37__420.yaml`:
- Around line 183-184: The post-step that runs openshift-gather-extra currently
downloads and executes the remote script via "curl -skSL ... | /bin/bash -s";
update the post step(s) named openshift-gather-extra to use the in-repo
step-registry reference instead (replace the curl+pipe command with a step entry
"ref: gather-extra" and ensure "from: serverless-source-image" matches), or
alternatively change the curl invocation to a pinned immutable commit URL and
remove the "-k" flag; locate the command strings in the YAML (the commands block
under openshift-gather-extra) and replace accordingly.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: d8df9f0f-4ab7-4166-a1a2-41c788ec3d5a

📥 Commits

Reviewing files that changed from the base of the PR and between 9b3cb70 and 0d71aeb.

⛔ Files ignored due to path filters (2)
  • ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.37-periodics.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.37-presubmits.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (3)
  • ci-operator/config/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.37__420.yaml
  • ci-operator/config/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.37__421.yaml
  • ci-operator/config/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.37__ocp-4.22-lp-interop.yaml
💤 Files with no reviewable changes (1)
  • ci-operator/config/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.37__421.yaml

Comment on lines +183 to +184
commands: curl -skSL https://raw.githubusercontent.com/openshift/release/main/ci-operator/step-registry/gather/extra/gather-extra-commands.sh
| /bin/bash -s

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Verify current remote-script execution usage and discover in-repo gather-extra step alternatives.

# 1) Locate all mutable remote curl|bash usages in ci-operator configs
rg -n -C2 'curl -skSL https://raw.githubusercontent.com/openshift/release/main/ci-operator/step-registry/gather/extra/gather-extra-commands\.sh\s*\|\s*/bin/bash -s' ci-operator/config

# 2) Find gather-extra step-registry definitions that can replace remote execution
fd -i 'gather-extra*.yaml' ci-operator/step-registry

# 3) Show references to gather-extra command assets in step-registry
rg -n -C2 'gather-extra-commands\.sh|as:\s*gather-extra' ci-operator/step-registry

Repository: openshift/release

Length of output: 3849


🏁 Script executed:

#!/bin/bash
set -euo pipefail

FILE="ci-operator/config/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.37__420.yaml"

echo "== curl usage in $FILE =="
rg -n 'curl -skSL|raw\.githubusercontent\.com|/bin/bash -s' "$FILE" || true

echo
echo "== Context around lines 170-210 =="
nl -ba "$FILE" | sed -n '170,210p'

echo
echo "== Context around lines 250-310 =="
nl -ba "$FILE" | sed -n '250,310p'

echo
echo "== Existing in-repo gather-extra step-registry refs (if present) =="
ls -la ci-operator/step-registry/gather/extra/ 2>/dev/null || true
test -f ci-operator/step-registry/gather/extra/gather-extra-ref.yaml && nl -ba ci-operator/step-registry/gather/extra/gather-extra-ref.yaml | head -n 80 || true
test -f ci-operator/step-registry/gather/extra/gather-extra-commands.sh && nl -ba ci-operator/step-registry/gather/extra/gather-extra-commands.sh | head -n 40 || true

Repository: openshift/release

Length of output: 655


🏁 Script executed:

#!/bin/bash
set -euo pipefail

FILE="ci-operator/config/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.37__420.yaml"

echo "== curl usage in $FILE =="
rg -n 'curl -skSL|raw\.githubusercontent\.com|/bin/bash -s' "$FILE" || true

echo
echo "== Context around lines 175-190 =="
awk 'NR>=175 && NR<=190 {printf "%d:%s\n", NR, $0}' "$FILE"

echo
echo "== Context around lines 268-290 =="
awk 'NR>=268 && NR<=290 {printf "%d:%s\n", NR, $0}' "$FILE"

echo
echo "== In-repo gather-extra step-registry files =="
ls -la ci-operator/step-registry/gather/extra 2>/dev/null || true
test -f ci-operator/step-registry/gather/extra/gather-extra-ref.yaml && echo "FOUND gather-extra-ref.yaml" || echo "MISSING gather-extra-ref.yaml"
test -f ci-operator/step-registry/gather/extra/gather-extra-commands.sh && echo "FOUND gather-extra-commands.sh" || echo "MISSING gather-extra-commands.sh"

echo
echo "== Top of gather-extra-ref.yaml (if present) =="
if test -f ci-operator/step-registry/gather/extra/gather-extra-ref.yaml; then
  head -n 60 ci-operator/step-registry/gather/extra/gather-extra-ref.yaml
fi

echo
echo "== First lines of gather-extra-commands.sh (if present) =="
if test -f ci-operator/step-registry/gather/extra/gather-extra-commands.sh; then
  head -n 60 ci-operator/step-registry/gather/extra/gather-extra-commands.sh
fi

Repository: openshift/release

Length of output: 6357


🏁 Script executed:

#!/bin/bash
set -euo pipefail

FILE="ci-operator/config/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.37__420.yaml"

echo "== How gather-extra is referenced elsewhere (repo-wide) =="
rg -n --glob 'ci-operator/config/**/*.yaml' 'as:\s*openshift-gather-extra|gather-extra-ref\.yaml|commands:\s*gather-extra-commands\.sh|ref:\s*gather-extra\b' ci-operator/config | head -n 80

echo
echo "== Gather-extra references in this specific file =="
rg -n 'gather-extra|openshift-gather-extra' "$FILE" || true

echo
echo "== Show the full openshift-gather-extra blocks =="
awk 'NR>=160 && NR<=200 {print} NR==200{exit}' "$FILE"
awk 'NR>=260 && NR<=300 {print}' "$FILE"

Repository: openshift/release

Length of output: 15076


🏁 Script executed:

#!/bin/bash
set -euo pipefail

TARGET="ci-operator/config/redhat-openshift-ecosystem/msp/redhat-openshift-ecosystem-msp-osd-4.10.yaml"

echo "== Inspect $TARGET around gather-extra ref =="
rg -n "ref:\s*gather-extra|as:\s*openshift-gather-extra" "$TARGET"
awk 'NR>=35 && NR<=80 {print}' "$TARGET"

Repository: openshift/release

Length of output: 1473


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "== Gather-extra ref yaml =="
FILE="ci-operator/step-registry/gather/extra/gather-extra-ref.yaml"
nl -ba "$FILE" | head -n 120

echo
echo "== Search for in-repo gather-extra usage patterns (ref: gather-extra) =="
rg -n --glob 'ci-operator/config/**/*.yaml' 'ref:\s*gather-extra\b' ci-operator/config | head -n 50

echo
echo "== Show a couple surrounding blocks of ref: gather-extra =="
rg -n --glob 'ci-operator/config/**/*.yaml' -C4 'ref:\s*gather-extra\b' ci-operator/config | head -n 120

echo
echo "== Search for configs using curl|bash gather-extra-commands.sh =="
rg -n --glob 'ci-operator/config/**/*.yaml' 'curl -skSL .*gather/extra/gather-extra-commands\.sh\s*\|\s*/bin/bash -s' ci-operator/config | head -n 50

Repository: openshift/release

Length of output: 150


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "== Gather-extra ref yaml first 120 lines =="
FILE="ci-operator/step-registry/gather/extra/gather-extra-ref.yaml"
if test -f "$FILE"; then
  head -n 120 "$FILE"
else
  echo "MISSING $FILE"
fi

echo
echo "== Gather-extra ref occurrences (show up to 5 matches) =="
rg -n --glob 'ci-operator/config/**/*.yaml' 'ref:\s*gather-extra\b' ci-operator/config | head -n 5

echo
echo "== Configs using in-repo gather-extra commands via ref: gather-extra (show -C2 around first match) =="
FIRST="$(rg -n --glob 'ci-operator/config/**/*.yaml' 'ref:\s*gather-extra\b' ci-operator/config | head -n 1 | cut -d: -f1)"
if test -n "$FIRST" && test -f "$FIRST"; then
  rg -n -C2 'ref:\s*gather-extra\b' "$FIRST"
fi

echo
echo "== Any configs using curl|bash gather-extra-commands.sh (show up to 10 matches) =="
rg -n --glob 'ci-operator/config/**/*.yaml' 'curl -skSL .*gather/extra/gather-extra-commands\.sh.*\|\s*/bin/bash -s' ci-operator/config | head -n 10

Repository: openshift/release

Length of output: 1187


🏁 Script executed:

#!/bin/bash
set -euo pipefail

FILE="ci-operator/config/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.37__420.yaml"

echo "== Top-level image definitions (first ~220 lines) =="
head -n 220 "$FILE"

echo
echo "== Where serverless-source-image is defined (search) =="
rg -n 'serverless-source-image|from:\s*serverless-source-image|as:\s*serverless-source-image' "$FILE"

echo
echo "== Post-step block for openshift-gather-extra (first occurrence, ~170-210) =="
awk 'NR>=160 && NR<=210 {print}' "$FILE"

echo
echo "== Post-step block for openshift-gather-extra (second occurrence, ~250-300) =="
awk 'NR>=250 && NR<=300 {print}' "$FILE"

Repository: openshift/release

Length of output: 11019


🏁 Script executed:

#!/bin/bash
set -euo pipefail

# Pick a known file that uses "as: openshift-gather-extra" (no network access change needed)
FILE="ci-operator/config/openshift-knative/serving/openshift-knative-serving-release-next__420.yaml"

echo "== Looking for openshift-gather-extra blocks in $FILE =="
rg -n "as:\s*openshift-gather-extra|ref:\s*gather-extra|gather-extra-commands\.sh|curl -skSL .*gather/extra" "$FILE"

echo
echo "== Show first openshift-gather-extra block (around first match) =="
FIRST_LINE="$(rg -n "as:\s*openshift-gather-extra" "$FILE" | head -n1 | cut -d: -f1)"
if test -n "${FIRST_LINE}"; then
  START=$((FIRST_LINE-20))
  END=$((FIRST_LINE+60))
  awk -v s="$START" -v e="$END" 'NR>=s && NR<=e {print}' "$FILE"
fi

Repository: openshift/release

Length of output: 3740


Replace remote curl -skSL ... | /bin/bash -s gather-extra execution with in-repo ref: gather-extra.

In ci-operator/config/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.37__420.yaml, the openshift-gather-extra post steps (lines 183-184 and 278-279) download ci-operator/step-registry/gather/extra/gather-extra-commands.sh from the mutable .../main/... path and execute it with TLS verification disabled (-k). Switch to the in-tree step-registry ci-operator/step-registry/gather/extra/gather-extra-ref.yaml (- ref: gather-extra, matching the current from: serverless-source-image), or pin to an immutable commit URL and remove -k.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In
`@ci-operator/config/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.37__420.yaml`
around lines 183 - 184, The post-step that runs openshift-gather-extra currently
downloads and executes the remote script via "curl -skSL ... | /bin/bash -s";
update the post step(s) named openshift-gather-extra to use the in-repo
step-registry reference instead (replace the curl+pipe command with a step entry
"ref: gather-extra" and ensure "from: serverless-source-image" matches), or
alternatively change the curl invocation to a pinned immutable commit URL and
remove the "-k" flag; locate the command strings in the YAML (the commands block
under openshift-gather-extra) and replace accordingly.

@openshift-ci

openshift-ci Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

@maschmid: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@maschmid maschmid closed this Jun 4, 2026
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. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant