-
Notifications
You must be signed in to change notification settings - Fork 2.2k
TEST: Add debug workflow for techpreview serial testing #79352
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| approvers: | ||
| - weliang1 | ||
| reviewers: | ||
| - weliang1 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "path": "openshift/e2e/aws/ovn/serial-debug/openshift-e2e-aws-ovn-serial-debug-workflow.yaml", | ||
| "owners": { | ||
| "approvers": [ | ||
| "weliang1" | ||
| ], | ||
| "reviewers": [ | ||
| "weliang1" | ||
| ] | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,36 @@ | ||||||||||
| workflow: | ||||||||||
| as: openshift-e2e-aws-ovn-serial-debug | ||||||||||
| steps: | ||||||||||
| allow_best_effort_post_steps: true | ||||||||||
| pre: | ||||||||||
| - chain: ipi-conf-aws | ||||||||||
| - ref: ovn-conf | ||||||||||
| - ref: ovn-conf-multi-network-policy-manifest | ||||||||||
| - ref: rhcos-conf-osstream | ||||||||||
| - chain: ipi-install | ||||||||||
| test: | ||||||||||
| - ref: openshift-e2e-test | ||||||||||
| post: | ||||||||||
| - ref: cucushift-installer-wait | ||||||||||
| timeout: 12h0m0s | ||||||||||
| best_effort: true | ||||||||||
| optional_on_success: true | ||||||||||
| - chain: gather-network | ||||||||||
| - chain: gather-core-dump | ||||||||||
| - chain: ipi-deprovision | ||||||||||
| env: | ||||||||||
| TEST_SUITE: openshift/conformance/serial | ||||||||||
| documentation: |- | ||||||||||
| Debug version of openshift-e2e-aws-ovn-serial workflow with cucushift-installer-wait | ||||||||||
| for extended cluster access. Supports SLEEP_DURATION environment variable for debugging. | ||||||||||
|
|
||||||||||
| This workflow: | ||||||||||
| - Installs OpenShift cluster on AWS with OVN network plugin | ||||||||||
| - Configures multi-network policy support | ||||||||||
| - Runs e2e tests (can be skipped with TEST_ARGS="--dry-run") | ||||||||||
| - Includes cucushift-installer-wait step for extended debugging (up to 12 hours) | ||||||||||
| - Supports SLEEP_DURATION environment variable (default 2h, max 72h) | ||||||||||
|
Comment on lines
+31
to
+32
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Align debug-duration docs with the enforced 12h limit. Line 32 says Suggested doc fix- - Includes cucushift-installer-wait step for extended debugging (up to 12 hours)
- - Supports SLEEP_DURATION environment variable (default 2h, max 72h)
+ - Includes cucushift-installer-wait step for extended debugging (up to 12 hours in this workflow)
+ - Supports SLEEP_DURATION environment variable (default 2h; effective max 12h due to workflow timeout)📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||
|
|
||||||||||
| Usage with gangway-cli: | ||||||||||
| --env SLEEP_DURATION=8h | ||||||||||
| --env TEST_ARGS="--dry-run" (to skip actual test execution) | ||||||||||
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.
🧩 Analysis chain
🏁 Script executed:
Repository: openshift/release
Length of output: 182
Run
make updateto generate downstream Prow job configuration for this new test.The test entry
e2e-aws-ovn-techpreview-serial-debugexists in the CI configuration, but the corresponding generated Prow job config was not found. Per the coding guidelines forci-operator/config/**/*.yaml, after editing the configuration file, you must runmake updateto generate the downstream Prow job manifests inci-operator/jobs/.🤖 Prompt for AI Agents