Skip to content

Conversation

agullon
Copy link
Contributor

@agullon agullon commented Sep 1, 2025

  • standard1 and standard2 bootc scenarios create the VM from iso file pointing to latest released MicroShift version
    • add new image-bootc files to create iso files from latest released MicroShift RPMs
      • add them into a new layer1/group3 directory
  • standard1 and standard2 rpm-ostree scenarios install MicroShift using dnf install commands
    • need to split suites/rpm RF test into separate tests to support install and not remove microshift

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Sep 1, 2025
@openshift-ci-robot
Copy link

openshift-ci-robot commented Sep 1, 2025

@agullon: This pull request references USHIFT-6072 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.20.0" version, but no target version was set.

In response to this:

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci bot requested review from copejon and pacevedom September 1, 2025 11:35
Copy link
Contributor

openshift-ci bot commented Sep 1, 2025

[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

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 Sep 1, 2025
@agullon
Copy link
Contributor Author

agullon commented Sep 1, 2025

/test e2e-aws-tests-cache-nightly

Copy link
Contributor

openshift-ci bot commented Sep 1, 2025

@agullon: The specified target(s) for /test were not found.
The following commands are available to trigger required jobs:

/test e2e-aws-ai-model-serving
/test e2e-aws-footprint-and-performance
/test e2e-aws-tests
/test e2e-aws-tests-arm
/test e2e-aws-tests-arm-bootc-release
/test e2e-aws-tests-arm-release
/test e2e-aws-tests-bootc
/test e2e-aws-tests-bootc-arm
/test e2e-aws-tests-bootc-periodic
/test e2e-aws-tests-bootc-periodic-arm
/test e2e-aws-tests-bootc-release
/test e2e-aws-tests-cache
/test e2e-aws-tests-cache-arm
/test e2e-aws-tests-periodic
/test e2e-aws-tests-periodic-arm
/test e2e-aws-tests-release
/test ocp-full-conformance-rhel-eus
/test ocp-full-conformance-serial-rhel-eus
/test test-rpm
/test test-unit
/test verify

The following commands are available to trigger optional jobs:

/test images
/test security
/test test-rebase

Use /test all to run the following jobs that were automatically triggered:

pull-ci-openshift-microshift-main-e2e-aws-tests
pull-ci-openshift-microshift-main-e2e-aws-tests-arm
pull-ci-openshift-microshift-main-e2e-aws-tests-arm-bootc-release
pull-ci-openshift-microshift-main-e2e-aws-tests-arm-release
pull-ci-openshift-microshift-main-e2e-aws-tests-bootc
pull-ci-openshift-microshift-main-e2e-aws-tests-bootc-arm
pull-ci-openshift-microshift-main-e2e-aws-tests-bootc-periodic
pull-ci-openshift-microshift-main-e2e-aws-tests-bootc-periodic-arm
pull-ci-openshift-microshift-main-e2e-aws-tests-bootc-release
pull-ci-openshift-microshift-main-e2e-aws-tests-periodic
pull-ci-openshift-microshift-main-e2e-aws-tests-periodic-arm
pull-ci-openshift-microshift-main-e2e-aws-tests-release
pull-ci-openshift-microshift-main-images
pull-ci-openshift-microshift-main-security
pull-ci-openshift-microshift-main-test-unit
pull-ci-openshift-microshift-main-verify

In response to this:

/test e2e-aws-tests-cache-nightly

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.

@agullon
Copy link
Contributor Author

agullon commented Sep 1, 2025

/test e2e-aws-tests-cache

@agullon
Copy link
Contributor Author

agullon commented Sep 1, 2025

/test e2e-aws-tests-cache-arm

@agullon
Copy link
Contributor Author

agullon commented Sep 1, 2025

/retest-required

1 similar comment
@agullon
Copy link
Contributor Author

agullon commented Sep 2, 2025

/retest-required

@agullon
Copy link
Contributor Author

agullon commented Sep 2, 2025

/retest-required

@agullon
Copy link
Contributor Author

agullon commented Sep 2, 2025

/test e2e-aws-tests-cache-arm

@agullon
Copy link
Contributor Author

agullon commented Sep 2, 2025

/test e2e-aws-tests-cache

@agullon
Copy link
Contributor Author

agullon commented Sep 2, 2025

/test e2e-aws-tests-cache-arm e2e-aws-tests-cache

@agullon
Copy link
Contributor Author

agullon commented Sep 3, 2025

/test e2e-aws-tests-cache

@@ -7,7 +7,7 @@ SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# shellcheck source=test/bin/common.sh
source "${SCRIPTDIR}/common.sh"

AWS_BUCKET_NAME="${AWS_BUCKET_NAME:-microshift-build-cache}"
AWS_BUCKET_NAME="microshift-ushift-6072-cache-us-west-2"
Copy link
Contributor Author

@agullon agullon Sep 3, 2025

Choose a reason for hiding this comment

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

this line change will be removed before merging this PR, add it to speed up this PR testing changes

@openshift-ci-robot
Copy link

openshift-ci-robot commented Sep 3, 2025

@agullon: This pull request references USHIFT-6072 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.21.0" version, but no target version was set.

In response to this:

  • standard1 and standard2 bootc scenarios create the VM from iso file pointing to latest released MicroShift version
    • add new image-bootc files to create iso files from latest released MicroShift RPMs
      • add them into a new layer1/group3 directory
  • standard1 and standard2 rpm-ostree scenarios install MicroShift using dnf install commands
    • need to split suites/rpm RF test into separate tests to support install and not remove microshift

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 openshift-eng/jira-lifecycle-plugin repository.

Copy link
Contributor

openshift-ci bot commented Sep 4, 2025

@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-arm-bootc-release 481eb0b link true /test e2e-aws-tests-arm-bootc-release
ci/prow/e2e-aws-tests-arm-release 481eb0b link true /test e2e-aws-tests-arm-release
ci/prow/e2e-aws-tests-bootc-periodic-arm 481eb0b link true /test e2e-aws-tests-bootc-periodic-arm
ci/prow/e2e-aws-tests-bootc-arm 481eb0b link true /test e2e-aws-tests-bootc-arm
ci/prow/e2e-aws-tests-bootc-release 481eb0b link true /test e2e-aws-tests-bootc-release
ci/prow/e2e-aws-tests-release 481eb0b link true /test e2e-aws-tests-release

Full PR test history. Your PR dashboard.

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. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants