Use release.sh helper from prow-tests image#270
Use release.sh helper from prow-tests image#270google-prow-robot merged 1 commit intoknative:masterfrom adrcunha:better-release
Conversation
We're consolidating the test infrastructure into a single place, so all repos get the same fixes, updates and new features. `release.sh` helper is implemented by knative/test-infra#14 **Bonus!** Now build-crd release script has the following features, just like serving and eventing: * setting custom GCR/GCS buckets through environment variables * release tagging * test skipping * local build
|
|
||
| # Set default GCS/GCR | ||
| : ${BUILD_RELEASE_GCS:="build-crd"} | ||
| : ${BUILD_RELEASE_GCR:="gcr.io/build-crd"} |
There was a problem hiding this comment.
Can we move these to where serving and eventing put their releases? Which I believe is knative-releases?
There was a problem hiding this comment.
We can and I'm happy to do that, but last time I talked to @mattmoor about this, he wanted to keep them in separate GCRs. Matt?
There was a problem hiding this comment.
knative-releases seems fine. This was just trickier when it was elafros.
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adrcunha, mattmoor The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
We're consolidating the test infrastructure into a single place, so all repos get the same fixes, updates and new features. `release.sh` helper is implemented by knative/test-infra#14 **Bonus!** Now build-crd release script has the following features, just like serving and eventing: * setting custom GCR/GCS buckets through environment variables * release tagging * test skipping * local build
We're consolidating the test infrastructure into a single place, so all repos get the same fixes, updates and new features. `release.sh` helper is implemented by knative/test-infra#14 **Bonus!** Now build-crd release script has the following features, just like serving and eventing: * setting custom GCR/GCS buckets through environment variables * release tagging * test skipping * local build
We're consolidating the test infrastructure into a single place, so all repos get the same fixes, updates and new features.
release.shhelper is implemented by knative/test-infra#14Bonus! Now build-crd release script has the following features, just like serving and eventing:
Fixes #267