Script from mistral repo is used in gate-mistral-docker-buildimage job
So in future, if mistral need to change code for this job, it can be change directly in mistral repo. It will remove dependency on project-config. gate-mistral-docker-buildimage job is added to experimental also. Change-Id: Ie13cab57b9119bdb0cfbd532c37750182a9df601
This commit is contained in:
parent
ba8fd64f50
commit
864b3ad240
@ -49,18 +49,7 @@
|
||||
- gerrit-git-prep
|
||||
- install-distro-packages
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
if [ -x "/usr/bin/apt-get" ]; then
|
||||
sudo -E apt-get update
|
||||
sudo -E apt-get install -y docker.io
|
||||
elif [ -x "/usr/bin/yum" ]; then
|
||||
sudo -E yum install -y docker-io gpg
|
||||
else
|
||||
echo "No supported package manager installed on system. Supported: apt, yum"
|
||||
exit 1
|
||||
fi
|
||||
sudo docker build -t mistral-docker .
|
||||
sudo docker save mistral-docker | gzip > mistral-docker.tar.gz
|
||||
docker_image_build.sh
|
||||
|
||||
publishers:
|
||||
- scp:
|
||||
|
@ -7069,6 +7069,8 @@ projects:
|
||||
- gate-mistral-tox-db-unit-postgresql
|
||||
post:
|
||||
- gate-mistral-docker-buildimage
|
||||
experimental:
|
||||
- gate-mistral-docker-buildimage
|
||||
|
||||
- name: openstack/mistral-dashboard
|
||||
template:
|
||||
|
Loading…
x
Reference in New Issue
Block a user