Skip to content

Commit

Permalink
Add seedimage-builder into the OBS workflow
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <[email protected]>
  • Loading branch information
davidcassany committed Apr 13, 2023
1 parent 24db719 commit 06c41fa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .obs/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ push_workflow:
- trigger_services:
project: isv:Rancher:Elemental:Dev:Teal53
package: operator-image
- trigger_services:
project: isv:Rancher:Elemental:Dev:Teal53
package: seedimage-builder
filters:
branches:
only:
Expand All @@ -35,6 +38,12 @@ tag_workflow:
- trigger_services:
project: isv:Rancher:Elemental:Dev:Teal53
package: operator-image
- trigger_services:
project: isv:Rancher:Elemental:Dev:Teal53
package: seedimage-builder
- trigger_services:
project: isv:Rancher:Elemental:Staging:Teal53
package: seedimage-builder
filters:
event: tag_push

Expand All @@ -52,6 +61,10 @@ pr_workflow:
source_project: isv:Rancher:Elemental:Dev:Teal53
source_package: operator-image
target_project: isv:Rancher:Elemental:PR:Teal53
- branch_package:
source_project: isv:Rancher:Elemental:Dev:Teal53
source_package: seedimage-builder
target_project: isv:Rancher:Elemental:PR:Teal53
filters:
event: pull_request
branches:
Expand Down

0 comments on commit 06c41fa

Please sign in to comment.