Skip to content

Commit db4e4d7

Browse files
de-parallelized ci-tests (#65)
## Description De-parallelized CI tests (Jenkins)
1 parent e5bd7a6 commit db4e4d7

File tree

1 file changed

+1
-1
lines changed
  • .ci/integration-tests/hcloud-centos-8

1 file changed

+1
-1
lines changed

.ci/integration-tests/hcloud-centos-8/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
git clone -b "$GIT_BRANCH" https://github.com/stackabletech/spark-k8s-operator.git
3-
(cd spark-k8s-operator/ && ./scripts/run_tests.sh)
3+
(cd spark-k8s-operator/ && ./scripts/run_tests.sh --parallel 1)
44
exit_code=$?
55
./operator-logs.sh spark-k8s > /target/spark-k8s-operator.log
66
./operator-logs.sh spark > /target/spark-operator.log

0 commit comments

Comments
 (0)