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

fix(CNV-53189): make PUSH_TIMEOUT an optional param #575

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

codingben
Copy link
Member

What this PR does / why we need it:

Tekton parameter PUSH_TIMEOUT is not required
and can use default value if not set, which is
timeout of 2 hours (120 minutes).

Release note:

PUSH_TIMEOUT parameter is optional.

Tekton parameter PUSH_TIMEOUT is not required
and can use default value if not set, which is
timeout of 2 hours (120 minutes).

Signed-off-by: Ben Oukhanov <[email protected]>
@kubevirt-bot kubevirt-bot added release-note Denotes a PR that will be considered when it comes time to generate release notes. dco-signoff: yes Indicates the PR's author has DCO signed all their commits. labels Dec 16, 2024
@codingben
Copy link
Member Author

/cc @ksimon1 @lyarwood @jcanocan

@openshift-ci openshift-ci bot requested a review from jcanocan December 16, 2024 14:12
@openshift-ci openshift-ci bot requested a review from ksimon1 December 16, 2024 14:12
@kubevirt-bot kubevirt-bot requested a review from ksimon1 December 16, 2024 14:12
@openshift-ci openshift-ci bot requested a review from lyarwood December 16, 2024 14:12
@@ -38,6 +38,7 @@ spec:
- name: PUSH_TIMEOUT
description: ContainerDisk push timeout in minutes
type: string
default: "120"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it 120 mins?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes.

Copy link
Member

@0xFelix 0xFelix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

Copy link

openshift-ci bot commented Dec 16, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: 0xFelix, codingben

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubevirt-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: 0xFelix

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 16, 2024
@dominikholler
Copy link
Contributor

dominikholler commented Dec 16, 2024

Can the PUSH_TIMEOUT also from the example in the README.md , to keep it as simple as possible?

Copy link

openshift-ci bot commented Dec 16, 2024

@codingben: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/win11-pipeline-example-test 920de77 link true /test win11-pipeline-example-test
ci/prow/win2k22-pipeline-example-test 920de77 link true /test win2k22-pipeline-example-test
ci/prow/e2e-tests 920de77 link true /test e2e-tests
ci/prow/win2k25-pipeline-example-test 920de77 link true /test win2k25-pipeline-example-test
ci/prow/win10-pipeline-example-test 920de77 link true /test win10-pipeline-example-test

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@codingben
Copy link
Member Author

Can the PUSH_TIMEOUT also from the example in the README.md , to keep it as simple as possible?

It's mentioned in the parameters, this is what you mean?

@dominikholler
Copy link
Contributor

dominikholler commented Dec 18, 2024

It's mentioned in the parameters, this is what you mean?

I am referring to the example in the usage section:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates the PR's author has DCO signed all their commits. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants