Actions
action #165405
closedGitHub CI workflow in os-autoinst/scripts triggering openQA jobs to generate pflash images stopped working size:S
Start date:
Due date:
% Done:
20%
Estimated time:
Tags:
Description
Observation¶
The GitHub CI workflow in os-autoinst/scripts triggering pflash jobs stopped working:
+ openqa-cli api --host https://openqa.opensuse.org -X POST jobs --apikey *** --apisecret *** TEST=ovmf-resolution@x86_64 QEMUVGA=qxl UEFI=1 UEFI_PFLASH_CODE=/usr/share/qemu/ovmf-x86_64-ms-code.bin UEFI_PFLASH_VARS=/usr/share/qemu/ovmf-x86_64-ms-vars.bin PUBLISH_PFLASH_VARS=ovmf-x86_64-ms-vars-800x600.qcow2 DISTRI=openSUSE VERSION=Tumbleweed FLAVOR=NET ARCH=x86_64 SCHEDULE=tests/boot/tianocore_set_resolution ISO=openSUSE-Tumbleweed-NET-x86_64-Snapshot20240809-Media.iso TRIGGERED_BY=https://github.com/os-autoinst/scripts/blob/master/./trigger-pflash-test
71
403 Forbidden
72
{"error":"api key expired","error_status":403}
See #113794#note-30 for the original implementation
Acceptance criteria¶
- AC1: pflash images are generated on a regular schedule
Suggestions¶
- Replace the API key
- Is the schedule correct?
- cron: '23 5 * * 0'
, see https://github.com/os-autoinst/scripts/actions/runs/8035798570/workflow
Actions