Skip to content

[release-4.21] Release Testing 4.21.29 - #7201

Draft
agullon wants to merge 6 commits into
openshift:release-4.21from
agullon:release-testing-4.21.29
Draft

[release-4.21] Release Testing 4.21.29#7201
agullon wants to merge 6 commits into
openshift:release-4.21from
agullon:release-testing-4.21.29

Conversation

@agullon

@agullon agullon commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Release testing PR for MicroShift 4.21.29. Do not merge.

Created by /microshift-release:automated-testing

pre-commit.check-secrets: ENABLED
@openshift-ci

openshift-ci Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

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

@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 Aug 17, 2026
@agullon

agullon commented Aug 17, 2026

Copy link
Copy Markdown
Contributor Author

/test e2e-aws-tests-cache

@agullon

agullon commented Aug 17, 2026

Copy link
Copy Markdown
Contributor Author

/test e2e-aws-tests-cache-arm

@coderabbitai

coderabbitai Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 6ddb7085-05ff-4404-b054-c6ddb03c7892

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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

@agullon

agullon commented Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

/test e2e-aws-tests-cache

@agullon

agullon commented Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

/test e2e-aws-tests-cache-arm

eslutsky and others added 2 commits August 18, 2026 11:57
The docker.io/nginxinc/nginx-unprivileged:latest image is a multi-arch
manifest list with 14 platform variants. When mirroring with
`skopeo copy --all --preserve-digests`, Quay v3.11.7 rejects one of
the platform manifests as "manifest invalid", causing the mirror step
to fail and aborting CI jobs (e.g. e2e-aws-tests-arm).

These test pods only run `sleep 1d` and do not use any nginx
functionality, so replace the image with quay.io/microshift/busybox:1.36
which is already mirrored as a single-arch image. This eliminates the
problematic multi-arch manifest list from the mirror set entirely.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The busybox image does not include /bin/bash. The Oc Exec Robot
keyword hardcoded /bin/bash -c for oc exec commands, causing
failures when exec'ing into busybox-based pods. Switch to /bin/sh
which is available in all containers and sufficient for the POSIX
commands used in tests (echo, cat, ls, grep, etc.).

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

agullon commented Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

/test e2e-aws-tests-cache

@agullon

agullon commented Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

/test e2e-aws-tests-cache-arm

@openshift-ci

openshift-ci Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: agullon

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 Aug 18, 2026
@agullon

agullon commented Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

/retest

3 similar comments
@agullon

agullon commented Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

/retest

@agullon

agullon commented Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

/retest

@agullon

agullon commented Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

/retest

@agullon

agullon commented Aug 19, 2026

Copy link
Copy Markdown
Contributor Author

/test e2e-aws-tests-bootc-release
/test e2e-aws-tests-bootc-release-arm
/test e2e-aws-tests-release
/test e2e-aws-tests-release-arm

pre-commit.check-secrets: ENABLED
@agullon

agullon commented Aug 19, 2026

Copy link
Copy Markdown
Contributor Author

/test e2e-aws-tests-bootc-release
/test e2e-aws-tests-bootc-release-arm
/test e2e-aws-tests-release
/test e2e-aws-tests-release-arm

Release scenarios use create-run-shutdown to power off VMs after
tests pass, freeing vCPUs and memory for still-running scenarios.
Backported from main.

pre-commit.check-secrets: ENABLED
@agullon

agullon commented Aug 19, 2026

Copy link
Copy Markdown
Contributor Author

/test e2e-aws-tests-bootc-release
/test e2e-aws-tests-bootc-release-arm
/test e2e-aws-tests-release
/test e2e-aws-tests-release-arm

@agullon

agullon commented Aug 19, 2026

Copy link
Copy Markdown
Contributor Author

/test e2e-aws-tests-bootc-release
/test e2e-aws-tests-bootc-release-arm
/test e2e-aws-tests-release
/test e2e-aws-tests-release-arm

@openshift-ci

openshift-ci Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

@agullon: 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/e2e-aws-tests-bootc-release-arm fcff125 link true /test e2e-aws-tests-bootc-release-arm
ci/prow/e2e-aws-tests-release fcff125 link true /test e2e-aws-tests-release
ci/prow/e2e-aws-tests-release-arm fcff125 link true /test e2e-aws-tests-release-arm
ci/prow/e2e-aws-tests-bootc-release fcff125 link true /test e2e-aws-tests-bootc-release

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.

2 participants