-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Test kata 4.1 (DO NOT MERGE) #84685
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?
Test kata 4.1 (DO NOT MERGE) #84685
Changes from all commits
c3d6e47
3610cc6
a2bcad2
4be655a
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 |
|---|---|---|
|
|
@@ -7,6 +7,11 @@ base_images: | |
| name: "4.22" | ||
| namespace: ocp | ||
| tag: upi-installer | ||
| build_root: | ||
| image_stream_tag: | ||
| name: builder | ||
| namespace: ocp | ||
| tag: rhel-9-golang-1.26-openshift-4.23 | ||
| prowgen: | ||
| disable_sparse_checkout: true | ||
| releases: | ||
|
|
@@ -34,28 +39,29 @@ tests: | |
| report_template: '{{if eq .Status.State "success"}}SUCCESS{{else}}ERROR{{end}} | ||
| {{trimPrefix "periodic-ci-openshift-sandboxed-containers-operator-" .Spec.Job}} | ||
| <{{.Status.URL}}|View logs>' | ||
| restrict_network_access: false | ||
| restrict_network_access: true | ||
| steps: | ||
| cluster_profile: azure-qe | ||
| env: | ||
| BASE_DOMAIN: qe.azure.devcluster.openshift.com | ||
| CATALOG_SOURCE_IMAGE: quay.io/redhat-user-workloads/ose-osc-tenant/osc-test-fbc:latest | ||
| CATALOG_SOURCE_IMAGE: quay.io/redhat-user-workloads/ose-osc-tenant/osc-test-fbc:1.13.1-1788510424 | ||
| CATALOG_SOURCE_NAME: brew-catalog | ||
| CUSTOM_AZURE_REGION: eastus | ||
| ENABLE_MUST_GATHER: "true" | ||
| INITDATA: "" | ||
| INSTALL_KATA_RPM: "true" | ||
| KATA_RPM_VERSION: 3.31.0-4.rhaos4.19.el9 | ||
| KATA_RPM_BUILD_TASK: "71750058" | ||
| KATA_RPM_VERSION: 4.1.0-1.scratch1788526231.rhaos4.22.el9 | ||
| MUST_GATHER_IMAGE: registry.redhat.io/openshift-sandboxed-containers/osc-must-gather-rhel9:latest | ||
| MUST_GATHER_ON_FAILURE_ONLY: "false" | ||
| OSC_INSTALL: "true" | ||
| SLEEP_DURATION: 0h | ||
| TEST_FILTERS: ~DisconnectedOnly&;~Disruptive& | ||
| TEST_RELEASE_TYPE: Pre-GA | ||
| TEST_SCENARIOS: sig-kata.*Kata Author | ||
| TEST_SKELETON_ENABLE: "false" | ||
| TEST_SKELETON2_ENABLE: "false" | ||
| TEST_TIMEOUT: "90" | ||
| TESTS_KATA_UPSTREAM_ENABLE: "true" | ||
| TESTS_SKELETON2_ENABLE: "true" | ||
|
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. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win 🔎 Supported by static analysis🤖 get_repo_knowledge executed:
Length of output: 5945 🏁 Script executed: #!/bin/bash
set -eu
file='ci-operator/config/openshift/sandboxed-containers-operator/openshift-sandboxed-containers-operator-devel__downstream-candidate422.yaml'
printf '%s\n' '--- changed file context ---'
sed -n '1,110p' "$file"
printf '%s\n' '--- relevant repository references ---'
rg -n -C 4 'TESTS_SKELETON2_ENABLE|skeleton2|azure-ipi-kata' ci-operator config README.md 2>/dev/null | head -n 300
printf '%s\n' '--- job definition references ---'
rg -n -C 8 'azure-ipi-kata' . | head -n 200Repository: openshift/release Length of output: 50375 Remove The 🤖 Prompt for AI Agents |
||
| TRUSTEE_URL: "" | ||
| workflow: sandboxed-containers-operator-e2e-azure | ||
| timeout: 24h0m0s | ||
|
|
||
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.
🔒 Security & Privacy | 🟠 Major | 🏗️ Heavy lift
🔎 Supported by static analysis
🤖 get_repo_knowledge executed:
get_repo_knowledge openshift/release /tmp/coderabbit-repo-knowledge/openshift-release-f38bbba4Length of output: 661
🏁 Script executed:
Repository: openshift/release
Length of output: 49760
🏁 Script executed:
Repository: openshift/release
Length of output: 50373
🏁 Script executed:
Repository: openshift/release
Length of output: 28185
Pin both upstream revisions before enabling
TESTS_KATA_UPSTREAM_ENABLE. The suite clones the operator repository's mutabledevelbranch, and an emptyTESTS_KATA_UPSTREAM_REPO_REFselects the mutablemainbranch. Pin the operator checkout to an immutable commit in the step, and setTESTS_KATA_UPSTREAM_REPO_REFto a verified immutable commit in all four configurations.📍 Affects 4 files
ci-operator/config/openshift/sandboxed-containers-operator/openshift-sandboxed-containers-operator-devel__downstream-candidate420.yaml#L62-L62(this comment)ci-operator/config/openshift/sandboxed-containers-operator/openshift-sandboxed-containers-operator-devel__downstream-candidate421.yaml#L62-L62ci-operator/config/openshift/sandboxed-containers-operator/openshift-sandboxed-containers-operator-devel__downstream-candidate422.yaml#L63-L63ci-operator/config/openshift/sandboxed-containers-operator/openshift-sandboxed-containers-operator-devel__downstream-release.yaml#L61-L61🤖 Prompt for AI Agents