project-config/jenkins/jobs/sahara.yaml
Sergey Lukjanov ffd6fbe1e3 Increase timeout for sahara-buildimages
It's working not super fast right now, so, we need to increase
timeout for buidling images from defaults 30 minutes.

Change-Id: I485f8095ecd21b4c78a0ed23f2f23a1e072f2e97
2014-10-06 16:22:07 -07:00

23 lines
512 B
YAML

- job-template:
name: 'check-sahara-buildimages-{plugin}'
node: bare-trusty
wrappers:
- build-timeout:
timeout: 120
- timestamps
builders:
- link-logs
- net-info
- gerrit-git-prep
- shell: |
#!/bin/bash -xe
sudo mkdir -p /opt/sahara-image-build
sudo chown $(whoami) /opt/sahara-image-build
export DEST=/opt/sahara-image-build
./tools/gate/build-images {plugin}
publishers:
- console-log