Skip to content

Add GCP IPI ci-operator config for Quay e2e tests#81748

Open
redhat-chai-bot wants to merge 7 commits into
openshift:mainfrom
redhat-chai-bot:quay-gcp-ipi-jobs
Open

Add GCP IPI ci-operator config for Quay e2e tests#81748
redhat-chai-bot wants to merge 7 commits into
openshift:mainfrom
redhat-chai-bot:quay-gcp-ipi-jobs

Conversation

@redhat-chai-bot

@redhat-chai-bot redhat-chai-bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds a new ci-operator config variant (quay-gcp-ocp) that provisions OCP clusters on GCP IPI for Quay end-to-end testing. This fills the gap where all existing Quay self-managed OCP tests use AWS IPI exclusively.

What's New

New file: ci-operator/config/quay/quay-tests/quay-quay-tests-master__quay-gcp-ocp.yaml

Two Gangway-triggerable jobs (both use cron: '@yearly' + MULTISTAGE_PARAM_OVERRIDE_*):

  • quay-e2e-tests-quay317-ocp421-gcp-ipi — Quay 3.17 on OCP 4.21 / GCP IPI
  • quay-e2e-tests-quay318-ocp421-gcp-ipi — Quay 3.18 on OCP 4.21 / GCP IPI

Key Configuration

Setting Value
Cluster profile gcp-quay-qe
Workflow cucushift-installer-rehearse-gcp-ipi
Compute n2-standard-8 × 6 replicas
Storage GCS via quay-tests-deploy-quay-gcp
Gangway overrides MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE
Slack reporting #quay-qe

Test Steps

  1. quay-tests-enable-quay-catalogsource — enable FBC catalog
  2. quay-tests-deploy-quay-gcp — deploy Quay with GCS storage
  3. quay-tests-test-quay-api — API test suite
  4. quay-tests-test-quay-e2e — e2e test suite
  5. quay-tests-deprovisioning-aws-gcp-azure-storage-buckets — cleanup

Verification Notes

Before merging, please verify:

  • gcp-quay-qe-quota-slice has sufficient capacity (48 vCPUs per run)
  • quay-qe-gcp-secret credentials are still active
  • gcp-quay-qe cluster profile has a configured DNS zone

/cc @quay/quay-qe

