From afd0d7f88b9b4852f8dbf7225d0cf575e322efe1 Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Fri, 22 Dec 2017 11:00:54 -0500 Subject: [PATCH] jjb: lava: cleanup: reorder parameters field in PARAM job Signed-off-by: Francis Deslauriers --- jobs/system-tests.yaml | 60 +++++++++++++++++++++--------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/jobs/system-tests.yaml b/jobs/system-tests.yaml index 87b92de..508259d 100644 --- a/jobs/system-tests.yaml +++ b/jobs/system-tests.yaml @@ -274,6 +274,36 @@ concurrent: true node: 'x86-64' + parameters: + - string: + name: 'LTTNG_MODULES_COMMIT_ID' + description: 'The lttng-modules commmit to build.' + - string: + name: 'LTTNG_MODULES_REPO' + description: 'The LTTng Modules git repo to fetch from' + default: 'git://git-mirror.internal.efficios.com/lttng/lttng-modules.git' + - string: + name: 'KERNEL_COMMIT_ID' + description: 'The kernel commit to build.' + - string: + name: 'KGITREPO' + description: 'The kernel git repo to fetch from' + - string: + name: 'STORAGE_KERNEL_FOLDER' + description: 'Path to store the Kernel image' + - string: + name: 'STORAGE_KERNEL_IMAGE' + description: 'Path to store the Kernel IMAGE' + - string: + name: 'STORAGE_LINUX_MODULES' + description: 'Path to store the Kernel Modules' + - string: + name: 'STORAGE_LTTNG_MODULES' + description: 'Path to store the LTTng Modules' + - string: + name: 'BUILD_DEVICE' + description: 'The target device. (kvm or baremetal)' + properties: - build-discarder: num-to-keep: 100 @@ -309,36 +339,6 @@ steps: - shell: !include-raw-escape: scripts/system-tests/build-modules.sh - parameters: - - string: - name: 'LTTNG_MODULES_COMMIT_ID' - description: 'The lttng-modules commmit to build.' - - string: - name: 'LTTNG_MODULES_REPO' - description: 'The LTTng Modules git repo to fetch from' - default: 'git://git-mirror.internal.efficios.com/lttng/lttng-modules.git' - - string: - name: 'KERNEL_COMMIT_ID' - description: 'The kernel commit to build.' - - string: - name: 'KGITREPO' - description: 'The kernel git repo to fetch from' - - string: - name: 'STORAGE_KERNEL_FOLDER' - description: 'Path to store the Kernel image' - - string: - name: 'STORAGE_KERNEL_IMAGE' - description: 'Path to store the Kernel IMAGE' - - string: - name: 'STORAGE_LINUX_MODULES' - description: 'Path to store the Kernel Modules' - - string: - name: 'STORAGE_LTTNG_MODULES' - description: 'Path to store the LTTng Modules' - - string: - name: 'BUILD_DEVICE' - description: 'The target device. (kvm or baremetal)' - publishers: - workspace-cleanup -- 2.34.1