Correct release name in release script for non helm install (#2084)
* Correct release name in release script for non helm install Signed-off-by: Sanket Sudake <sanketsudake@gmail.com> * Increase test timeout to 20 minutes Signed-off-by: Sanket Sudake <sanketsudake@gmail.com> * Enable codeql for master only Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ echo "Successfully pull env and builder images"
|
||||
export FAILURES=0
|
||||
main() {
|
||||
set +e
|
||||
export TIMEOUT=1000 # 15 minutes per test
|
||||
export TIMEOUT=1200 # 20 minutes per test
|
||||
# run tests without newdeploy in parallel.
|
||||
export JOBS=6
|
||||
source $ROOT/test/run_test.sh \
|
||||
|
||||
Reference in New Issue
Block a user