From 89bb26ae394ee641d7a292c8388ad31758f35991 Mon Sep 17 00:00:00 2001 From: Sergey Kolekonov Date: Mon, 19 Oct 2015 14:30:36 +0300 Subject: [PATCH] Move sahara-ci-config to openstack namespace sahara-ci-config as a stackforge project has been moved to openstack namespace. This patch fixes all urls Change-Id: Ic3904ca44121d15d75b1b0060a2537b48b4b9be0 --- config/zuul/layout.yaml | 2 +- jenkins_job_builder/ci-infra.yaml | 16 ++++++++-------- jenkins_job_builder/defaults.yaml | 4 ++-- jenkins_job_builder/macros.yaml | 2 +- jenkins_job_builder/sahara.yaml | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/config/zuul/layout.yaml b/config/zuul/layout.yaml index 18e68d5c..d228c21e 100644 --- a/config/zuul/layout.yaml +++ b/config/zuul/layout.yaml @@ -81,7 +81,7 @@ projects: - dib-nova-direct-cdh_5.4.0-u12-aio - dib-nova-direct-cdh_5.4.0-c6.6-aio - - name: stackforge/sahara-ci-config + - name: openstack/sahara-ci-config check: - sahara-ci-syntax-check diff --git a/jenkins_job_builder/ci-infra.yaml b/jenkins_job_builder/ci-infra.yaml index f91e26a4..5cc0378e 100644 --- a/jenkins_job_builder/ci-infra.yaml +++ b/jenkins_job_builder/ci-infra.yaml @@ -3,7 +3,7 @@ project-type: freestyle defaults: global description: "This job is managed by Jenkins Job Builder, do not edit it through WebUI.\ - \n

Please use this repository to make changes: https://git.openstack.org/stackforge/sahara-ci-config\ + \n

Please use this repository to make changes: https://git.openstack.org/openstack/sahara-ci-config\ \n

This job destroys vms which were not deleted after integration tests" disabled: false node: 'master' @@ -25,7 +25,7 @@ builders: - shell: | rm -rf sahara-ci-config - git clone https://git.openstack.org/stackforge/sahara-ci-config + git clone https://git.openstack.org/openstack/sahara-ci-config bash $WORKSPACE/sahara-ci-config/slave-scripts/integration-cleanup.sh - job: @@ -33,7 +33,7 @@ node: master project-type: freestyle description: "This job is managed by Jenkins Job Builder, do not edit it through WebUI.\ - \n

Please use this repository to make changes: https://git.openstack.org/stackforge/sahara-ci-config\ + \n

Please use this repository to make changes: https://git.openstack.org/openstack/sahara-ci-config\ \n

Title: Jenkins Jobs Update job
\ \nDescription: This job updates all other jobs from sahara-ci-config repo.
\ \nMaintainer: Sergey Kolekonov
" @@ -43,7 +43,7 @@ scm: - git: - url: https://git.openstack.org/stackforge/sahara-ci-config + url: https://git.openstack.org/openstack/sahara-ci-config branches: - "master" @@ -58,7 +58,7 @@ project-type: freestyle defaults: global description: "This job is managed by Jenkins Job Builder, do not edit it through WebUI.\ - \n

Please use this repository to make changes: https://git.openstack.org/stackforge/sahara-ci-config\ + \n

Please use this repository to make changes: https://git.openstack.org/openstack/sahara-ci-config\ \n

This job check syntax in *.yaml, *.sh, *.py files" disabled: false concurrent: false @@ -76,7 +76,7 @@ node: master project-type: freestyle description: "This job is managed by Jenkins Job Builder, do not edit it through WebUI.\ - \n

Please use this repository to make changes: https://git.openstack.org/stackforge/sahara-ci-config\ + \n

Please use this repository to make changes: https://git.openstack.org/openstack/sahara-ci-config\ \n

Title: Update job for Zuul and Nodepool
\ \nDescription: This job updates Zuul and Nodepool configs from sahara-ci-config repo.
\ \nMaintainer: Sergey Kolekonov
" @@ -86,7 +86,7 @@ scm: - git: - url: https://git.openstack.org/stackforge/sahara-ci-config + url: https://git.openstack.org/openstack/sahara-ci-config branches: - "master" @@ -101,7 +101,7 @@ node: master project-type: freestyle description: "This job is managed by Jenkins Job Builder, do not edit it through WebUI.\ - \n

Please use this repository to make changes: https://git.openstack.org/stackforge/sahara-ci-config\ + \n

Please use this repository to make changes: https://git.openstack.org/openstack/sahara-ci-config\ \n

Title: Update Pool
\ \nDescription: This job updates vm pool using Nodepool.
\ \nMaintainer: Sergey Kolekonov
" diff --git a/jenkins_job_builder/defaults.yaml b/jenkins_job_builder/defaults.yaml index 60d39ee0..00c5d3b1 100644 --- a/jenkins_job_builder/defaults.yaml +++ b/jenkins_job_builder/defaults.yaml @@ -7,8 +7,8 @@

If you would like to make changes to this job, please see: - - https://git.openstack.org/stackforge/sahara-ci-config + + https://git.openstack.org/openstack/sahara-ci-config

diff --git a/jenkins_job_builder/macros.yaml b/jenkins_job_builder/macros.yaml index 5a36b7af..464ce222 100644 --- a/jenkins_job_builder/macros.yaml +++ b/jenkins_job_builder/macros.yaml @@ -7,7 +7,7 @@ name: ci-config-prep builders: - shell: | - git clone https://git.openstack.org/stackforge/sahara-ci-config + git clone https://git.openstack.org/openstack/sahara-ci-config wget https://sahara.mirantis.com/files/patch_map wget https://sahara.mirantis.com/files/check_ci_ancillary_patches.sh chmod +x check_ci_ancillary_patches.sh diff --git a/jenkins_job_builder/sahara.yaml b/jenkins_job_builder/sahara.yaml index af9cff6a..5de150b9 100644 --- a/jenkins_job_builder/sahara.yaml +++ b/jenkins_job_builder/sahara.yaml @@ -112,7 +112,7 @@ project-type: freestyle defaults: global description: "This job is managed by Jenkins Job Builder, do not edit it through WebUI.\ - \n

Please use this repository to make changes: https://git.openstack.org/stackforge/sahara-ci-config\ + \n

Please use this repository to make changes: https://git.openstack.org/openstack/sahara-ci-config\ \n

This job runs pep8 check using trunk version of hacking" disabled: false node: trusty-neutron || trusty-nova