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 postsubmit test which times out #2557

Merged
merged 1 commit into from
Nov 6, 2019
Merged

Fix postsubmit test which times out #2557

merged 1 commit into from
Nov 6, 2019

Conversation

Bobgy
Copy link
Contributor

@Bobgy Bobgy commented Nov 6, 2019

These two steps should be sequential, but they are written as parallel.
Reference: https://github.com/argoproj/argo/blob/master/examples/steps.yaml

The issue this bug caused:
If image failed to build in postsubmit tests, the test will timeout in 2 hours instead of failing with error message right away, because the second step will be stuck in ImagePullBackOff, and it never stops.


This change is Reviewable

These two steps should be sequential, but they are written as parallel.
Reference: https://github.com/argoproj/argo/blob/master/examples/steps.yaml

The issue this bug caused:
If image failed to build in postsubmit tests, the test will timeout in 2 hours instead of failing with error message right away.
@Bobgy
Copy link
Contributor Author

Bobgy commented Nov 6, 2019

@Ark-kun Can you help me review this?

@Bobgy
Copy link
Contributor Author

Bobgy commented Nov 6, 2019

/test kubeflow-pipeline-e2e-test

@numerology
Copy link

/lgtm

@Ark-kun
Copy link
Contributor

Ark-kun commented Nov 6, 2019

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Ark-kun

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

@k8s-ci-robot k8s-ci-robot merged commit b79c9e1 into master Nov 6, 2019
@Bobgy Bobgy deleted the Bobgy-patch-2 branch November 7, 2019 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants