-
Notifications
You must be signed in to change notification settings - Fork 10
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
CI was here #10
CI was here #10
Conversation
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
… instead of "hard" failing, we could just skip it as it doesn't meet the requirements. Impacted tests : - TestHelmDeployPipelineRun - TestKanikoTaskRun To skip those tests instead of failing, you need to provide the following arguments to go test command : `-ldflags '-X github.com/tektoncd/pipeline/test.missingKoFatal=false'` Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
We should try to avoid, as much as possible, to assume that there will be a docker socket available on the node. If the runtime used by Kubernetes is not Docker, this fails. This affects : TestPipelineRun and private-taskrun and taskrun-docker-basic examples. Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
/lgtm |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: arilivigni, matzew, vdemeester 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 |
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
Fixes to do to make CI green :
-ldflags …
in the e2e scriptsSigned-off-by: Vincent Demeester vdemeest@redhat.com