Skip to content

Commit

Permalink
Fix openqa_install+publish scenario
Browse files Browse the repository at this point in the history
It needs machine and product.
At least the missing machine will make the next+previous tab not working
because `NULL~ is passed to postgres.
Not sure what effect the missing product has.
  • Loading branch information
perlpunk committed Sep 12, 2023
1 parent 487ec9c commit 58b7c4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scenario-definitions.yaml
Expand Up @@ -39,6 +39,7 @@ job_templates:
settings:
OPENQA_WEB_PROXY: 'nginx'
openqa_install+publish:
<<: *common
settings:
PUBLISH_HDD_1: 'opensuse-Tumbleweed-%ARCH%@%MACHINE%-%BUILD%.qcow2'
PUBLISH_PFLASH_VARS: 'opensuse-Tumbleweed-%ARCH%@%MACHINE%-%BUILD%-uefi-vars.qcow2'

0 comments on commit 58b7c4c

Please sign in to comment.