Skip to content
Snippets Groups Projects
Commit ba3b56cb authored by Pavel Zhukov's avatar Pavel Zhukov
Browse files

.gitlab-ci: Disable toolchains


meta-zephyr's CI doesn't use them so far and it causes yaml merging
issues

Signed-off-by: default avatarPavel Zhukov <pavel.zhukov@huawei.com>
parent df59d827
No related branches found
No related tags found
No related merge requests found
Pipeline #5775 canceled
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
stages: stages:
- compliance - compliance
- build - build-gcc
- build-clang
- test - test
- report - report
...@@ -35,37 +36,16 @@ reuse: ...@@ -35,37 +36,16 @@ reuse:
.workspace: .workspace:
variables: variables:
CI_ONIRO_GIT_REPO_PATH: meta-zephyr CI_ONIRO_GIT_REPO_PATH: meta-zephyr
rules:
- if: "$CI_ONIRO_BUILD_FLAVOUR == 'linux'"
when: never
- if: "$CI_ONIRO_BUILD_FLAVOUR == 'freertos'"
when: never
- when: on_success
# Disable Linux and FreeRTOS builds that are unlikely to be affected by Zephyr # Disable Linux and FreeRTOS builds that are unlikely to be affected by Zephyr
# changes and certainly save some time. Some jobs no longer use the # changes and certainly save some time. Some jobs no longer use the
# .build-$flavour base so they are disabled separately. # .build-$flavour base so they are disabled separately.
.build-linux:
rules:
- when: never
.build-linux-matrix:
rules:
- when: never
.build-wic-image:
rules:
- when: never
.build-freertos:
rules:
- when: never
linux-qemu-x86:
rules:
- when: never
linux-qemu-x86_64:
rules:
- when: never
linux-raspberrypi4-64:
rules:
- when: never
# Run lava test and report jobs for scheduled pipeline only. # Run lava test and report jobs for scheduled pipeline only.
.lava-test: .lava-test:
...@@ -85,7 +65,7 @@ linux-raspberrypi4-64: ...@@ -85,7 +65,7 @@ linux-raspberrypi4-64:
## Submit jobs to LAVA ## Submit jobs to LAVA
## ##
lava-zephyr-96b-nitrogen-tests: lava-zephyr-96b-nitrogen-tests:
needs: [zephyr-96b-nitrogen-tests] needs: [zephyr-96b-nitrogen-tests-gcc]
stage: test stage: test
extends: .lava-test extends: .lava-test
variables: variables:
...@@ -94,7 +74,7 @@ lava-zephyr-96b-nitrogen-tests: ...@@ -94,7 +74,7 @@ lava-zephyr-96b-nitrogen-tests:
CI_REPORT_JOB_NAME: lava-report CI_REPORT_JOB_NAME: lava-report
lava-zephyr-qemu-cortex-m3: lava-zephyr-qemu-cortex-m3:
needs: [zephyr-qemu-cortex-m3] needs: [zephyr-qemu-cortex-m3-gcc]
stage: test stage: test
extends: .lava-test extends: .lava-test
variables: variables:
...@@ -103,7 +83,7 @@ lava-zephyr-qemu-cortex-m3: ...@@ -103,7 +83,7 @@ lava-zephyr-qemu-cortex-m3:
CI_REPORT_JOB_NAME: lava-report CI_REPORT_JOB_NAME: lava-report
lava-zephyr-qemu-x86: lava-zephyr-qemu-x86:
needs: [zephyr-qemu-x86] needs: [zephyr-qemu-x86-gcc]
stage: test stage: test
extends: .lava-test extends: .lava-test
variables: variables:
......
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