Skip to content
This repository was archived by the owner on Jun 19, 2022. It is now read-only.

Pin knative/pkg and knative/test-infra to release-0.16#1373

Merged
knative-prow-robot merged 6 commits into
google:masterfrom
Harwayne:pin-pkg-16
Jul 7, 2020
Merged

Pin knative/pkg and knative/test-infra to release-0.16#1373
knative-prow-robot merged 6 commits into
google:masterfrom
Harwayne:pin-pkg-16

Conversation

@Harwayne
Copy link
Copy Markdown
Contributor

@Harwayne Harwayne commented Jul 1, 2020

Proposed Changes

  • Pin knative/pkg and knative/test-infra to release-0.16 in preparation for the release.

Release Note

NONE

Verified locally with:

go build ./...
go test ./...
go test -tags e2e ./... -run "^HopefullyNoTestMatchesThisRegex$"

@knative-prow-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Harwayne

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@googlebot googlebot added the cla: yes (override cla status due to multiple authors bug) label Jul 1, 2020
@ericlem
Copy link
Copy Markdown
Contributor

ericlem commented Jul 1, 2020

/lgtm

@ericlem
Copy link
Copy Markdown
Contributor

ericlem commented Jul 1, 2020

/lgtm

…ting.

For future reference, this can be built with:

go test -tags e2e ./... -run "^HopefullyNoTestMatchesThisRegex$"
@Harwayne
Copy link
Copy Markdown
Contributor Author

Harwayne commented Jul 1, 2020

For my own future reference, the following does not build the tests:

go build -tags e2e ./...

This command does:

go test -tags e2e ./... -run "^HopefullyNoTestMatchesThisRegex$"

So the overall set of commands to make sure everything compiles and works (minus running the e2e tests) seems to be:

go build ./...
go test ./...
go test -tags e2e ./... -run "^HopefullyNoTestMatchesThisRegex$"

@Harwayne
Copy link
Copy Markdown
Contributor Author

Harwayne commented Jul 1, 2020

/retest

3 similar comments
@Harwayne
Copy link
Copy Markdown
Contributor Author

Harwayne commented Jul 1, 2020

/retest

@grac3gao-zz
Copy link
Copy Markdown
Contributor

/retest

@Harwayne
Copy link
Copy Markdown
Contributor Author

Harwayne commented Jul 6, 2020

/retest

@knative-test-reporter-robot
Copy link
Copy Markdown

The following jobs failed:

Test name Triggers Retries
pull-google-knative-gcp-wi-tests pull-google-knative-gcp-wi-tests 1/3

Automatically retrying due to test flakiness...
/test pull-google-knative-gcp-wi-tests

@knative-test-reporter-robot
Copy link
Copy Markdown

The following jobs failed:

Test name Triggers Retries
pull-google-knative-gcp-integration-tests 0/3

Failed non-flaky tests preventing automatic retry of pull-google-knative-gcp-integration-tests:

github.com/google/knative-gcp/test/e2e.TestChannelTracing/Channel-messaging.cloud.google.com/v1alpha1

@nachocano
Copy link
Copy Markdown
Member

/retest
/lgtm

@chizhg
Copy link
Copy Markdown
Member

chizhg commented Jul 7, 2020

/retest

@grac3gao-zz
Copy link
Copy Markdown
Contributor

/retest

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

approved cla: yes (override cla status due to multiple authors bug) lgtm size/XXL

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants