-
Notifications
You must be signed in to change notification settings - Fork 334
Adding github action to test downstream repos. #1653
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
Conversation
/hold going to roll this into a custom github action |
1f37f51
to
efadcd6
Compare
50ac611
to
ec74e63
Compare
/unhold This is ready. |
Looks like there was a data race in serving? Can't figure out how to properly cut&paste :)
|
/retest |
This is good to go. @mattmoor |
name: Serving | ||
strategy: | ||
matrix: | ||
go-version: [1.15.x] |
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.
1.14.x
name: Eventing | ||
strategy: | ||
matrix: | ||
go-version: [1.15.x] |
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.
1.14.x
8a6492e
to
8b883bb
Compare
/retest |
@@ -53,7 +53,6 @@ jobs: | |||
- name: Check out code onto GOPATH | |||
uses: actions/checkout@v2 | |||
with: | |||
fetch-depth: 1 |
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.
why is this changing
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.
1 is default, ah well it will get rolled back. This PR is older than .github repo :D
/lgtm |
[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 |
Integrate the knative-sandbox/downstream-test-go action that takes two repos that are checked out and upgrades the downstream with an upstream module, and then runs the standard knative repo update-codegen and runs the unit tests.
This PR makes it an FYI that any future PR will test on the following: