Skip to content

Commit

Permalink
Use knative/client instead of fork
Browse files Browse the repository at this point in the history
This reverts commit 3800adb.
  • Loading branch information
mgencur committed Dec 4, 2019
1 parent 86a50d7 commit 71a3d33
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
16 changes: 9 additions & 7 deletions test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,19 @@
# $KNATIVE_VERSION with a valid release, e.g. 0.6.0, Knative serving
# of this specified version will be installed in the Kubernetes cluster, and
# all the tests will run against Knative serving of this specific version.
source $(dirname $0)/../vendor/knative.dev/test-infra/scripts/e2e-tests.sh
source $(dirname $0)/e2e-common.sh
#source $(dirname $0)/../vendor/knative.dev/test-infra/scripts/e2e-tests.sh
#source $(dirname $0)/e2e-common.sh

# Add local dir to have access to built kn
export PATH=$PATH:${REPO_ROOT_DIR}
#export PATH=$PATH:${REPO_ROOT_DIR}

# Script entry point.

initialize $@
#initialize $@

header "Running tests for Knative serving $KNATIVE_VERSION"
#header "Running tests for Knative serving $KNATIVE_VERSION"

go_test_e2e -timeout=30m ./test/e2e || fail_test
success
bash -x $(dirname $0)/tekton-tests.sh

#go_test_e2e -timeout=30m ./test/e2e || fail_test
#success
4 changes: 3 additions & 1 deletion test/resources/tekton/kn-pipeline-resource-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ spec:
type: git
params:
- name: url
value: "https://github.com/knative/client"
value: "https://github.com/mgencur/knative-client" #TODO: change to https://github.com/knative/client
- name: revision #TODO: remove
value: tekton_tests_cli
---
apiVersion: tekton.dev/v1alpha1
kind: PipelineResource
Expand Down

0 comments on commit 71a3d33

Please sign in to comment.