[isar-cip-core][PATCH v3 1/3] .gitlab-cip.yml: Change CI variable to CI_RUN_UNSTABLE
| Newsgroups | org.cip-project.lists.cip-dev |
|---|---|
| Message-ID | <[email protected]> |
From: Shivanand Kunijadar <[email protected]> It is better to keep just UNSTABLE which helps in case of forky as well. Signed-off-by: Shivanand Kunijadar <[email protected]> --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b53def4..480ad3d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -355,7 +355,7 @@ build:qemu-amd64-secure-boot-buster: rules: - if: $CI_COMMIT_TAG when: never - - if: '$CI_PIPELINE_SOURCE == "schedule" && $CI_RUN_UNSTABLE_SID' + - if: '$CI_PIPELINE_SOURCE == "schedule" && $CI_RUN_UNSTABLE' - if: $CI_COMMIT_BRANCH != "master" when: never allow_failure: true @@ -730,7 +730,7 @@ test:qemu-arm-swupdate-apply-same-image-swu: rules: - if: $CI_COMMIT_TAG when: never - - if: '$CI_PIPELINE_SOURCE == "schedule" && $CI_RUN_UNSTABLE_SID' + - if: '$CI_PIPELINE_SOURCE == "schedule" && $CI_RUN_UNSTABLE' - if: $CI_COMMIT_BRANCH != "master" when: never allow_failure: true -- 2.39.5