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

Disable WSL 15.6 from MS Store #366

Merged
Merged
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
27 changes: 14 additions & 13 deletions job_groups/opensuse_leap_15.6_wsl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,17 @@
QEMUMACHINE: 'q35,accel=whpx'
QEMUCPUS: '2'
WORKER_CLASS: 'openqaworker7'
- wsl-install-MSStore-Leap15.6:
testsuite: null
description: |
Basic WSL test Test scope:
1) Prepare WSL and other features in Windows
2) Download the winget utility and install it
3) Install WSL image from the MS Store via CLI
settings:
<<: *settings
WSL_VERSION: 'openSUSE Leap 15.6'
WSL_INSTALL_FROM: 'msstore'
QEMURAM: '4096'
QEMUCPUS: '2'
# to be re-enabled after GA, when 15.6 is available in the Store.

Check warning on line 54 in job_groups/opensuse_leap_15.6_wsl.yaml

View workflow job for this annotation

GitHub Actions / static-check

54:5 [comments-indentation] comment not indented like content
# - wsl-install-MSStore-Leap15.6:
# testsuite: null
# description: |
# Basic WSL test Test scope:
# 1) Prepare WSL and other features in Windows
# 2) Download the winget utility and install it
# 3) Install WSL image from the MS Store via CLI
# settings:
# <<: *settings
# WSL_VERSION: 'openSUSE Leap 15.6'
# WSL_INSTALL_FROM: 'msstore'
# QEMURAM: '4096'
# QEMUCPUS: '2'
Loading