mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
jenkins/kola/packet|aws: silence debug output of concurrent test
The concurrent tests' debug output is not helping and causes confusion.
This commit is contained in:
parent
f2c7bcb78d
commit
d26530d4cb
@ -49,6 +49,7 @@ cl_internet_included="$(set -o noglob; bin/kola list --platform=aws --filter ${K
|
|||||||
if [[ "${BOARD}" == "amd64-usr" ]] && [[ "${cl_internet_included}" != "" ]]; then
|
if [[ "${BOARD}" == "amd64-usr" ]] && [[ "${cl_internet_included}" != "" ]]; then
|
||||||
for INSTANCE in m4.2xlarge; do
|
for INSTANCE in m4.2xlarge; do
|
||||||
(
|
(
|
||||||
|
set +x
|
||||||
OUTPUT=$(timeout --signal=SIGQUIT 6h bin/kola run \
|
OUTPUT=$(timeout --signal=SIGQUIT 6h bin/kola run \
|
||||||
--parallel=8 \
|
--parallel=8 \
|
||||||
--basename="${NAME}" \
|
--basename="${NAME}" \
|
||||||
|
@ -48,6 +48,7 @@ cl_internet_included="$(set -o noglob; bin/kola list --platform=packet --filter
|
|||||||
if [[ "${BOARD}" == "amd64-usr" ]] && [[ "${cl_internet_included}" != "" ]]; then
|
if [[ "${BOARD}" == "amd64-usr" ]] && [[ "${cl_internet_included}" != "" ]]; then
|
||||||
for INSTANCE in c3.medium.x86 m3.large.x86 s3.xlarge.x86 n2.xlarge.x86; do
|
for INSTANCE in c3.medium.x86 m3.large.x86 s3.xlarge.x86 n2.xlarge.x86; do
|
||||||
(
|
(
|
||||||
|
set +x
|
||||||
OUTPUT=$(timeout --signal=SIGQUIT "${timeout}" bin/kola run \
|
OUTPUT=$(timeout --signal=SIGQUIT "${timeout}" bin/kola run \
|
||||||
--basename="${NAME}" \
|
--basename="${NAME}" \
|
||||||
--board="${BOARD}" \
|
--board="${BOARD}" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user