-
Notifications
You must be signed in to change notification settings - Fork 222
USHIFT-6498: Bump existing RHEL 10.0 periodics and presubmits to 10.2 #6244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
vanhalenar
wants to merge
18
commits into
openshift:main
Choose a base branch
from
vanhalenar:el10-test-bump
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
edb46d7
Bump 10.0 bootc scenarios to 10.2
vanhalenar def8c98
Bump 10.0 bootc blueprints to 10.2
vanhalenar 8fe0d6e
Fix expected os ver
vanhalenar 0749a20
Bump missed upgrade test
vanhalenar d577f63
Add early kernel repo
vanhalenar 636bf6f
Add missing test
vanhalenar 02b84b2
Fix upgrade test target ref, skip generic device plugin test
vanhalenar 7bc9d22
Delete extra scenario
vanhalenar c0fc46b
Skip generic device plugin in release tests
vanhalenar 07bf228
Add Fast datapath repo for RHEL 10
vanhalenar 6010d1c
Add 4.21 repos to crel images because of crio
vanhalenar 372e0ac
Add 98 -> 102 upgrade test
vanhalenar f20415e
Add rhocp y1 repo to isolated image
vanhalenar a9b02c7
Skip gdp test in the right containerfile and unskip in the wrong one
vanhalenar 80a5f12
Restore release tests
vanhalenar d586ca8
Fix release test name
vanhalenar ae2e68a
Fix release test again
vanhalenar 5e42382
Remove rhel 10 fast datapath repo
vanhalenar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
22 changes: 0 additions & 22 deletions
22
test/image-blueprints-bootc/layer1-base/group1/rhel100-test-agent.containerfile
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
test/image-blueprints-bootc/layer1-base/group2/rhel100-bootc.image-bootc
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...rhel100-bootc-crel-isolated.containerfile → ...rhel102-bootc-crel-isolated.containerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...hel100-bootc-crel-optionals.containerfile → ...hel102-bootc-crel-optionals.containerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...e/group2/rhel100-bootc-crel.containerfile → ...e/group2/rhel102-bootc-crel.containerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...group1/rhel100-bootc-source.containerfile → ...group1/rhel102-bootc-source.containerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...e/group1/rhel100-bootc-brew.containerfile → ...e/group1/rhel102-bootc-brew.containerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
test/scenarios-bootc/presubmits/el98-src@el102-src@upgrade-ok.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| #!/bin/bash | ||
|
|
||
| # Sourced from scenario.sh and uses functions defined there. | ||
|
|
||
| scenario_create_vms() { | ||
| prepare_kickstart host1 kickstart-bootc.ks.template rhel98-bootc-source | ||
| launch_vm --boot_blueprint rhel98-bootc | ||
| } | ||
|
|
||
| scenario_remove_vms() { | ||
| remove_vm host1 | ||
| } | ||
|
|
||
| scenario_run_tests() { | ||
| run_tests host1 \ | ||
| --variable "TARGET_REF:rhel102-bootc-source" \ | ||
| --variable "BOOTC_REGISTRY:${MIRROR_REGISTRY_URL}" \ | ||
| suites/upgrade/upgrade-successful.robot | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we adding rhocp-y1 repos? These should not be required here.