mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 13:36:58 +02:00
jenkins/kola/packet: Remove c3.small.x86 to try running cl.internet
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
This commit is contained in:
parent
bf4e013ac7
commit
2fe1e979c0
@ -34,7 +34,7 @@ fi
|
|||||||
# Run the cl.internet test on multiple machine types only if it should run in general
|
# Run the cl.internet test on multiple machine types only if it should run in general
|
||||||
cl_internet_included="$(set -o noglob; bin/kola list --platform=packet --filter ${KOLA_TESTS} | { grep cl.internet || true ; } )"
|
cl_internet_included="$(set -o noglob; bin/kola list --platform=packet --filter ${KOLA_TESTS} | { grep cl.internet || true ; } )"
|
||||||
if [[ "${BOARD}" == "amd64-usr" ]] && [[ "${cl_internet_included}" != "" ]]; then
|
if [[ "${BOARD}" == "amd64-usr" ]] && [[ "${cl_internet_included}" != "" ]]; then
|
||||||
for INSTANCE in c3.small.x86 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
|
||||||
(
|
(
|
||||||
OUTPUT=$(timeout --signal=SIGQUIT "${timeout}" bin/kola run \
|
OUTPUT=$(timeout --signal=SIGQUIT "${timeout}" bin/kola run \
|
||||||
--basename="${NAME}" \
|
--basename="${NAME}" \
|
||||||
|
Loading…
Reference in New Issue
Block a user