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

Move riscv64 to git #498

Merged
merged 1 commit into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,5 @@
121: opensuse_leap_15.6_incidents
122: opensuse_leap_15.6_updates
123: opensuse_leap_15.6_backports
125: opensuse_tumbleweed_riscv64
126: opensuse_leap_16.0_images
40 changes: 40 additions & 0 deletions job_groups/opensuse_tumbleweed_riscv64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
############################################################
# WARNING #
# #
# This file is managed in GIT! #
# Any changes via the openQA WebUI will get overwritten! #
# #
# https://github.com/os-autoinst/opensuse-jobgroups #
# job_groups/opensuse_tumbleweed_riscv64.yaml #
############################################################

---

defaults:
riscv64:
machine: riscv64_cpu_max
priority: 50
products:
opensuse-Tumbleweed-JeOS-for-RISCV-riscv64:
distri: opensuse
flavor: JeOS-for-RISCV
version: Tumbleweed
scenarios:
riscv64:
opensuse-Tumbleweed-JeOS-for-RISCV-riscv64:
- jeos:
settings:
EXCLUDE_MODULES: diskusage,libzypp_config
Copy link
Member

@Vogtinator Vogtinator Aug 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just changed this on o3 (os-autoinst/os-autoinst-distri-opensuse#19899 got merged):

Suggested change
EXCLUDE_MODULES: diskusage,libzypp_config
EXCLUDE_MODULES: libzypp_config

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- jeos-ltp-commands:
settings:
EXCLUDE_MODULES: libzypp_config
- jeos-ltp-containers:
settings:
EXCLUDE_MODULES: libzypp_config
- jeos-ltp-cve:
settings:
EXCLUDE_MODULES: libzypp_config
- jeos-ltp-syscalls:
settings:
EXCLUDE_MODULES: libzypp_config
LTP_ENV: 'TMPDIR=/var/tmp,LTP_TIMEOUT_MUL=2,LTP_RUNTIME_MUL=2'
Loading