Skip to content

Commit

Permalink
[gitlab-ci] fix missing yaml keys in .common-ci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Tariq Ibrahim <[email protected]>
  • Loading branch information
tariq1890 committed Jan 9, 2025
1 parent 758ab9c commit a89a620
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,14 @@ trigger-pipeline:
rules:
- if: $CI_PIPELINE_SOURCE != "schedule"

.release-ubuntu24.04:
# Perform for each DRIVER_VERSION
extends:
- .release-generic
- .driver-versions-ubuntu24.04
rules:
- if: $CI_PIPELINE_SOURCE != "schedule"

.release-rhel9:
# Perform for each DRIVER_VERSION
extends:
Expand Down

0 comments on commit a89a620

Please sign in to comment.