Summary by CodeRabbit

  • New quay-gcp-ocp CI operator variant

    • Added a Quay test variant for OCP 4.21 on GCP IPI (variant: quay-gcp-ocp) using the gcp-qe cluster profile and the cucushift-installer-rehearse-gcp-ipi workflow.
    • Defines GCS-backed Quay storage (QUAY_STORAGE_PROVIDER: gcp) and Slack reporting to #quay-qe.
    • Adds two Gangway-triggerable jobs:
      • Quay 3.17 on OCP 4.21 (QUAY_VERSION: 3.17, operator channel stable-3.17)
      • Quay 3.18 on OCP 4.21 (QUAY_VERSION: 3.18, operator channel stable-3.18)
    • Both jobs use n2-standard-8 compute replicas and run the sequence: enable Quay catalog → deploy Quay (GCS) → run Quay API + end-to-end tests → clean up storage buckets (including GCS).
  • Two yearly periodic Prow jobs for GCP IPI E2E

    • Added periodic Gangway-triggered jobs scheduled @yearly for:
      • ...quay-e2e-tests-quay317-ocp421-gcp-ipi
      • ...quay-e2e-tests-quay318-ocp421-gcp-ipi
    • Both report to Slack (#quay-qe) using success/failure/error templates and target the same quay-gcp-ocp variant.
    • The Quay 3.17 periodic job is explicitly marked rehearseable via pj-rehearse.openshift.io/can-be-rehearsed: "true".
  • Cluster profile access control

    • Updated the gcp-qe cluster profile owners to allow org: quay for repos: [quay-tests] so these CI jobs can use the profile.
  • Quay on GCP (GCS) deployment step registry

    • Registered a new quay-tests-deploy-quay-gcs step (plus OWNERS, ref YAML, and metadata) that:
      • Provisions a random GCS bucket via Terraform inputs
      • Deploys the Quay Operator and creates a QuayRegistry backed by that bucket
      • Waits for registry readiness, initializes the first Quay user, and archives pod diagnostics
      • Supports optional QUAY_EXTRA_CONFIG merging into the default Quay config
    • The deployment command/script includes Terraform/GCP wiring improvements (notably stricter handling of terraform apply, passing TF_VAR_gcp_project, and related bucket attribute/timeout message fixes).

@openshift-ci

openshift-ci Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

@redhat-chai-bot: GitHub didn't allow me to request PR reviews from the following users: quay/quay-qe.

Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs.

Details

In response to this:

Summary

Adds a new ci-operator config variant (quay-gcp-ocp) that provisions OCP clusters on GCP IPI for Quay end-to-end testing. This fills the gap where all existing Quay self-managed OCP tests use AWS IPI exclusively.

What's New

New file: ci-operator/config/quay/quay-tests/quay-quay-tests-master__quay-gcp-ocp.yaml

Two Gangway-triggerable jobs (both use cron: '@yearly' + MULTISTAGE_PARAM_OVERRIDE_*):

  • quay-e2e-tests-quay317-ocp421-gcp-ipi — Quay 3.17 on OCP 4.21 / GCP IPI
  • quay-e2e-tests-quay318-ocp421-gcp-ipi — Quay 3.18 on OCP 4.21 / GCP IPI

Key Configuration

Setting Value
Cluster profile gcp-quay-qe
Workflow cucushift-installer-rehearse-gcp-ipi
Compute n2-standard-8 × 6 replicas
Storage GCS via quay-tests-deploy-quay-gcp
Gangway overrides MULTISTAGE_PARAM_OVERRIDE_QUAY_INDEX_IMAGE
Slack reporting #quay-qe

Test Steps

  1. quay-tests-enable-quay-catalogsource — enable FBC catalog
  2. quay-tests-deploy-quay-gcp — deploy Quay with GCS storage
  3. quay-tests-test-quay-api — API test suite
  4. quay-tests-test-quay-e2e — e2e test suite
  5. quay-tests-deprovisioning-aws-gcp-azure-storage-buckets — cleanup

Verification Notes

Before merging, please verify:

  • gcp-quay-qe-quota-slice has sufficient capacity (48 vCPUs per run)
  • quay-qe-gcp-secret credentials are still active
  • gcp-quay-qe cluster profile has a configured DNS zone

/cc @quay/quay-qe

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.

@coderabbitai

coderabbitai Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

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

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

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

Review profile: CHILL

Plan: Enterprise

Run ID: 810780cf-5d57-4404-bca1-46abc2b1e7fc

📥 Commits

Reviewing files that changed from the base of the PR and between e5b615e and 6448fff.

📒 Files selected for processing (1)
  • ci-operator/config/quay/quay-tests/quay-quay-tests-master__quay-gcp-ocp.yaml
🚧 Files skipped from review as they are similar to previous changes (1)
  • ci-operator/config/quay/quay-tests/quay-quay-tests-master__quay-gcp-ocp.yaml

Walkthrough

Adds GCS-backed Quay deployment automation, OCP 4.21 configurations for Quay 3.17 and 3.18 E2E tests, gcp-qe ownership, and yearly Prow periodic jobs on build08.

Changes

Quay GCP OCP 4.21 testing

Layer / File(s) Summary
GCS-backed Quay deployment
ci-operator/step-registry/quay-tests/deploy-quay-gcs/*
Adds ownership metadata, a CI step, and a deployment script that provisions a GCS bucket, installs the Quay Operator, configures the registry, waits for readiness, and initializes the first user.
Quay 3.17 and 3.18 test configuration
ci-operator/config/quay/quay-tests/quay-quay-tests-master__quay-gcp-ocp.yaml, ci-operator/step-registry/cluster-profiles/cluster-profiles-config.yaml
Defines OCP 4.21 defaults, Quay 3.17 and 3.18 GCP E2E jobs, pinned images, workflows, Slack reporting, generated metadata, and gcp-qe ownership.
Periodic job scheduling
ci-operator/jobs/quay/quay-tests/quay-quay-tests-master-periodics.yaml
Adds yearly build08 periodic jobs for the Quay 3.17 and 3.18 GCP IPI targets with shared container, reporting, and secret-backed volume configuration.

Estimated code review effort: 3 (Moderate) | ~20 minutes

Sequence Diagram(s)

sequenceDiagram
  participant PeriodicJob
  participant CiOperator
  participant Terraform
  participant OpenShift
  participant QuayRegistry
  participant Slack
  PeriodicJob->>CiOperator: start Quay 3.17 or 3.18 target
  CiOperator->>Terraform: provision GCS bucket
  CiOperator->>OpenShift: install Quay Operator
  CiOperator->>QuayRegistry: apply registry configuration
  QuayRegistry->>CiOperator: report readiness and endpoint
  CiOperator->>Slack: report job state and result
Loading

Suggested labels: rehearsals-ack

Suggested reviewers: jmguzik, LiZhang19817

🚥 Pre-merge checks | ✅ 13 | ❌ 2

❌ Failed checks (2 warnings)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
Ipv6 And Disconnected Network Test Compatibility ⚠️ Warning The new GCS deploy step hardcodes FEATURE_LISTEN_IP_VERSION: IPv4, and the job pulls a public quay.io image/uses GCP+GitHub access, so it isn't IPv6/disconnected-safe. Make networking IP-family aware, mirror/remove public-internet dependencies, or skip the job in disconnected IPv6 environments.
✅ Passed checks (13 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: adding a GCP IPI ci-operator config for Quay e2e tests.
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 No It/Describe/Context/When titles were added; the PR only changes CI YAML, job names, and shell steps, all static.
Test Structure And Quality ✅ Passed No Ginkgo test code was changed; the PR only adds ci-operator YAML and step scripts, so the test-structure check is not applicable.
Microshift Test Compatibility ✅ Passed No new Ginkgo e2e tests were added; the PR only changes CI/job/step-registry config, and the searched files contain no It/Describe/Context/When definitions.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No new Ginkgo test code was added; PR only adds CI config and deploy scripts, and the new step-registry files show no SNO-specific multi-node assumptions.
Topology-Aware Scheduling Compatibility ✅ Passed The change only adds CI config and a Quay deploy step; it has no node selectors, affinities, spreads, or PDBs, so no topology-sensitive scheduling constraints were introduced.
Ote Binary Stdout Contract ✅ Passed The PR only adds CI config/step-registry files and a shell step; no Go OTE binary entrypoints or stdout-logging code were changed.
No-Weak-Crypto ✅ Passed Scanned touched files: no MD5/SHA1/DES/RC4/3DES/Blowfish/ECB or custom crypto; only sha256 image digests and status-string compares.
Container-Privileges ✅ Passed Inspected the new Quay config and periodic job specs; none declare privileged, hostPID/Network/IPC, allowPrivilegeEscalation, SYS_ADMIN, or root settings.
No-Sensitive-Data-In-Logs ✅ Passed No explicit secret/PII logging found: creds and tokens are consumed in commands, not echoed; no xtrace or debug prints added.
✨ 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.

@jbpratt

jbpratt commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

/pj-rehearse periodic-ci-quay-quay-tests-master-quay-gcp-ocp-quay-e2e-tests-quay317-ocp421-gcp-ipi

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@jbpratt

jbpratt commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

/pj-rehearse periodic-ci-quay-quay-tests-master-quay-gcp-ocp-quay-e2e-tests-quay317-ocp421-gcp-ipi

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@openshift-ci

openshift-ci Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: redhat-chai-bot
Once this PR has been reviewed and has the lgtm label, please assign lizhang19817, pruan-rht for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@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: 2

🤖 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/step-registry/quay-tests/deploy-quay-gcs/quay-tests-deploy-quay-gcs-commands.sh`:
- Line 257: Correct the typo in the timeout message by changing “afer” to
“after” in the readiness wait error output.
- Around line 60-61: Remove the `|| true` suffix from the `terraform apply
-auto-approve` command in the deployment script, allowing `set -e` to stop
execution and surface Terraform failures immediately.
🪄 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: 5fc4a83c-dbbe-4e3f-a33b-9773a882cf10

📥 Commits

Reviewing files that changed from the base of the PR and between 1fda804 and 3522b51.

⛔ Files ignored due to path filters (1)
  • ci-operator/jobs/quay/quay-tests/quay-quay-tests-master-periodics.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (5)
  • ci-operator/config/quay/quay-tests/quay-quay-tests-master__quay-gcp-ocp.yaml
  • ci-operator/step-registry/cluster-profiles/cluster-profiles-config.yaml
  • ci-operator/step-registry/quay-tests/deploy-quay-gcs/OWNERS
  • ci-operator/step-registry/quay-tests/deploy-quay-gcs/quay-tests-deploy-quay-gcs-commands.sh
  • ci-operator/step-registry/quay-tests/deploy-quay-gcs/quay-tests-deploy-quay-gcs-ref.yaml
🚧 Files skipped from review as they are similar to previous changes (2)
  • ci-operator/step-registry/cluster-profiles/cluster-profiles-config.yaml
  • ci-operator/config/quay/quay-tests/quay-quay-tests-master__quay-gcp-ocp.yaml

@jbpratt

jbpratt commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

/pj-rehearse periodic-ci-quay-quay-tests-master-quay-gcp-ocp-quay-e2e-tests-quay317-ocp421-gcp-ipi

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 10, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@redhat-chai-bot, 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 rebase candidate onto b6aaa206eb13b070f2532e626fa350b0266d983b due to conflicts
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.

@openshift-ci

openshift-ci Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

@redhat-chai-bot: The following tests 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/prow/yamllint e5b615e link true /test yamllint
ci/prow/ci-operator-config-metadata e5b615e link true /test ci-operator-config-metadata
ci/prow/generated-config e5b615e link true /test generated-config
ci/prow/step-registry-shellcheck e5b615e link true /test step-registry-shellcheck
ci/prow/config e5b615e link true /test config
ci/prow/ci-operator-config e5b615e link true /test ci-operator-config
ci/prow/step-registry-metadata e5b615e link true /test step-registry-metadata
ci/prow/ci-operator-registry e5b615e link true /test ci-operator-registry
ci/prow/check-cluster-profiles-config e5b615e link false /test check-cluster-profiles-config
ci/prow/check-gh-automation e5b615e link true /test check-gh-automation
ci/prow/ordered-prow-config e5b615e link true /test ordered-prow-config
ci/prow/owners e5b615e link true /test owners
ci/prow/core-valid e5b615e link true /test core-valid
ci/prow/openshift-image-mirror-mappings e5b615e link true /test openshift-image-mirror-mappings
ci/prow/release-controller-config e5b615e link true /test release-controller-config
ci/prow/prow-config-filenames e5b615e link true /test prow-config-filenames
ci/prow/prow-config-semantics e5b615e link true /test prow-config-semantics

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.

redhat-chai-bot and others added 7 commits July 10, 2026 20:27
Add a new variant config quay-gcp-ocp with two Gangway-triggerable
periodic jobs that run Quay e2e tests on GCP IPI clusters:
- quay-e2e-tests-quay317-ocp421-gcp-ipi (Quay 3.17 on OCP 4.21)
- quay-e2e-tests-quay318-ocp421-gcp-ipi (Quay 3.18 on OCP 4.21)

Both jobs use cluster_profile gcp-quay-qe, the
cucushift-installer-rehearse-gcp-ipi workflow, and GCP storage
for the Quay registry backend.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add a new step registry step quay-tests-deploy-quay-gcs that deploys
Quay with Google Cloud Storage (GCS) backend. Based on the existing
quay-tests-deploy-quay-aws-s3 step but uses GoogleCloudStorage config,
provisions GCS buckets via Terraform, and reads credentials from the
quay-qe-gcp-secret.

Update the GCP IPI config to reference the new step instead of the
legacy quay-tests-deploy-quay-gcp.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… step

Generate the missing quay-tests-deploy-quay-gcs-ref.metadata.json via
make registry-metadata, and fix all shellcheck findings in the commands
script: remove self-assignments (SC2269), quote variable expansions
(SC2086), and prefix glob with ./ (SC2035).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove `|| true` from `terraform apply` so set -e catches bucket
  creation failures immediately instead of continuing to deploy Quay
- Extract project_id from GCP service account JSON and pass it to
  Terraform via TF_VAR_gcp_project; add `project` attribute to the
  google_storage_bucket resource (required field)
- Fix typo: "afer" → "after" in timeout error message

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@openshift-ci openshift-ci Bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 10, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@redhat-chai-bot: 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-quay-quay-tests-master-quay-gcp-ocp-quay-e2e-tests-quay317-ocp421-gcp-ipi N/A periodic Periodic changed
periodic-ci-quay-quay-tests-master-quay-gcp-ocp-quay-e2e-tests-quay318-ocp421-gcp-ipi 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.

@jbpratt

jbpratt commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

/pj-rehearse periodic-ci-quay-quay-tests-master-quay-gcp-ocp-quay-e2e-tests-quay317-ocp421-gcp-ipi

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@jbpratt

jbpratt commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

/retest

@redhat-chai-bot

Copy link
Copy Markdown
Contributor Author

/retest

Retesting failed checks — all 5 failures are "Pod pending timeout" on build07 (infra scheduling pressure, not PR-related).

@redhat-chai-bot

Copy link
Copy Markdown
Contributor Author

/test ci-operator-config
/test ci-operator-registry

Retesting — both failed again with "Pod pending timeout" on build07 (persistent scheduling pressure).

@redhat-chai-bot

Copy link
Copy Markdown
Contributor Author

/test owners
/test prow-config-filenames
/test yamllint

Retesting — another round of Pod pending timeouts on build07.

@redhat-chai-bot

Copy link
Copy Markdown
Contributor Author

/test yamllint

OOM killed again on build07 after 3m.

@redhat-chai-bot

Copy link
Copy Markdown
Contributor Author

/test ci-operator-config
/test ci-operator-registry
/test yamllint

build07 infra issues continue — Pod pending timeout (ci-operator-config) and OOM kill (yamllint). Retesting.

@redhat-chai-bot

Copy link
Copy Markdown
Contributor Author

/test owners
/test prow-config-filenames

Pod pending timeout on build07 again.

@redhat-chai-bot

Copy link
Copy Markdown
Contributor Author

/test ci-operator-registry

Pod pending timeout on build07 (7th round of infra retests this evening).

@redhat-chai-bot

Copy link
Copy Markdown
Contributor Author

/test ci-operator-config
/test yamllint

build07 infra continues — retesting.

@redhat-chai-bot

Copy link
Copy Markdown
Contributor Author

/retest

1 similar comment
@redhat-chai-bot

Copy link
Copy Markdown
Contributor Author

/retest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants