Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
test: do no run aws bare test on fedora 41 and chagne azure image
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaofeng Wang <[email protected]>
  • Loading branch information
henrywang committed May 17, 2024
1 parent dd93c85 commit f2f310f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/deploy-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
az sig image-version list-community \
--public-gallery-name fedora-5e266ba4-2250-406d-adad-5d73860d958f \
--gallery-image-definition {{ fedora_community_gallery_image_name[test_os][arch] }} \
--location {{ location }} | jq -r '.[-1].uniqueId'
--location {{ location }} | jq -r '.[0].uniqueId'
register: image_id_result
when: "'fedora' in test_os"

Expand Down
2 changes: 2 additions & 0 deletions tmt/plans/os-replace.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,5 @@ execute:
adjust+:
- when: arch != x86_64 and arch != aarch64
enabled: false
- when: distro == fedora
enabled: false

0 comments on commit f2f310f

Please sign in to comment.