22275a32f5
Global refactoring is include: * drop Icehouse support; * improvements nodepool's slave installing script; * remove deprecated jobs; * create config template for old integration tests; * create config files for PYPI; * improve and refactor function.sh, execution tests scripts; Change-Id: Id6b6c9dd5f3f1bf500e0b2172f8cfc82a4fc9a62
24 lines
862 B
YAML
24 lines
862 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://git.openstack.org/stackforge/sahara-ci-config\">https://git.openstack.org/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: "/opt/ci/jenkins-jobs/sahara-ci-config/slave-scripts/update_pool.sh"
|