mirror of https://github.com/knative/client.git
Revert "Use knative/client instead of fork"
This reverts commit 2ab272f587.
This commit is contained in:
parent
5685254cda
commit
8eb87ada02
|
|
@ -28,17 +28,19 @@
|
||||||
# $KNATIVE_VERSION with a valid release, e.g. 0.6.0, Knative serving
|
# $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
|
# of this specified version will be installed in the Kubernetes cluster, and
|
||||||
# all the tests will run against Knative serving of this specific version.
|
# 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)/../vendor/knative.dev/test-infra/scripts/e2e-tests.sh
|
||||||
source $(dirname $0)/e2e-common.sh
|
#source $(dirname $0)/e2e-common.sh
|
||||||
|
|
||||||
# Add local dir to have access to built kn
|
# Add local dir to have access to built kn
|
||||||
export PATH=$PATH:${REPO_ROOT_DIR}
|
#export PATH=$PATH:${REPO_ROOT_DIR}
|
||||||
|
|
||||||
# Script entry point.
|
# 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
|
bash -x $(dirname $0)/tekton-tests.sh
|
||||||
success
|
|
||||||
|
#go_test_e2e -timeout=30m ./test/e2e || fail_test
|
||||||
|
#success
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,9 @@ spec:
|
||||||
type: git
|
type: git
|
||||||
params:
|
params:
|
||||||
- name: url
|
- 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
|
apiVersion: tekton.dev/v1alpha1
|
||||||
kind: PipelineResource
|
kind: PipelineResource
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue