Correct provides/requires on buildset-registry job

The buildset registry job "requires" images, because that's where
they are imported into from the intermediate registry, even if
the buildset registry is run as a standalone job.

The build job inherits from the buildset registry job and therefore
no longer needs an explicit requires line, it inherits it.

Change-Id: I4372f1255411c96d6f65a10368805df785977481
This commit is contained in:
James E. Blair 2019-03-05 08:51:52 -08:00
parent 33865f54df
commit 3fcf81555b
1 changed files with 1 additions and 1 deletions

View File

@ -173,6 +173,7 @@
secrets:
- secret: opendev-intermediate-registry
name: intermediate_registry
requires: docker-image
- job:
name: opendev-build-docker-image
@ -185,7 +186,6 @@
.. include:: ../../playbooks/docker-image/README.rst
run: playbooks/docker-image/run.yaml
provides: docker-image
requires: docker-image
- job:
name: opendev-upload-docker-image