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
25 lines
936 B
YAML
25 lines
936 B
YAML
- job:
|
|
name: update-config
|
|
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 job for Zuul and Nodepool <br/>\
|
|
\n<b>Description</b>: This job updates Zuul and Nodepool configs from sahara-ci-config repo. <br/>\
|
|
\n<b>Maintainer</b>: Sergey Kolekonov<br/>"
|
|
defaults: global
|
|
disabled: false
|
|
concurrent: false
|
|
|
|
scm:
|
|
- git:
|
|
url: https://git.openstack.org/stackforge/sahara-ci-config
|
|
branches:
|
|
- "master"
|
|
|
|
triggers:
|
|
- pollscm: "* * * * * "
|
|
|
|
builders:
|
|
- shell: "$WORKSPACE/slave-scripts/update_config.sh"
|