Skip to content

Commit

Permalink
Merge pull request #3140 from andreas-schwab/master
Browse files Browse the repository at this point in the history
dashboard: add openQA group for RISC-V
  • Loading branch information
Vogtinator committed Aug 16, 2024
2 parents 4962071 + 805555f commit 83685f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dashboard/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,9 @@ def openqa_summary(self):
fetcher.add('openSUSE:Factory:PowerPC', nick='Power',
download_url='http://download.opensuse.org/ports/ppc/tumbleweed/iso/',
openqa_group='openSUSE Tumbleweed PowerPC', openqa_version='Tumbleweed', openqa_groupid=4)
fetcher.add('openSUSE:Factory:RISCV', nick='Risc V',
download_url='http://download.opensuse.org/ports/riscv/tumbleweed/iso/')
fetcher.add('openSUSE:Factory:RISCV', nick='RISC-V',
download_url='http://download.opensuse.org/ports/riscv/tumbleweed/iso/',
openqa_group='openSUSE Tumbleweed RISC-V', openqa_version='Tumbleweed', openqa_groupid=125)
fetcher.add('openSUSE:Factory:zSystems', nick='System Z',
download_url='http://download.opensuse.org/ports/zsystems/tumbleweed/iso/',
openqa_group='openSUSE Tumbleweed s390x', openqa_version='Tumbleweed', openqa_groupid=34)
Expand Down

0 comments on commit 83685f8

Please sign in to comment.