Skip to content

Commit

Permalink
Trying to run in konflux-ns
Browse files Browse the repository at this point in the history
  • Loading branch information
tisutisu committed Sep 19, 2024
1 parent 9314b77 commit b1d8f6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hack/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function test_resource_creation() {
version="$( echo $version | tr '.' '-' )"

#local tns="${testname}-${version}"
local tns=$2
local tns="build-templates-e2e"
local skipit=

for ignore in ${TEST_TASKRUN_IGNORES};do
Expand Down
5 changes: 2 additions & 3 deletions hack/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@ if [[ ! -d ${resourcedir}/tests ]];then
exit 1
fi



test_resource_creation ${RESOURCE}/${NAME}/${VERSION}/tests $TEST_NS
#test_resource_creation ${RESOURCE}/${NAME}/${VERSION}/tests $TEST_NS
test_resource_creation ${RESOURCE}/${NAME}/${VERSION}/tests

0 comments on commit b1d8f6e

Please sign in to comment.