d5f060ad09
This method will allow retrieving resources with number of seconds used, which should be the last step before exposing the actual API. Change-Id: Iba7b074eeb34e127818953491626d6edb54dfdd1
36 lines
794 B
YAML
36 lines
794 B
YAML
- job:
|
|
name: atmosphere:image:build
|
|
parent: vexxhost-build-docker-image
|
|
provides: atmosphere:images
|
|
vars: &atmosphere_images
|
|
docker_images:
|
|
- context: .
|
|
repository: vexxhost/atmosphere-ingress
|
|
target: atmosphere-ingress
|
|
|
|
- job:
|
|
name: atmosphere:image:upload
|
|
parent: vexxhost-upload-docker-image
|
|
provides: atmosphere:images
|
|
vars: *atmosphere_images
|
|
|
|
- job:
|
|
name: atmosphere:image:promote
|
|
parent: vexxhost-promote-docker-image
|
|
vars: *atmosphere_images
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- tox-linters
|
|
- tox-py37
|
|
- atmosphere:image:build
|
|
gate:
|
|
jobs:
|
|
- tox-linters
|
|
- tox-py37
|
|
- atmosphere:image:upload
|
|
promote:
|
|
jobs:
|
|
- atmosphere:image:promote
|