Skip to content
Snippets Groups Projects
Commit 4476b7e9 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

.ostc-ci: disable LAVA jobs


LAVA jobs are AFAIK not useful since the read-only images landed. Since
we've disabled publishing image artifacts earlier, let's properly
disable the LAVA jobs as well.

This commit should be reverted when LAVA jobs are working and the
slowness issue was debugged.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent f7eb3cb0
No related branches found
No related tags found
No related merge requests found
...@@ -117,6 +117,8 @@ lava-linux-avenger96: ...@@ -117,6 +117,8 @@ lava-linux-avenger96:
CI_LAVA_JOB_DEFINITION: "https://git.ostc-eu.org/OSTC/infrastructure/lava/lava-config/-/raw/master/lava.ostc-eu.org/job-definitions/ci/avenger96-acts.yaml" CI_LAVA_JOB_DEFINITION: "https://git.ostc-eu.org/OSTC/infrastructure/lava/lava-config/-/raw/master/lava.ostc-eu.org/job-definitions/ci/avenger96-acts.yaml"
CI_BUILD_JOB_NAME: linux-stm32mp1-av96 CI_BUILD_JOB_NAME: linux-stm32mp1-av96
CI_REPORT_JOB_NAME: lava-report CI_REPORT_JOB_NAME: lava-report
rules:
- when: never
lava-qemu-x86_64: lava-qemu-x86_64:
needs: [linux-qemu-x86_64] needs: [linux-qemu-x86_64]
...@@ -126,6 +128,8 @@ lava-qemu-x86_64: ...@@ -126,6 +128,8 @@ lava-qemu-x86_64:
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-acts.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-acts.yaml"
CI_BUILD_JOB_NAME: linux-qemu-x86_64 CI_BUILD_JOB_NAME: linux-qemu-x86_64
CI_REPORT_JOB_NAME: lava-report CI_REPORT_JOB_NAME: lava-report
rules:
- when: never
lava-qemu-x86: lava-qemu-x86:
needs: [linux-qemu-x86] needs: [linux-qemu-x86]
...@@ -135,7 +139,11 @@ lava-qemu-x86: ...@@ -135,7 +139,11 @@ lava-qemu-x86:
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-acts.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-acts.yaml"
CI_BUILD_JOB_NAME: linux-qemu-x86 CI_BUILD_JOB_NAME: linux-qemu-x86
CI_REPORT_JOB_NAME: lava-report CI_REPORT_JOB_NAME: lava-report
rules:
- when: never
lava-report: lava-report:
needs: [lava-linux-avenger96, lava-qemu-x86_64, lava-qemu-x86] needs: [lava-linux-avenger96, lava-qemu-x86_64, lava-qemu-x86]
extends: .lava-report extends: .lava-report
rules:
- when: never
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