Commit Graph

3 Commits

Author SHA1 Message Date
Jean-Philippe Evrard ad1bc75197 Revert "Explicitly store date facts for promote"
This reverts commit ef7ab67356.

It does not work, because running setup is not
allowed in promote pipelines (even if it's a partial
fact gathering). This is a problem, as it will
cause all the promote pipelines to fail.

It should therefore be reverted as fast as possible.

Change-Id: Ib0b6ef059da4c65102343d7b4f26fee6be180ebc
2019-06-07 07:21:36 +00:00
Jean-Philippe Evrard ef7ab67356 Explicitly store date facts for promote
It would be convenient to use date when promoting an image.
This gives the opportunity to freeze an image on dockerhub for
example, and keep an always rolling image at the same time.

Without this patch, ansible_date_time is not exposed on the
runner, which prevents its use.

Change-Id: I8798c64e8516a45cc87ad2e3c082edc5e3e1f044
2019-06-04 16:32:54 +00:00
James E. Blair 2b7689ba00 Add docker image build jobs
These are generic docker image build and upload jobs which use
the recently added roles of the same names.  With the new
pass-to-parent feature, child jobs can add their own credentials
to these jobs.

Change-Id: I669a9e6616a031837adab8c5c5806431fcca2150
2019-01-22 09:02:44 -08:00