- CI devstack configuration files - zuul configuration files - nodepool configuration files - Jenkins jobs - scripts for Jenkins jobs Change-Id: I3b1318af2e4009c201d6582c9bf9fea0328cff0d
24 lines
850 B
YAML
24 lines
850 B
YAML
- job:
|
|
name: update-pool
|
|
node: master
|
|
project-type: freestyle
|
|
description: "<b>This job is managed by Jenkins Job Builder, do not edit it through WebUI.\
|
|
\n<p>Please use this repository to make changes: <a href=\"https://github.com/stackforge/sahara-ci-config\">https://github.com/stackforge/sahara-ci-config</a></b>\
|
|
\n<p><b>Title</b>: Update Pool <br/>\
|
|
\n<b>Description</b>: This job updates vm pool using Nodepool. <br/>\
|
|
\n<b>Maintainer</b>: Sergey Kolekonov<br/>"
|
|
defaults: global
|
|
disabled: false
|
|
concurrent: false
|
|
|
|
properties:
|
|
- build-blocker:
|
|
blocking-jobs:
|
|
- ".*"
|
|
|
|
triggers:
|
|
- timed: '0 6 * * *'
|
|
|
|
builders:
|
|
- shell: "bash -e /opt/ci/jenkins-jobs/sahara-ci-config/scripts/update_pool.sh"
|