Actions
action #77320
closedwhy does this show leap 15.1? https://build.opensuse.org/package/view_file/devel:openQA/os-autoinst_dev/_service:download_url:Dockerfile?expand=1u
Description
Problem¶
https://build.opensuse.org/package/show/devel:openQA/os-autoinst_dev was last triggered in 2020-06, seems like the token used does not work anymore.
Updated by okurz about 4 years ago
- Related to action #67834: the os-autoinst OBS package is auto-submitted to Factory despite build failure added
Updated by okurz about 4 years ago
- Status changed from In Progress to Resolved
osc token
is a nice overview telling me which tokens I have and for which project and package. that helps 🙂
Besides others this shows for me, "okurz":
<entry id="2401" string="XXX" kind="runservice" project="devel:openQA" package="os-autoinst-distri-opensuse-deps"/>
<entry id="4019" string="XXX" kind="runservice" project="devel:openQA" package="os-autoinst_dev"/>
<entry id="4100" string="XXX" kind="runservice" project="devel:openQA" package="os-autoinst"/>
but 4019 was not shown on https://github.com/os-autoinst/openQA/settings/hooks
so I created a new one with
osc token --create devel:openQA os-autoinst_dev
->
<status code="ok">
<summary>Ok</summary>
<data name="token">XXX</data>
<data name="id">4375</data>
</status>
and added a new webhook in github. This automatically sent out a test ping. https://build.opensuse.org/package/show/devel:openQA/os-autoinst_dev shows "Oliver Kurz's avatar Oliver Kurz (okurz) committed now (revision 26)
trigger service run"
Updated by okurz about 4 years ago
- Related to action #43712: Update upstream dockerfiles to provide an easy to use docker image of openQA-webui added
Actions