Skip to content

Commit

Permalink
Merge pull request #176 from flatcar-linux/scripts
Browse files Browse the repository at this point in the history
jenkins/kola/packet: Remove c3.small.x86 to try running cl.internet
  • Loading branch information
pothos committed Oct 22, 2021
2 parents c1f673a + f68e5e9 commit acebe6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/kola/packet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fi
# 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 ; } )"
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 \
--basename="${NAME}" \
Expand Down

0 comments on commit acebe6d

Please sign in to comment.