]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-trigger: fix a typo a regex for reef
authorIlya Dryomov <idryomov@gmail.com>
Sat, 16 Mar 2024 12:20:01 +0000 (13:20 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Sat, 16 Mar 2024 12:25:27 +0000 (13:25 +0100)
It should be .*reef.*, not .*main.*.  This was introduced in commit
a19480349163 ("Update releases - add reef, remove octopus and older"),
but didn't really affect anything because the build matrix happens to
be the same.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml

index 98c5ad66dfbecfa11c9875eb327627cd3fd35777..308aa71790a376f0b821636fb482eca1807790f0 100644 (file)
       # crimson: centos8 centos9
       - conditional-step:
           condition-kind: regex-match
-          regex: .*main.*
+          regex: .*reef.*
           label: '${GIT_BRANCH}'
           on-evaluation-failure: dont-run
           steps: