[release-4.21] Release Testing 4.21.29 - #7201
Conversation
pre-commit.check-secrets: ENABLED
|
Skipping CI for Draft Pull Request. |
|
/test e2e-aws-tests-cache |
|
/test e2e-aws-tests-cache-arm |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
/test e2e-aws-tests-cache |
|
/test e2e-aws-tests-cache-arm |
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>
|
/test e2e-aws-tests-cache |
|
/test e2e-aws-tests-cache-arm |
|
[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 DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
3 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/test e2e-aws-tests-bootc-release |
pre-commit.check-secrets: ENABLED
|
/test e2e-aws-tests-bootc-release |
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
|
/test e2e-aws-tests-bootc-release |
pre-commit.check-secrets: ENABLED
|
/test e2e-aws-tests-bootc-release |
|
@agullon: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
Release testing PR for MicroShift 4.21.29. Do not merge.
Created by /microshift-release:automated-testing