Skip to content

Remove local library.sh as all helpers are now in prow-tests image#258

Merged
google-prow-robot merged 3 commits intoknative:masterfrom
adrcunha:no-library-sh-in-hack
Jul 22, 2018
Merged

Remove local library.sh as all helpers are now in prow-tests image#258
google-prow-robot merged 3 commits intoknative:masterfrom
adrcunha:no-library-sh-in-hack

Conversation

@adrcunha
Copy link
Copy Markdown
Contributor

We're consolidating the test infrastructure into a single place, so all repos get the same fixes, updates and new features.

library.sh in prow-tests image was implemented by knative/test-infra#4

We're consolidating the test infrastructure into a single place, so all repos get the same fixes, updates and new features.

`library.sh` in prow-tests image was implemented by knative/test-infra#4
@google-prow-robot google-prow-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jul 21, 2018
@adrcunha adrcunha requested review from jessiezcc and srinivashegde86 and removed request for inlined and steuhs July 21, 2018 05:02
@adrcunha
Copy link
Copy Markdown
Contributor Author

Tests won't pass until #259 and #236 are merged.

@jessiezcc
Copy link
Copy Markdown

/lgtm

@google-prow-robot google-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 21, 2018
@jessiezcc
Copy link
Copy Markdown

/test pull-knative-eventing-integration-tests

@jessiezcc
Copy link
Copy Markdown

/test pull-knative-eventing-unit-tests

@jessiezcc
Copy link
Copy Markdown

/test pull-knative-eventing-build-tests

# Useful environment variables
[[ -n "${PROW_JOB_ID}" ]] && IS_PROW=1 || IS_PROW=0
readonly IS_PROW
readonly EVENTING_ROOT_DIR="$(dirname $(readlink -f ${BASH_SOURCE}))/.."
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is EVENTING specific which doesn't exist in common library.sh, tests fail due to this.
"./hack/verify-codegen.sh: line 22: EVENTING_ROOT_DIR: unbound variable
W0721 15:26:07.837] mkdir: cannot create directory '': No such file or directory"

Copy link
Copy Markdown
Contributor Author

@adrcunha adrcunha Jul 21, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As I explained above, tests won't pass until #259 and #236 are merged.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Argh! There was actually a bug: wrong variable name. Fixed, thanks.

@google-prow-robot google-prow-robot removed the lgtm Indicates that a PR is ready to be merged. label Jul 21, 2018
@jessiezcc
Copy link
Copy Markdown

/lgtm

@google-prow-robot google-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 21, 2018
@adrcunha adrcunha requested review from mattmoor and vaikas and removed request for srinivashegde86 July 21, 2018 21:10
Copy link
Copy Markdown
Member

@mattmoor mattmoor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@google-prow-robot
Copy link
Copy Markdown

[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

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

@google-prow-robot google-prow-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 22, 2018
@google-prow-robot google-prow-robot merged commit ee7dbe4 into knative:master Jul 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants