Skip to content
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

feat: use 4h timeout default rh-advisories and rh-push-to-registry-redhat-io pipelines #792

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions pipelines/managed/rh-advisories/rh-advisories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ spec:
value: $(tasks.create-advisory.results.advisory_url)
tasks:
- name: verify-access-to-resources
timeout: "4h"
taskRef:
resolver: "git"
params:
Expand All @@ -90,6 +91,7 @@ spec:
- name: requireInternalServices
value: "true"
- name: collect-data
timeout: "4h"
taskRef:
resolver: "git"
params:
Expand Down Expand Up @@ -118,6 +120,7 @@ spec:
runAfter:
- verify-access-to-resources
- name: reduce-snapshot
timeout: "4h"
taskRef:
resolver: "git"
params:
Expand All @@ -144,6 +147,7 @@ spec:
runAfter:
- collect-data
- name: extract-requester-from-release
timeout: "4h"
taskRef:
resolver: "git"
params:
Expand Down Expand Up @@ -171,6 +175,7 @@ spec:
runAfter:
- verify-access-to-resources
- name: apply-mapping
timeout: "4h"
retries: 3
taskRef:
resolver: "git"
Expand Down Expand Up @@ -227,6 +232,7 @@ spec:
runAfter:
- apply-mapping
- name: populate-release-notes-images
timeout: "4h"
params:
- name: dataPath
value: "$(tasks.collect-data.results.data)"
Expand All @@ -247,6 +253,7 @@ spec:
- name: data
workspace: release-workspace
- name: embargo-check
timeout: "4h"
params:
- name: dataPath
value: "$(tasks.collect-data.results.data)"
Expand All @@ -271,6 +278,7 @@ spec:
runAfter:
- populate-release-notes-images
- name: collect-cosign-params
timeout: "4h"
taskRef:
resolver: "git"
params:
Expand Down Expand Up @@ -318,6 +326,7 @@ spec:
- push-snapshot
- collect-cosign-params
- name: push-snapshot
timeout: "4h"
retries: 5
when:
- input: "$(tasks.apply-mapping.results.mapped)"
Expand Down Expand Up @@ -345,6 +354,7 @@ spec:
runAfter:
- rh-sign-image
- name: collect-pyxis-params
timeout: "4h"
taskRef:
resolver: "git"
params:
Expand Down Expand Up @@ -408,6 +418,7 @@ spec:
- publish-pyxis-repository
- extract-requester-from-release
- name: create-pyxis-image
timeout: "4h"
retries: 5
taskRef:
resolver: "git"
Expand Down Expand Up @@ -435,6 +446,7 @@ spec:
runAfter:
- push-snapshot
- name: publish-pyxis-repository
timeout: "4h"
retries: 5
taskRef:
resolver: "git"
Expand Down Expand Up @@ -463,6 +475,7 @@ spec:
- collect-pyxis-params
- apply-mapping
- name: push-rpm-data-to-pyxis
timeout: "4h"
retries: 5
taskRef:
resolver: "git"
Expand All @@ -486,6 +499,7 @@ spec:
runAfter:
- create-pyxis-image
- name: update-component-sbom
timeout: "4h"
when:
- input: "$(tasks.collect-atlas-params.results.secretName)"
operator: notin
Expand Down Expand Up @@ -513,6 +527,7 @@ spec:
- push-rpm-data-to-pyxis
- populate-release-notes-images
- name: upload-component-sbom
timeout: "4h"
when:
- input: "$(tasks.collect-atlas-params.results.secretName)"
operator: notin
Expand Down Expand Up @@ -541,6 +556,7 @@ spec:
runAfter:
- update-component-sbom
- name: run-file-updates
timeout: "4h"
params:
- name: fileUpdatesPath
value: $(tasks.collect-data.results.data)
Expand Down Expand Up @@ -572,6 +588,7 @@ spec:
- name: data
workspace: release-workspace
- name: check-data-keys
timeout: "4h"
params:
- name: dataPath
value: "$(tasks.collect-data.results.data)"
Expand All @@ -598,6 +615,7 @@ spec:
runAfter:
- populate-release-notes-images
- name: collect-atlas-params
timeout: "4h"
taskRef:
resolver: "git"
params:
Expand All @@ -616,6 +634,7 @@ spec:
runAfter:
- collect-data
- name: create-product-sbom
timeout: "4h"
when:
- input: "$(tasks.collect-atlas-params.results.secretName)"
operator: notin
Expand All @@ -639,6 +658,7 @@ spec:
- collect-atlas-params
- populate-release-notes-images
- name: upload-product-sbom
timeout: "4h"
when:
- input: "$(tasks.collect-atlas-params.results.secretName)"
operator: notin
Expand Down Expand Up @@ -667,6 +687,7 @@ spec:
runAfter:
- create-product-sbom
- name: create-advisory
timeout: "4h"
retries: 5
params:
- name: releasePlanAdmissionPath
Expand Down Expand Up @@ -699,6 +720,7 @@ spec:
- rh-sign-image
- rh-sign-image-cosign
- name: update-cr-status
timeout: "4h"
params:
- name: resource
value: $(params.release)
Expand All @@ -720,6 +742,7 @@ spec:
- create-advisory
finally:
- name: cleanup
timeout: "4h"
taskRef:
resolver: "git"
params:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ spec:
- name: release-workspace
tasks:
- name: verify-access-to-resources
timeout: "4h"
taskRef:
resolver: "git"
params:
Expand All @@ -86,6 +87,7 @@ spec:
- name: requireInternalServices
value: "true"
- name: collect-data
timeout: "4h"
taskRef:
resolver: "git"
params:
Expand Down Expand Up @@ -114,6 +116,7 @@ spec:
runAfter:
- verify-access-to-resources
- name: check-data-keys
timeout: "4h"
params:
- name: dataPath
value: "$(tasks.collect-data.results.data)"
Expand All @@ -139,6 +142,7 @@ spec:
runAfter:
- collect-data
- name: reduce-snapshot
timeout: "4h"
taskRef:
resolver: "git"
params:
Expand All @@ -165,6 +169,7 @@ spec:
runAfter:
- collect-data
- name: extract-requester-from-release
timeout: "4h"
taskRef:
resolver: "git"
params:
Expand Down Expand Up @@ -192,6 +197,7 @@ spec:
runAfter:
- verify-access-to-resources
- name: apply-mapping
timeout: "4h"
retries: 3
taskRef:
resolver: "git"
Expand All @@ -215,6 +221,7 @@ spec:
runAfter:
- reduce-snapshot
- name: verify-enterprise-contract
timeout: "4h"
taskRef:
resolver: "bundles"
params:
Expand Down Expand Up @@ -247,6 +254,7 @@ spec:
runAfter:
- apply-mapping
- name: collect-cosign-params
timeout: "4h"
taskRef:
resolver: "git"
params:
Expand Down Expand Up @@ -293,6 +301,7 @@ spec:
- push-snapshot
- collect-cosign-params
- name: push-snapshot
timeout: "4h"
retries: 5
when:
- input: "$(tasks.apply-mapping.results.mapped)"
Expand Down Expand Up @@ -320,6 +329,7 @@ spec:
runAfter:
- rh-sign-image
- name: collect-pyxis-params
timeout: "4h"
taskRef:
resolver: "git"
params:
Expand Down Expand Up @@ -383,6 +393,7 @@ spec:
- publish-pyxis-repository
- extract-requester-from-release
- name: create-pyxis-image
timeout: "4h"
retries: 5
taskRef:
resolver: "git"
Expand Down Expand Up @@ -410,6 +421,7 @@ spec:
runAfter:
- push-snapshot
- name: publish-pyxis-repository
timeout: "4h"
retries: 5
taskRef:
resolver: "git"
Expand Down Expand Up @@ -438,6 +450,7 @@ spec:
- collect-pyxis-params
- apply-mapping
- name: push-rpm-data-to-pyxis
timeout: "4h"
retries: 5
taskRef:
resolver: "git"
Expand All @@ -461,6 +474,7 @@ spec:
runAfter:
- create-pyxis-image
- name: run-file-updates
timeout: "4h"
params:
- name: fileUpdatesPath
value: $(tasks.collect-data.results.data)
Expand Down Expand Up @@ -492,6 +506,7 @@ spec:
- name: data
workspace: release-workspace
- name: update-cr-status
timeout: "4h"
params:
- name: resource
value: $(params.release)
Expand All @@ -513,6 +528,7 @@ spec:
- run-file-updates
finally:
- name: cleanup
timeout: "4h"
taskRef:
resolver: "git"
params:
Expand Down