Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Fix the e2e tests #30

Merged
merged 4 commits into from
Jul 11, 2018
Merged

Fix the e2e tests #30

merged 4 commits into from
Jul 11, 2018

Conversation

adrcunha
Copy link
Contributor

@adrcunha adrcunha commented Jul 10, 2018

  • update the yaml file used for testing
  • remove dumping project info on failure (unnecessary, and also leaks keys)
  • drop installing Knative Serving, install just Knative Build instead
  • fix checking cluster setup

Fixes #29

@knative knative deleted a comment from google-prow-robot Jul 10, 2018

subheader "Installing Knative Serving"
kubectl apply -f ${SERVING_RELEASE}
exit_if_test_failed "could not install Knative Serving"

wait_until_pods_running build-system
wait_until_pods_running knative-serving || exit_if_test_failed
Copy link
Member

Choose a reason for hiding this comment

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

These tests shouldn't need serving components to be installed, can this be removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Last time I tried, tests failed when installing knative/build only. Maybe I missed something, I can try again.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, I must have done something wrong. It's working now, thanks.

Copy link
Member

@imjasonh imjasonh 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

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: adrcunha, ImJasonH

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-prow-robot google-prow-robot merged commit e2324e2 into knative:master Jul 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

E2E tests are broken
3 participants