-
Notifications
You must be signed in to change notification settings - Fork 2.4k
testing nightly and build #81373
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
miyadav
wants to merge
8
commits into
openshift:main
Choose a base branch
from
miyadav:ocpcloud3368tests1
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
testing nightly and build #81373
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
da9f192
testing nightly and build from openPRs
miyadav a61a8bc
test techpreview jobs
miyadav a766eae
final build test capi (PR only open)
miyadav 21d8f3d
rebased and pushed
miyadav 6532c4e
updated build
miyadav 53cdff2
test with latest rebased commit in cco repo
miyadav 83bd390
with new baselinetest+latest nightly
miyadav 5d31179
new build added to custom payload env vari
miyadav 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
69 changes: 69 additions & 0 deletions
69
...t/cluster-version-operator/openshift-cluster-version-operator-release-5.0__periodics.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,69 @@ | ||
| build_root: | ||
| from_repository: true | ||
| images: | ||
| items: | ||
| - dockerfile_path: Dockerfile.rhel | ||
| to: cluster-version-operator | ||
| promotion: | ||
| to: | ||
| - disabled: true | ||
| name: "5.0" | ||
| namespace: ocp | ||
| releases: | ||
| initial: | ||
| integration: | ||
| name: "5.0" | ||
| namespace: ocp | ||
| latest: | ||
| integration: | ||
| include_built_images: true | ||
| name: "5.0" | ||
| namespace: ocp | ||
| resources: | ||
| '*': | ||
| requests: | ||
| cpu: 100m | ||
| memory: 200Mi | ||
| tests: | ||
| - as: e2e-gcp-compact-install | ||
| interval: 168h | ||
| steps: | ||
| cluster_profile: gcp-qe | ||
| env: | ||
| CUSTOM_OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: registry.build06.ci.openshift.org/ci-ln-bi25fn2/release:latest | ||
| workflow: cucushift-installer-rehearse-gcp-ipi-compact | ||
| - as: e2e-gcp-compact-install-techpreview | ||
| interval: 168h | ||
| steps: | ||
| cluster_profile: gcp-qe | ||
| env: | ||
| CUSTOM_OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: registry.build10.ci.openshift.org/ci-ln-c69vs5k/release:latest | ||
| FEATURE_SET: TechPreviewNoUpgrade | ||
| workflow: cucushift-installer-rehearse-gcp-ipi-compact | ||
| - as: e2e-gcp-compact-install-techpreview-baselinecap | ||
| interval: 168h | ||
| steps: | ||
| cluster_profile: gcp-qe | ||
| env: | ||
| ADDITIONAL_ENABLED_CAPABILITIES: ClusterAPI CompatibilityRequirements | ||
| BASELINE_CAPABILITY_SET: vCurrent | ||
| CUSTOM_OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: registry.build10.ci.openshift.org/ci-ln-nmhm4j2/release:latest | ||
| FEATURE_SET: TechPreviewNoUpgrade | ||
| workflow: cucushift-installer-rehearse-gcp-ipi-compact | ||
| - as: e2e-gcp-compact-install-withnightly | ||
| interval: 168h | ||
| steps: | ||
| cluster_profile: gcp-qe | ||
| workflow: cucushift-installer-rehearse-gcp-ipi-compact | ||
| - as: e2e-gcp-compact-install-withnightly-techpreview | ||
| interval: 168h | ||
| steps: | ||
| cluster_profile: gcp-qe | ||
| env: | ||
| FEATURE_SET: TechPreviewNoUpgrade | ||
| workflow: cucushift-installer-rehearse-gcp-ipi-compact | ||
| zz_generated_metadata: | ||
| branch: release-5.0 | ||
| org: openshift | ||
| repo: cluster-version-operator | ||
| variant: periodics | ||
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.
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.
🩺 Stability & Availability | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🌐 Web query:
How long are OpenShift CI build farm ci-ln- ephemeral namespaces retained before garbage collection?💡 Result:
In the OpenShift CI build farm, ephemeral namespaces—which typically follow the naming pattern ci-op-* (as referenced in official documentation [1][2])—are automatically garbage-collected one hour after the job finishes executing [1][2]. If you are referring to namespaces managed by the ephemeral-namespace workflow (which reserves namespaces in a pool), the reservation duration is configurable and defaults to 1 hour, though it can be set to values ranging from 30 minutes to 14 days [3][4]. For more generalized namespace lifecycle management in the OpenShift CI infrastructure, the ci-ns-ttl-controller is used to manage both hard and soft Time-To-Live (TTL) values, which are configurable via namespace annotations [5]. - A hard TTL (annotation: ci.openshift.io/ttl.hard) deletes the namespace after a specific duration following its creation [5]. - A soft TTL (annotation: ci.openshift.io/ttl.soft) deletes the namespace after a duration of inactivity, defined as the time since the last active marker or pod termination, provided no other pods are running or pending [5].
Citations:
🏁 Script executed:
Repository: openshift/release
Length of output: 19647
Recurring periodic uses an ephemeral build-farm payload.
CUSTOM_OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDEpoints toregistry.build10.ci.openshift.org/ci-ln-3qfdxwk/release:latest; once thatci-ln-*namespace is garbage-collected, this tag disappears, so the weekly job will go stale. Replace it with a stable release image or remove the override if this is only meant for a one-off comparison.🤖 Prompt for AI Agents