From b3f1b5a33514f4ff80041630fae0548675e83070 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Fri, 23 Nov 2018 17:31:52 -0500 Subject: [PATCH] Fix: Missing build-id parameter Signed-off-by: Jonathan Rajotte --- scripts/system-tests/run-baremetal-benchmarks.sh | 3 ++- scripts/system-tests/run-baremetal-tests.sh | 3 ++- scripts/system-tests/run-kvm-fuzzing-tests.sh | 3 ++- scripts/system-tests/run-kvm-tests.sh | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/scripts/system-tests/run-baremetal-benchmarks.sh b/scripts/system-tests/run-baremetal-benchmarks.sh index 437ea2a..4c7f2fb 100644 --- a/scripts/system-tests/run-baremetal-benchmarks.sh +++ b/scripts/system-tests/run-baremetal-benchmarks.sh @@ -38,7 +38,8 @@ python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava-submit.py \ -j "$JOB_NAME" \ -k "$STORAGE_KERNEL_IMAGE" \ -lm "$STORAGE_LTTNG_MODULES" \ - -tc "$LTTNG_TOOLS_COMMIT_ID" + -tc "$LTTNG_TOOLS_COMMIT_ID" \ + -id "$BUILD_TAG" set +eu deactivate diff --git a/scripts/system-tests/run-baremetal-tests.sh b/scripts/system-tests/run-baremetal-tests.sh index 6d652e3..2d7d989 100644 --- a/scripts/system-tests/run-baremetal-tests.sh +++ b/scripts/system-tests/run-baremetal-tests.sh @@ -41,7 +41,8 @@ python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava-submit.py \ -k "$STORAGE_KERNEL_IMAGE" \ -lm "$STORAGE_LTTNG_MODULES" \ -tc "$LTTNG_TOOLS_COMMIT_ID" \ - -uc "$LTTNG_UST_COMMIT_ID" + -uc "$LTTNG_UST_COMMIT_ID" \ + -id "$BUILD_TAG" set +eu deactivate diff --git a/scripts/system-tests/run-kvm-fuzzing-tests.sh b/scripts/system-tests/run-kvm-fuzzing-tests.sh index be846af..abba79d 100644 --- a/scripts/system-tests/run-kvm-fuzzing-tests.sh +++ b/scripts/system-tests/run-kvm-fuzzing-tests.sh @@ -40,7 +40,8 @@ python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava-submit.py \ -k "$STORAGE_KERNEL_IMAGE" \ -lm "$STORAGE_LTTNG_MODULES" \ -tc "$LTTNG_TOOLS_COMMIT_ID" \ - -uc "$LTTNG_UST_COMMIT_ID" + -uc "$LTTNG_UST_COMMIT_ID" \ + -id "$BUILD_TAG" set +eu deactivate diff --git a/scripts/system-tests/run-kvm-tests.sh b/scripts/system-tests/run-kvm-tests.sh index 8b9722b..2e35db8 100644 --- a/scripts/system-tests/run-kvm-tests.sh +++ b/scripts/system-tests/run-kvm-tests.sh @@ -40,7 +40,8 @@ python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava-submit.py \ -k "$STORAGE_KERNEL_IMAGE" \ -lm "$STORAGE_LTTNG_MODULES" \ -tc "$LTTNG_TOOLS_COMMIT_ID" \ - -uc "$LTTNG_UST_COMMIT_ID" + -uc "$LTTNG_UST_COMMIT_ID" \ + -id "$BUILD_TAG" set +eu deactivate -- 2.34.1