Skip to content

Commit

Permalink
Update image-builder.yml
Browse files Browse the repository at this point in the history
added key actions for tracking blueprints and edge management
  • Loading branch information
kelseamann authored Jun 26, 2024
1 parent 83e0db7 commit 755f88f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions data/image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ image builder:
url_rules:
- /insights/image-builder/imagewizard
- /insights/image-builder/imagewizard/**
Edge images list:
url_rules:
- /insights/image-builder/manage-edge-images
features:
_scope: '[data-ouia-bundle="insights"][data-ouia-app-id="image-builder"]'
"Create image wizard - Step: Output - Button: Next":
Expand Down Expand Up @@ -100,6 +103,18 @@ image builder:
"Images list - Button: Build an Image with Custom Content":
selectors:
- '{} .pf-m-link:contains("Build an Image with Custom Content")'
"Images list - Button: Create blueprint":
selectors:
- '{} .pf-m-primary:contains("Create blueprint")'
"Images list - Button: Edit blueprint":
selectors:
- '{} .pf-v5-c-button:contains("Edit blueprint")'
"Blueprint list - Button: Build images":
selectors:
- '{} .pf-m-primary:contains("Build images")'
"Blueprint list - Button: Build images":

Check failure on line 115 in data/image-builder.yml

View workflow job for this annotation

GitHub Actions / build (3.7)

[key-duplicates] duplication of key "Blueprint list - Button: Build images" in mapping

Check failure on line 115 in data/image-builder.yml

View workflow job for this annotation

GitHub Actions / build (3.9)

[key-duplicates] duplication of key "Blueprint list - Button: Build images" in mapping
selectors:
- '{} .pf-m-primary:contains("Build images")'
"Quickstart: Launch an AWS Image - Button: Let Red Hat contact you":
selectors:
- '{} #qs-ib-aws-launch-contact'
Expand All @@ -118,3 +133,15 @@ image builder:
"Create blueprint wizard - Step: Content - Button: Add listed repositories":
selectors:
- '{} .pf-m-primary:contains("Add listed repositories")'
"Images list- Horizontal Tab: Immutable(OSTree)":
selectors:
- '{} .pf-v5-c-tabs__item-text:contains("Immutable (OSTree)")'
"Edge images list- Button: Create new image":
selectors:
- '{} .pf-c-button:contains("Create new image")'
"Edge images list- Button: Download from Kebab":
selectors:
- '{} .pf-c-dropdown__menu-item:contains("Download")'
"Edge images list - Button: Actions dropdown":
selectors:
- '{} #image-set-details-dropdown'

0 comments on commit 755f88f

Please sign in to comment.