Skip to content
Snippets Groups Projects
Commit bdc90785 authored by Chase Qi's avatar Chase Qi Committed by Stevan Radaković
Browse files

ci: fix CI_BUILD_JOB_NAME for sysota test jobs


Signed-off-by: default avatarChase Qi <chase.qi@linaro.org>
parent cf00d69f
No related branches found
No related tags found
1 merge request!244ci: make lava-report job playable when test job starts
...@@ -479,7 +479,7 @@ lava-qemu-x86-sysota: ...@@ -479,7 +479,7 @@ lava-qemu-x86-sysota:
extends: .lava-test-mr extends: .lava-test-mr
variables: variables:
MACHINE: qemux86 MACHINE: qemux86
CI_BUILD_JOB_NAME: linux-qemu-x86 CI_BUILD_JOB_NAME: linux-qemu-x86-gcc
CI_LAVA_JOB_DEFINITION: "https://git.ostc-eu.org/OSTC/infrastructure/lava/lava-config/-/raw/master/lava.ostc-eu.org/job-definitions/ci/qemu-x86-sysota.yaml" CI_LAVA_JOB_DEFINITION: "https://git.ostc-eu.org/OSTC/infrastructure/lava/lava-config/-/raw/master/lava.ostc-eu.org/job-definitions/ci/qemu-x86-sysota.yaml"
CI_REPORT_JOB_NAME: lava-report CI_REPORT_JOB_NAME: lava-report
CI_UPDATE_JOB_NAME: bundle-qemu-x86 CI_UPDATE_JOB_NAME: bundle-qemu-x86
...@@ -490,7 +490,7 @@ lava-qemu-x86_64-sysota: ...@@ -490,7 +490,7 @@ lava-qemu-x86_64-sysota:
extends: .lava-test-mr extends: .lava-test-mr
variables: variables:
MACHINE: qemux86-64 MACHINE: qemux86-64
CI_BUILD_JOB_NAME: linux-qemu-x86_64 CI_BUILD_JOB_NAME: linux-qemu-x86_64-gcc
CI_LAVA_JOB_DEFINITION: "https://git.ostc-eu.org/OSTC/infrastructure/lava/lava-config/-/raw/master/lava.ostc-eu.org/job-definitions/ci/qemu-x86_64-sysota.yaml" CI_LAVA_JOB_DEFINITION: "https://git.ostc-eu.org/OSTC/infrastructure/lava/lava-config/-/raw/master/lava.ostc-eu.org/job-definitions/ci/qemu-x86_64-sysota.yaml"
CI_REPORT_JOB_NAME: lava-report CI_REPORT_JOB_NAME: lava-report
CI_UPDATE_JOB_NAME: bundle-qemu-x86_64 CI_UPDATE_JOB_NAME: bundle-qemu-x86_64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment