-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Regulus: Add periodic jobs for metal-telco-x86 regulus-jetlag #81496
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
HughNhan
wants to merge
14
commits into
openshift:main
Choose a base branch
from
HughNhan:metal-telco-x86-nightly
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
14 commits
Select commit
Hold shift + click to select a range
7051d3c
t push --force-with-lease origin metal-telco-x86-nightlyAdd nightly p…
HughNhan 14edcd2
Add Elasticsearch credentials support to regulus step
HughNhan 4dfee00
add Orion support for Regulus
fbf83ba
add regulus-jetlag-orion-only job
e190f41
Remove RUN_ORION from regulus-jetlag-orion-only
7e5bcb2
Fix orion-regulus: use python/virtualenv matching existing orion steps
bbf6c15
Add regulus-jetlag-without-deploy job, fix ES_USER naming
b8ec692
Fix shellcheck warnings in bm-regulus and orion-regulus commands
f650b69
Fix SC2155: declare and assign ES vars separately
612f6d3
IGNORE rcos and kernel by default
215329f
Rename metal-telco-x86-nightly variant to metal-telco-x86-regulus
1b4ab6e
Rename job names to avoid double-regulus; use requirements.txt for deps
42151de
Rename jetlag-no-deploy to no-jetlag, add set -e, protect credentials…
6e00886
Change LOOKBACK default from 90d to 15 (sample count)
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
70 changes: 70 additions & 0 deletions
70
.../ocp-qe-perfscale-ci/openshift-eng-ocp-qe-perfscale-ci-main__metal-telco-x86-regulus.yaml
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,70 @@ | ||
| base_images: | ||
| cerberus: | ||
| name: cerberus | ||
| namespace: chaos | ||
| tag: cerberus-prow | ||
| ocp-qe-perfscale-ci: | ||
| name: ocp-qe-perfscale-ci | ||
| namespace: ci | ||
| tag: latest | ||
| build_root: | ||
| image_stream_tag: | ||
| name: ci-tools-build-root | ||
| namespace: ci | ||
| tag: latest | ||
| releases: | ||
| latest: | ||
| candidate: | ||
| product: ocp | ||
| stream: nightly | ||
| version: "4.22" | ||
| resources: | ||
| '*': | ||
| limits: | ||
| memory: 4Gi | ||
| requests: | ||
| cpu: 100m | ||
| memory: 200Mi | ||
| tests: | ||
| - as: jetlag | ||
| capabilities: | ||
| - intranet | ||
| cron: 0 17 * * 0 | ||
|
HughNhan marked this conversation as resolved.
|
||
| restrict_network_access: false | ||
| steps: | ||
| cluster_profile: metal-perfscale-jetlag | ||
| env: | ||
| CRUCIBLE: "true" | ||
| test: | ||
| - ref: openshift-qe-installer-bm-regulus | ||
| - ref: openshift-qe-orion-regulus | ||
| workflow: openshift-qe-installer-bm-deploy | ||
| timeout: 8h0m0s | ||
| - always_run: false | ||
| as: no-jetlag | ||
| capabilities: | ||
| - intranet | ||
| restrict_network_access: false | ||
| steps: | ||
| cluster_profile: metal-perfscale-jetlag | ||
| test: | ||
| - ref: openshift-qe-installer-bm-load-kubeconfig | ||
| - ref: openshift-qe-cluster-health | ||
| - ref: openshift-qe-installer-bm-regulus | ||
| - ref: openshift-qe-orion-regulus | ||
| timeout: 6h0m0s | ||
| - always_run: false | ||
| as: orion-only | ||
| capabilities: | ||
| - intranet | ||
| restrict_network_access: false | ||
| steps: | ||
| cluster_profile: metal-perfscale-jetlag | ||
| test: | ||
| - ref: openshift-qe-orion-regulus | ||
| timeout: 1h0m0s | ||
| zz_generated_metadata: | ||
| branch: main | ||
| org: openshift-eng | ||
| repo: ocp-qe-perfscale-ci | ||
| variant: metal-telco-x86-regulus | ||
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
|
HughNhan marked this conversation as resolved.
|
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.