debian-koji-osbuild/test
Christian Kellner 68309e4b5a builder: use koji_build_id from ComposeStatus
Instead of getting the `koji_build_id` from the direct reply of
the compose request call, use the one returned in the compose
status.
The reason behind this is that composer was changed so that the
CGInitBuild call to koji is now being done by a worker and not
composer itself. This means that once the compose request call
returns, the build id is not yet known. In composer release 24,
the compose request call internally waits for the worker that
does the CGInitBuild API call, but that will be changed, and
the koji_build_id will then not be returned from the compose
request API call anymore. This prepares for that. The tests are
also adapted to simulate the new behavior.

NB: this makes composer 24 a dependency, since the build id is
taken from the ComposeStatus, which was only added there.
2020-11-17 13:35:52 +00:00
..
container ci: generate koji certs with SAN in make-certs.sh 2020-11-12 13:13:55 +01:00
data ci: rework ssl cert generation (SAN usage) 2020-11-12 13:13:55 +01:00
integration all: sync with composer changes 2020-09-25 22:33:31 +01:00
unit builder: use koji_build_id from ComposeStatus 2020-11-17 13:35:52 +00:00
action.yml test: add github test environment action 2020-09-12 16:00:54 +02:00
build-container.sh test: move container/ into test/ 2020-09-29 21:40:25 +01:00
copy-creds.sh ci: generate koji certs with SAN in make-certs.sh 2020-11-12 13:13:55 +01:00
Dockerfile test: shellcheck support for run-tests.sh 2020-09-17 19:53:06 +02:00
entrypoint.sh test: use "bash" for entrypoint.sh 2020-09-17 19:53:06 +02:00
integration.sh ci: generate koji certs with SAN in make-certs.sh 2020-11-12 13:13:55 +01:00
make-certs.sh ci: generate koji certs with SAN in make-certs.sh 2020-11-12 13:13:55 +01:00
make-tags.sh test/make-tags.sh: KOJI_SERVER env variable 2020-09-29 21:40:25 +01:00
run-builder.sh test/run-builder: use command -v instead of which 2020-09-29 21:40:25 +01:00
run-koji-container.sh ci: generate koji certs with SAN in make-certs.sh 2020-11-12 13:13:55 +01:00