-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
We should only use knative-releases for public released artifacts #2555
Labels
area/test-and-release
It flags unit/e2e/conformance/perf test issues for product features
kind/feature
Well-understood/specified features, ready for coding.
kind/process
Changes in how we work
Milestone
Comments
knative-prow-robot
added
area/test-and-release
It flags unit/e2e/conformance/perf test issues for product features
kind/feature
Well-understood/specified features, ready for coding.
kind/process
Changes in how we work
labels
Nov 27, 2018
This was referenced Nov 27, 2018
knative-prow-robot
pushed a commit
to knative/test-infra
that referenced
this issue
Nov 27, 2018
Part of knative/serving#2555. Bonus: block running E2E tests using knative-nightly GCR as well.
adrcunha
added a commit
to knative/build
that referenced
this issue
Nov 27, 2018
Part of knative/serving#2555. Bonus: updates `test-infra` to include the latest fixes and features, while also updating the Gopkg files so the cleanup workaround in `update-deps.sh` is not necessary anymore.
adrcunha
added a commit
to knative/build
that referenced
this issue
Nov 27, 2018
Part of knative/serving#2555. Bonus: updates `test-infra` to include the latest fixes and features, while also updating the Gopkg files so the cleanup workaround in `update-deps.sh` is not necessary anymore.
knative-prow-robot
pushed a commit
that referenced
this issue
Nov 28, 2018
knative-prow-robot
pushed a commit
to knative/build
that referenced
this issue
Nov 28, 2018
* Publish nightly knative/build releases to knative-nightly Part of knative/serving#2555. Bonus: updates `test-infra` to include the latest fixes and features, while also updating the Gopkg files so the cleanup workaround in `update-deps.sh` is not necessary anymore. * Use .ko.yaml.release for image overrides for versioned releases
This was referenced Nov 30, 2018
Merged
knative-prow-robot
pushed a commit
to knative/eventing
that referenced
this issue
Nov 30, 2018
vagababov
pushed a commit
to vagababov/serving
that referenced
this issue
Nov 30, 2018
knative-prow-robot
pushed a commit
to knative/build-templates
that referenced
this issue
Nov 30, 2018
Updates `test-infra` to comply with knative/serving#2555, while also getting the latest fixes and features. Bonus: update the Gopkg files so the cleanup workaround in `update-deps.sh` is not necessary anymore.
knative-prow-robot
pushed a commit
to knative/eventing-contrib
that referenced
this issue
Nov 30, 2018
knative-prow-robot
pushed a commit
to tektoncd/pipeline
that referenced
this issue
Nov 30, 2018
Part of knative/serving#2555. Bonus: added documentation about the `/hack` dir and the release script.
@adrcunha Is this done? |
vdemeester
pushed a commit
to vdemeester/knative-build
that referenced
this issue
Apr 3, 2019
* Publish nightly knative/build releases to knative-nightly Part of knative/serving#2555. Bonus: updates `test-infra` to include the latest fixes and features, while also updating the Gopkg files so the cleanup workaround in `update-deps.sh` is not necessary anymore. * Use .ko.yaml.release for image overrides for versioned releases
vdemeester
pushed a commit
to vdemeester/knative-build
that referenced
this issue
Apr 3, 2019
* Publish nightly knative/build releases to knative-nightly Part of knative/serving#2555. Bonus: updates `test-infra` to include the latest fixes and features, while also updating the Gopkg files so the cleanup workaround in `update-deps.sh` is not necessary anymore. * Use .ko.yaml.release for image overrides for versioned releases
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/test-and-release
It flags unit/e2e/conformance/perf test issues for product features
kind/feature
Well-understood/specified features, ready for coding.
kind/process
Changes in how we work
Expected Behavior
We should knative-releases bucket exclusively for public releases (vX.Y.Z releases) to avoid accident cleanups of nightly and other ephemeral releases.
Nightly should be published to knative-nightly bucket.
Actual Behavior
Nightly is currently published to knative-releases GCS/GCR buckets.
The text was updated successfully, but these errors were encountered: