Skip to content

Commit a89a620

Browse files
committed
[gitlab-ci] fix missing yaml keys in .common-ci.yml
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent 758ab9c commit a89a620

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.common-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,14 @@ trigger-pipeline:
179179
rules:
180180
- if: $CI_PIPELINE_SOURCE != "schedule"
181181

182+
.release-ubuntu24.04:
183+
# Perform for each DRIVER_VERSION
184+
extends:
185+
- .release-generic
186+
- .driver-versions-ubuntu24.04
187+
rules:
188+
- if: $CI_PIPELINE_SOURCE != "schedule"
189+
182190
.release-rhel9:
183191
# Perform for each DRIVER_VERSION
184192
extends:

0 commit comments

Comments
 (0)