]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commit
ceph-ansible: make it possible to run nighly job on custom branch 1338/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 10 Jul 2019 09:35:18 +0000 (11:35 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 10 Jul 2019 09:44:51 +0000 (11:44 +0200)
commit1830e549428143c183b3643ea8dab20cff321aed
tree10bd95c0dc2887f62681b9af2b7ae1ea3b3e18fd
parent952d9a75bb2691f31342660e05888f52663f5a46
ceph-ansible: make it possible to run nighly job on custom branch

When running manually a nightly containerized job against a custom branch of
ceph-ansible, it fails because `CEPH_DOCKER_IMAGE_TAG` is not set.

Typical error:
```
+ case "$CEPH_ANSIBLE_BRANCH" in
+ CEPH_DOCKER_IMAGE_TAG=
+ '[' -n '' ']'
Build step 'Execute shell' marked build as failure
```

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
ceph-ansible-nightly/build/build
ceph-ansible-nightly/config/definitions/ceph-ansible-nightly.yml