Skip to content
Snippets Groups Projects
Verified Commit 3a55262b authored by Moritz Lammerich's avatar Moritz Lammerich
Browse files

fix CI trying to run builds using 'dunfell' release

parent b3872988
No related branches found
No related tags found
No related merge requests found
Pipeline #173725 failed
......@@ -2,6 +2,7 @@ variables:
META_OST_BRANCH: ${CI_COMMIT_BRANCH}
REPO_YOCTO_URL: https://git.toradex.com/toradex-manifest.git
REPO_YOCTO_OPTS: -b refs/tags/5.4.0 -m tdxref/default.xml
YOCTO_BRANCH: kirkstone
include:
......@@ -35,15 +36,8 @@ include:
.rules_cb20:
rules:
- if: '$BUILD_MACHINES_OVERRIDE =~ /^.*cb20.*$/'
- if: $YOCTO_BRANCH == "dunfell"
when: on_success
- if: $GIT_COMMIT_MESSAGE =~ /^\[skip\s*cb20\s*\].*$/
when: never
- if: $GIT_COMMIT_MESSAGE =~ /^\[only\s*cb20\s*\].*$/
when: on_success
- if: $GIT_COMMIT_MESSAGE =~ /^\[only.*\].*$/
when: never
- when: on_success
build_cb20:
extends: .repo-image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment