zuul-jobs/roles/ensure-quay-repo
Clark Boylan 3db2bfe8d1 Skip quay repo creation if necessary info is missing
We try to be smart about when we attempt to create repos in quay. One
thing that was missing was checking if necessary info for the API
request is present. Skip attempting creating if not present.

Change-Id: I61e603c4d07280079e560215685bf09ebc0c4263
2023-04-28 15:08:04 -07:00
..
tasks Skip quay repo creation if necessary info is missing 2023-04-28 15:08:04 -07:00
README.rst Update ensure-quay-repo to run opportunistically 2023-04-26 08:45:50 -07:00

This role primarily exists to create a new public repository in quay. This role can be used to create private repos as well, but repos are created by default in quay if you simply push to them.

Users of this role will need to generate an application token with create repository permissions. Additional permissions are not necessary.

When invoking this role you should set no_log: true on the include_role task to prevent disclosure of your token.

** Role Variables **