Skip to content

Add ci-operator config for SNO day2-worker 4.18 CI lane#79357

Draft
rdiscala wants to merge 1 commit into
openshift:mainfrom
rdiscala:TELCOV10N-1089-add-4.18-sno-day2-worker
Draft

Add ci-operator config for SNO day2-worker 4.18 CI lane#79357
rdiscala wants to merge 1 commit into
openshift:mainfrom
rdiscala:TELCOV10N-1089-add-4.18-sno-day2-worker

Conversation

@rdiscala
Copy link
Copy Markdown
Contributor

@rdiscala rdiscala commented May 15, 2026

Adapts the existing 4.20 sno-day2-worker variant to OpenShift 4.18, using the same infrastructure (kni-qe-106 hub, kni-qe-107 spoke) with 4.18-compatible operator channels (ACM release-2.13, MCE stable-2.8, TALM fbc-4-18, cluster-logging stable-6.1).

Adds a ci-operator configuration to run the SNO day2-worker ZTP CI lane against OpenShift 4.18 for the openshift-kni/eco-ci-cd setup.

What changed in practical terms

  • Adds ci-operator config: ci-operator/config/openshift-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main__cnf-ran-sno-day2-worker-4.18.yaml to enable the cnf-ran-ztp-tests periodic job targeting OpenShift 4.18 nightly releases (releases.latest.candidate -> version "4.18").
  • Uses the existing Telco QE test infrastructure: hub cluster kni-qe-106 and spoke cluster kni-qe-107, and reuses the eco-ci-cd build root image (image stream tag eco-ci-cd in telcov10n-ci).
  • DISCONNECTED/mirror support enabled (DISCONNECTED: "true", MIRROR_REGISTRY set) so the lane can run against mirrored operator images.

Key configuration details

  • Resource defaults: global resources['*'] set limits.memory 4Gi; requests cpu 100m, memory 200Mi.
  • Job scheduling & identity:
    • Test as: cnf-ran-ztp-tests, capabilities: intranet
    • Cron: 0 0 31 2 * (periodic)
    • JOB_NAME: periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-sno-day2-worker-4.18-cnf-ran-ztp-tests
    • JOB_TYPE: "1"
  • Operator channels and 4.18-compatible images:
    • advanced-cluster-management: channel release-2.13 (default_channel release-2.16)
    • multicluster-engine: channel stable-2.8 (default_channel stable-2.11)
    • topology-aware-lifecycle-manager: uses fbc catalog with ocp_operator_mirror_fbc_image_base pointing to a 4.18 FBC image base
    • cluster-logging: channel stable-6.1 (default_channel stable-6.4)
    • Other hub/spoke operator subscriptions and mirror/fbc settings are defined in HUB_OPERATORS and SPOKE_OPERATORS.
  • Test wiring and runtime env:
    • Pre-steps: hub deploy/config, mirror spoke operators, deploy spoke SNO and SNO day2-worker.
    • Test steps: cnf-gotests and eco-gotests for SNO worker.
    • Post-steps: report compacting, Slack notification, network trigger, and JUnit verification.
    • Environment includes ZTP repo/branches (ZTP_GIT_REPO, ZTP_GIT_BRANCH, ZTP_GIT_BRANCH_DAY2_WORKER), feature toggles (CNF_GOTESTS_FEATURES, ECO_GOTESTS_FEATURES), REPORTPORTAL/REPORTER settings, RAN_METRICS_LIST and other test-specific vars.

Metadata

  • zz_generated_metadata: branch=main, org=openshift-kni, repo=eco-ci-cd, variant=cnf-ran-sno-day2-worker-4.18.

Impact

  • Enables running the SNO day2-worker ZTP CI lane against OpenShift 4.18 on the existing Telco QE clusters with disconnected/mirror support and updated operator channels/images for 4.18 compatibility.

@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label May 15, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 15, 2026

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 15, 2026

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

Walkthrough

Adds a new CI-operator YAML that configures build/release roots and global resources, defines a cron-scheduled cnf-ran-ztp-tests job with detailed env and operator subscriptions, wires pre/test/post job refs, and records provenance metadata.

Changes

CNF RAN SNO Day2 Worker 4.18 CI Configuration

Layer / File(s) Summary
Build and release setup
ci-operator/config/openshift-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main__cnf-ran-sno-day2-worker-4.18.yaml
Build root image stream tag (eco-ci-cd in telcov10n-ci) and releases.latest.candidate set to OpenShift nightly 4.18; global resources['*'] constraints (memory limit 4Gi; requests cpu 100m, memory 200Mi).
CNF-RAN ZTP test definition
ci-operator/config/openshift-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main__cnf-ran-sno-day2-worker-4.18.yaml
Defines cnf-ran-ztp-tests with intranet capability, cron schedule, and env vars for disconnected/mirror registry, git repo/branch, gotests/eco-gotests toggles, reporter/ReportPortal, versioning, RAN metrics list, and operator subscription entries.
Test lifecycle wiring & provenance
ci-operator/config/openshift-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main__cnf-ran-sno-day2-worker-4.18.yaml
Connects pre, test, and post job refs for hub/mirror/spoke deployment and test execution; adds zz_generated_metadata fields (branch, org, repo, variant).

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

