From 23ba1b76d4a709064677372d3002bf40e9f14594 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Thu, 29 Nov 2018 21:46:26 -0500 Subject: [PATCH] Deactivate lava 1 submission Signed-off-by: Jonathan Rajotte --- scripts/system-tests/run-baremetal-benchmarks.sh | 10 ---------- scripts/system-tests/run-baremetal-tests.sh | 10 ---------- scripts/system-tests/run-kvm-fuzzing-tests.sh | 10 ---------- scripts/system-tests/run-kvm-tests.sh | 10 ---------- 4 files changed, 40 deletions(-) diff --git a/scripts/system-tests/run-baremetal-benchmarks.sh b/scripts/system-tests/run-baremetal-benchmarks.sh index 4c7f2fb..0313d30 100644 --- a/scripts/system-tests/run-baremetal-benchmarks.sh +++ b/scripts/system-tests/run-baremetal-benchmarks.sh @@ -30,17 +30,7 @@ python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava2-submit.py \ -k "$S3_URL_KERNEL_IMAGE" \ -lm "$S3_URL_LTTNG_MODULES" \ -tc "$LTTNG_TOOLS_COMMIT_ID" \ - -id "$BUILD_TAG" \ - --debug - -python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava-submit.py \ - -t baremetal-benchmarks \ - -j "$JOB_NAME" \ - -k "$STORAGE_KERNEL_IMAGE" \ - -lm "$STORAGE_LTTNG_MODULES" \ - -tc "$LTTNG_TOOLS_COMMIT_ID" \ -id "$BUILD_TAG" - set +eu deactivate set -eu diff --git a/scripts/system-tests/run-baremetal-tests.sh b/scripts/system-tests/run-baremetal-tests.sh index 2d7d989..6b62f6d 100644 --- a/scripts/system-tests/run-baremetal-tests.sh +++ b/scripts/system-tests/run-baremetal-tests.sh @@ -32,16 +32,6 @@ python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava2-submit.py \ -lm "$S3_URL_LTTNG_MODULES" \ -tc "$LTTNG_TOOLS_COMMIT_ID" \ -uc "$LTTNG_UST_COMMIT_ID" \ - -id "$BUILD_TAG" \ - --debug - -python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava-submit.py \ - -t baremetal-tests \ - -j "$JOB_NAME" \ - -k "$STORAGE_KERNEL_IMAGE" \ - -lm "$STORAGE_LTTNG_MODULES" \ - -tc "$LTTNG_TOOLS_COMMIT_ID" \ - -uc "$LTTNG_UST_COMMIT_ID" \ -id "$BUILD_TAG" set +eu diff --git a/scripts/system-tests/run-kvm-fuzzing-tests.sh b/scripts/system-tests/run-kvm-fuzzing-tests.sh index abba79d..8ab8a6c 100644 --- a/scripts/system-tests/run-kvm-fuzzing-tests.sh +++ b/scripts/system-tests/run-kvm-fuzzing-tests.sh @@ -31,16 +31,6 @@ python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava2-submit.py \ -lm "$S3_URL_LTTNG_MODULES" \ -tc "$LTTNG_TOOLS_COMMIT_ID" \ -uc "$LTTNG_UST_COMMIT_ID" \ - -id "$BUILD_TAG" \ - --debug - -python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava-submit.py \ - -t kvm-fuzzing-tests \ - -j "$JOB_NAME" \ - -k "$STORAGE_KERNEL_IMAGE" \ - -lm "$STORAGE_LTTNG_MODULES" \ - -tc "$LTTNG_TOOLS_COMMIT_ID" \ - -uc "$LTTNG_UST_COMMIT_ID" \ -id "$BUILD_TAG" set +eu diff --git a/scripts/system-tests/run-kvm-tests.sh b/scripts/system-tests/run-kvm-tests.sh index 2e35db8..cdcd42f 100644 --- a/scripts/system-tests/run-kvm-tests.sh +++ b/scripts/system-tests/run-kvm-tests.sh @@ -31,16 +31,6 @@ python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava2-submit.py \ -lm "$S3_URL_LTTNG_MODULES" \ -tc "$LTTNG_TOOLS_COMMIT_ID" \ -uc "$LTTNG_UST_COMMIT_ID" \ - -id "$BUILD_TAG" \ - --debug - -python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava-submit.py \ - -t kvm-tests \ - -j "$JOB_NAME" \ - -k "$STORAGE_KERNEL_IMAGE" \ - -lm "$STORAGE_LTTNG_MODULES" \ - -tc "$LTTNG_TOOLS_COMMIT_ID" \ - -uc "$LTTNG_UST_COMMIT_ID" \ -id "$BUILD_TAG" set +eu -- 2.34.1