USHIFT-6072: Add releases scenario for ISO and RPM deployment methods#5385
USHIFT-6072: Add releases scenario for ISO and RPM deployment methods#5385openshift-merge-bot[bot] merged 27 commits intoopenshift:mainfrom
Conversation
|
@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. DetailsIn 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. |
|
/test e2e-aws-tests-cache-nightly |
|
@agullon: The specified target(s) for The following commands are available to trigger optional jobs: Use DetailsIn 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 kubernetes-sigs/prow repository. |
|
/test e2e-aws-tests-cache |
|
/test e2e-aws-tests-cache-arm |
|
/retest-required |
1 similar comment
|
/retest-required |
|
/retest-required |
|
/test e2e-aws-tests-cache-arm |
|
/test e2e-aws-tests-cache |
|
/test e2e-aws-tests-cache-arm e2e-aws-tests-cache |
|
/test e2e-aws-tests-cache |
test/bin/manage_build_cache.sh
Outdated
| source "${SCRIPTDIR}/common.sh" | ||
|
|
||
| AWS_BUCKET_NAME="${AWS_BUCKET_NAME:-microshift-build-cache}" | ||
| AWS_BUCKET_NAME="microshift-ushift-6072-cache-us-west-2" |
There was a problem hiding this comment.
this line change will be removed before merging this PR, add it to speed up this PR testing changes
|
@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. DetailsIn 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. |
|
/test e2e-aws-tests-cache-arm e2e-aws-tests-cache |
|
/retest |
|
/retest |
|
/test e2e-aws-tests-cache-arm e2e-aws-tests-cache |
|
/retest |
| @@ -0,0 +1 @@ | |||
| registry.redhat.io/rhel9-eus/rhel-9.4-bootc:9.4 No newline at end of file | |||
There was a problem hiding this comment.
Do we need this one? I dont see where its used.
There was a problem hiding this comment.
no, remove it in 6b89620 commit
I also delete it manually from S3 cache
| # Checks only config files from RPM packages excluding modification time check | ||
| Command Should Work rpm -qa microshift\* | xargs -I {} bash -c 'echo {}; sudo rpm -V --configfiles --nomtime {}' | ||
|
|
||
| Pull Secret Should Be Installed |
There was a problem hiding this comment.
Isnt this implied in a MicroShift start and wait? If there is no pull secret no images are pulled (unless embedded, but this is not one of those tests) and MicroShift can not start.
There was a problem hiding this comment.
Yes, it is. But be aware this keyword is executed before MicroShift is installed, so it's a pre-check to abort MicroShift installation if no pull secret is present. So I think we should keep this keyword.
test/suites/rpm/remove.robot
Outdated
| Check Required Env Variables | ||
| Login MicroShift Host | ||
| System Should Not Be Ostree | ||
| Pull Secret Should Be Installed |
There was a problem hiding this comment.
No, this is not need it in remove test case. I remove it in debf22b commit.
|
/retest |
1 similar comment
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: agullon, pacevedom 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 |
|
@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. |
|
/retest |
|
/verified by CI |
|
@agullon: This PR has been marked as verified by DetailsIn 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. |
|
/cherrypick release-4.20 |
|
@agullon: #5385 failed to apply on top of branch "release-4.20": DetailsIn 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 kubernetes-sigs/prow repository. |
standard1andstandard2bootc scenarios create the VM from iso file pointing to latest released MicroShift versionimage-bootcfiles to create iso files from latest released MicroShift RPMslayer1/group3directorystandard1andstandard2rpm-ostree scenarios install MicroShift usingdnf installcommandssuites/rpmRF test into separate tests to support install and not remove microshift