rehearsals-ack

🚥 Pre-merge checks | ✅ 12
✅ Passed checks (12 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title directly and accurately describes the main change: adding a ci-operator configuration file for the SNO day2-worker 4.18 CI lane, which matches the changeset content.
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 adds only CI configuration (YAML) and shell scripts, no Ginkgo test code. Check for stable test names is not applicable to this PR.
Test Structure And Quality ✅ Passed PR adds a CI-operator YAML configuration file, not Ginkgo test code. The custom check for test structure and quality is not applicable to configuration files.
Microshift Test Compatibility ✅ Passed PR adds CI-operator YAML configuration, not Ginkgo e2e test code. The custom check for MicroShift test compatibility is not applicable to CI configuration files.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR adds CI operator config file only, no new Ginkgo e2e tests; custom check not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed PR adds only a CI-Operator config file, not deployment manifests/operator code/controllers. No scheduling constraints found.
Ote Binary Stdout Contract ✅ Passed PR adds only a YAML CI configuration file, not executable code. OTE Binary Stdout Contract applies to test binaries, not config files; check is not applicable here.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR adds only a CI-operator YAML configuration file for OpenShift 4.18, not Ginkgo e2e tests. The check is not applicable.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 15, 2026
@rdiscala
Copy link
Copy Markdown
Contributor Author

@coderabbitai review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 15, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

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-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main__cnf-ran-sno-day2-worker-4.18.yaml`:
- Line 23: The cron entry "0 0 31 2 *" in the file
openshift-kni-eco-ci-cd-main__cnf-ran-sno-day2-worker-4.18.yaml is unschedulable
(February has no 31st); replace that cron expression with a valid schedule
(e.g., a valid February date like "0 0 28 2 *" or an alternative monthly
schedule) so the periodic lane actually runs, then follow the CI config workflow
by editing the file under ci-operator/config/<org>/<repo>/ and running make
update to regenerate downstream Prow job configs.
🪄 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: f0ce3fdd-ec34-46a8-badb-63682a312fe6

📥 Commits

Reviewing files that changed from the base of the PR and between e7cec76 and 6983a25.

⛔ Files ignored due to path filters (1)
  • ci-operator/jobs/openshift-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main-periodics.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (1)
  • ci-operator/config/openshift-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main__cnf-ran-sno-day2-worker-4.18.yaml

- as: cnf-ran-ztp-tests
capabilities:
- intranet
cron: 0 0 31 2 *
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot May 15, 2026

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

Cron schedule is unschedulable.

Line 23 uses 0 0 31 2 *, which never triggers (February has no 31st). This effectively disables the periodic lane.

Suggested fix
-  cron: 0 0 31 2 *
+  cron: 0 0 * * *
As per coding guidelines, "For CI configuration, edit files in `ci-operator/config///` and run `make update` to generate downstream Prow job configs".
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
cron: 0 0 31 2 *
cron: 0 0 * * *
🤖 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-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main__cnf-ran-sno-day2-worker-4.18.yaml`
at line 23, The cron entry "0 0 31 2 *" in the file
openshift-kni-eco-ci-cd-main__cnf-ran-sno-day2-worker-4.18.yaml is unschedulable
(February has no 31st); replace that cron expression with a valid schedule
(e.g., a valid February date like "0 0 28 2 *" or an alternative monthly
schedule) so the periodic lane actually runs, then follow the CI config workflow
by editing the file under ci-operator/config/<org>/<repo>/ and running make
update to regenerate downstream Prow job configs.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This is intentional, as we want to disable the job until the bug in the failed test is resolved upstream.

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.

🧩 Analysis chain

@rdiscala, understood! Using an impossible date like 0 0 31 2 * as a "dead cron" to intentionally park a periodic job is a recognized pattern in OpenShift CI. I'll resolve my comment and note this for future reviews.


🏁 Script executed:

#!/bin/bash
# Resolve the review comment made by coderabbitai[bot] on this PR
# First, list review comments on PR `#79357` to find the comment ID
gh api repos/openshift/release/pulls/79357/comments --jq '.[] | select(.user.login == "coderabbitai[bot]") | {id: .id, body: .body[0:80]}'

Length of output: 222


🏁 Script executed:

#!/bin/bash
# Resolve the review thread for comment ID 3250363928 using GraphQL
# First, get the pull request node ID and find the review thread
gh api graphql -f query='
{
  repository(owner: "openshift", name: "release") {
    pullRequest(number: 79357) {
      reviewThreads(first: 50) {
        nodes {
          id
          isResolved
          comments(first: 1) {
            nodes {
              databaseId
              body
            }
          }
        }
      }
    }
  }
}'  --jq '.data.repository.pullRequest.reviewThreads.nodes[] | select(.comments.nodes[0].databaseId == 3250363928) | {threadId: .id, isResolved: .isResolved}'

Length of output: 56


🏁 Script executed:

#!/bin/bash
# Resolve the review thread using GraphQL mutation
gh api graphql -f query='
mutation {
  resolveReviewThread(input: {threadId: "PRRT_kwDOBHvUUM6Cc3uz"}) {
    thread {
      id
      isResolved
    }
  }
}'

Length of output: 266


@rdiscala, I wasn't able to resolve the comment programmatically due to repository permission restrictions. Could you please resolve it manually? The learning has been saved so this pattern won't be flagged in future reviews.


✏️ Learnings added
Learnt from: rdiscala
Repo: openshift/release PR: 79357
File: ci-operator/config/openshift-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main__cnf-ran-sno-day2-worker-4.18.yaml:23-23
Timestamp: 2026-05-20T11:54:20.424Z
Learning: In OpenShift CI (openshift/release repository), using an impossible cron date such as `0 0 31 2 *` (February 31st) is an intentional pattern to effectively disable a periodic CI job without removing the configuration entirely. This is used to park a job while an upstream bug is being fixed. Do not flag this as an error during code review.

Note: Learnings are effective only in the context of similar code segments. To apply general coding guidelines, please configure review instructions. You can manage existing learnings in the app.

@rdiscala
Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-sno-day2-worker-4.18-cnf-ran-ztp-tests

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@rdiscala rdiscala force-pushed the TELCOV10N-1089-add-4.18-sno-day2-worker branch from 6983a25 to d0fa40e Compare May 18, 2026 13:12
@rdiscala
Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-sno-day2-worker-4.18-cnf-ran-ztp-tests

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@rdiscala rdiscala force-pushed the TELCOV10N-1089-add-4.18-sno-day2-worker branch from d0fa40e to 1129a33 Compare May 19, 2026 14:36
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 19, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rdiscala

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

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

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-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main__cnf-ran-sno-day2-worker-4.18.yaml`:
- Around line 46-47: The REPORTER_TEMPLATE_NAME value is split across lines with
a leading "- " which makes the YAML invalid; update the REPORTER_TEMPLATE_NAME
entry so the entire string is a single valid YAML scalar by either enclosing the
full value in quotes (e.g., "Telco 5G RAN Regression 4_18 - Telco 5G RAN
Regression - <build> - 4.18") or use a block scalar (|) to preserve line breaks,
ensuring the key REPORTER_TEMPLATE_NAME contains the intended multi-line or
single-line string without starting lines with "-" which would be interpreted as
a sequence item.
🪄 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: 6ec21a05-068d-4d04-98ca-aeaa100f6021

📥 Commits

Reviewing files that changed from the base of the PR and between d0fa40e and 1129a33.

⛔ Files ignored due to path filters (1)
  • ci-operator/jobs/openshift-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main-periodics.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (1)
  • ci-operator/config/openshift-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main__cnf-ran-sno-day2-worker-4.18.yaml

@rdiscala rdiscala force-pushed the TELCOV10N-1089-add-4.18-sno-day2-worker branch 2 times, most recently from 17e1b4c to c172d36 Compare May 19, 2026 15:57
@rdiscala
Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-sno-day2-worker-4.18-cnf-ran-ztp-tests

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@rdiscala rdiscala force-pushed the TELCOV10N-1089-add-4.18-sno-day2-worker branch from c172d36 to e6742fb Compare May 20, 2026 16:25
@openshift-merge-bot
Copy link
Copy Markdown
Contributor

@rdiscala, pj-rehearse: unable to determine affected jobs. This could be due to a branch that needs to be rebased. ERROR:

couldn't prepare candidate: couldn't checkout base SHA c7486c8354247baa75e0a7386efc9619f56e10f5: error checking out "c7486c8354247baa75e0a7386efc9619f56e10f5": exit status 128 fatal: unable to read tree (c7486c8354247baa75e0a7386efc9619f56e10f5)

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.

Adapts the existing 4.20 sno-day2-worker variant to OpenShift 4.18,
using the same infrastructure (kni-qe-106 hub, kni-qe-107 spoke) with
4.18-compatible operator channels (ACM release-2.13, MCE stable-2.8,
TALM fbc-4-18, cluster-logging stable-6.1).
@rdiscala rdiscala force-pushed the TELCOV10N-1089-add-4.18-sno-day2-worker branch from e6742fb to 0742246 Compare May 20, 2026 16:40
@openshift-merge-bot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@rdiscala: 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
periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-sno-day2-worker-4.18-cnf-ran-ztp-tests N/A periodic Periodic changed
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.

@rdiscala
Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-sno-day2-worker-4.18-cnf-ran-ztp-tests

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 20, 2026

@rdiscala: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/rehearse/periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-sno-day2-worker-4.18-cnf-ran-ztp-tests 0742246 link unknown /pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-cnf-ran-sno-day2-worker-4.18-cnf-ran-ztp-tests

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.

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/work-in-progress Indicates that a PR should not merge because it is a work in progress.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant