-
Notifications
You must be signed in to change notification settings - Fork 332
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
Add Tekton downstream test #2233
Conversation
b13f8fd
to
45273a0
Compare
Codecov Report
@@ Coverage Diff @@
## main #2233 +/- ##
==========================================
+ Coverage 63.89% 63.92% +0.02%
==========================================
Files 220 220
Lines 9536 9543 +7
==========================================
+ Hits 6093 6100 +7
+ Misses 3169 3168 -1
- Partials 274 275 +1
Continue to review full report at Codecov.
|
/retest MetricsExporter |
This needs the following to land (and be released): https://github.com/knative-sandbox/actions-downstream-test/pull/12 It also needs a small cleanup in Tekton: tektoncd/pipeline#4189 |
fd4811d
to
97e8eb2
Compare
/retest Opencensus flake 🙃 |
97e8eb2
to
ed539ca
Compare
Ok, I hopefully have a fix for the Tekton test bug staged here: tektoncd/pipeline#4192. If that gets merged, I'll kick this again, and if it's green we can get it reviewed/merged. 🤞 |
ed539ca
to
34cf10e
Compare
Ok so pipeline passed. Let's land this and then I can explore adding others :) |
/assign @n3wscott |
fail-fast: false # Keep running if one leg fails. | ||
matrix: | ||
include: | ||
- repo: pipeline |
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.
this is the only real change right? Is it bad to just add this to the original downstream tests?
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.
The other tests hardcode knative.dev
import paths some unfortunate places
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.
(which aren't easily conditioned away)
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mattmoor, n3wscott 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 |
/kind cleanup
Release Note
Docs