Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HOST_VERSION variable to containers_image #394

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions job_groups/opensuse_tumbleweed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
- gnome:
machine: 64bit
priority: 45
# - gnome:

Check warning on line 168 in job_groups/opensuse_tumbleweed.yaml

View workflow job for this annotation

GitHub Actions / static-check

168:1 [comments-indentation] comment not indented like content
# machine: 64bit_cirrus
# priority: 45
- minimalx:
Expand Down Expand Up @@ -314,6 +314,7 @@
# Temporarily disabled due to db instance being down
IMAGE_STORE_DATA: '0'
POSTGRES_IP: '18.196.183.86'
HOST_VERSION: 'openSUSE_Tumbleweed'
- extra_tests_ai_ml
- yast_no_self_update
- gnome-gdm:
Expand Down Expand Up @@ -876,7 +877,7 @@
DESKTOP: textmode
AUTOYAST: 'autoyast_opensuse/create_hdd/create_hdd_textmode_x86_64_uefi.xml'
- sys-param-check
# - virt-guest-installation-kvm:

Check warning on line 880 in job_groups/opensuse_tumbleweed.yaml

View workflow job for this annotation

GitHub Actions / static-check

880:1 [comments-indentation] comment not indented like content
# machine: 64bit-ipmi
# - virt-guest-installation-xen:
# machine: 64bit-ipmi
Expand Down
Loading