From 700aeac341dda5fa470c759bd1caa6f190a8abf0 Mon Sep 17 00:00:00 2001 From: Takashi Matsuo Date: Wed, 9 May 2018 14:26:42 -0700 Subject: [PATCH] Run e2e test just once after ubuntu build (#440) --- scripts/run_test_suite.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/run_test_suite.sh b/scripts/run_test_suite.sh index 4922a9c3..15179667 100755 --- a/scripts/run_test_suite.sh +++ b/scripts/run_test_suite.sh @@ -24,9 +24,11 @@ if [ -z "${SKIP_CS_CHECK}" ]; then vendor/bin/php-cs-fixer fix --dry-run --diff fi -# Then build the images and run the tests. -scripts/build_images.sh +# Build the debian images +RUN_E2E_TESTS='' scripts/build_images.sh -# clear this envvar for ubuntu repo +# Clear this envvar for ubuntu repo unset RUNTIME_DISTRIBUTION + +# Build the ubuntu images scripts/build_images.sh ubuntu