Replace gate-noop with noop

The "noop" job is the new internal noop job, unlike gate-noop which
actually ran a job on a test worker.  This should save some test
resources.

Update stackforge documentation to match.

Change-Id: I6fa6fdc923bb2b966015cd74a1ecbe4a8d86ffaf
This commit is contained in:
James E. Blair 2014-03-21 11:25:24 -07:00
parent 15ff021882
commit c5153d0027
4 changed files with 136 additions and 140 deletions

View File

@ -166,9 +166,9 @@ python-jobs in project.yaml, it should look like this instead::
- name: stackforge/project-name - name: stackforge/project-name
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
That concludes the bare minimum openstack-infra/config changes necessary to That concludes the bare minimum openstack-infra/config changes necessary to
add a project to StackForge. You can commit these changes and submit add a project to StackForge. You can commit these changes and submit

View File

@ -1,7 +1,3 @@
- job:
name: gate-noop
node: bare-precise
- job: - job:
name: gate-grenade-noop name: gate-grenade-noop
node: bare-precise node: bare-precise

View File

@ -125,22 +125,22 @@ jobs:
projects: projects:
- name: gtest-org/gtest - name: gtest-org/gtest
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
post: post:
- gate-noop - noop
tag: tag:
- gate-noop - noop
pre-release: pre-release:
- gate-noop - noop
release: release:
- gate-noop - noop
silent: silent:
- gate-noop - noop
experimental: experimental:
- gate-noop - noop
- name: gtest-org/gtest2 - name: gtest-org/gtest2
periodic: periodic:
- gate-noop - noop

View File

@ -727,7 +727,7 @@ projects:
check: check:
- gate-gantt-pylint - gate-gantt-pylint
gate: gate:
- gate-noop - noop
- name: openstack/glance - name: openstack/glance
template: template:
@ -987,9 +987,9 @@ projects:
- name: openstack/nova-specs - name: openstack/nova-specs
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/nova-docker - name: stackforge/nova-docker
template: template:
@ -1664,9 +1664,9 @@ projects:
- name: openstack/governance - name: openstack/governance
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
#TODO: add docs #TODO: add docs
- name: openstack/heat-cfntools - name: openstack/heat-cfntools
@ -1695,21 +1695,21 @@ projects:
- name: openstack/heat-templates - name: openstack/heat-templates
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: openstack/openstack - name: openstack/openstack
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: openstack/openstack-chef - name: openstack/openstack-chef
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: openstack/openstack-doc-tools - name: openstack/openstack-doc-tools
check: check:
@ -2182,9 +2182,9 @@ projects:
- name: openstack/qa-specs - name: openstack/qa-specs
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: openstack/tempest - name: openstack/tempest
template: template:
@ -2242,7 +2242,7 @@ projects:
- name: openstack/tripleo-heat-templates - name: openstack/tripleo-heat-templates
check: check:
- gate-noop - noop
check-tripleo: check-tripleo:
- check-tripleo-seed-precise - check-tripleo-seed-precise
- check-tripleo-ironic-seed-precise - check-tripleo-ironic-seed-precise
@ -2250,7 +2250,7 @@ projects:
- check-tripleo-ironic-undercloud-precise - check-tripleo-ironic-undercloud-precise
- check-tripleo-overcloud-precise - check-tripleo-overcloud-precise
gate: gate:
- gate-noop - noop
post: post:
- tripleo-heat-templates-branch-tarball - tripleo-heat-templates-branch-tarball
pre-release: pre-release:
@ -2260,7 +2260,7 @@ projects:
- name: openstack/tripleo-image-elements - name: openstack/tripleo-image-elements
check: check:
- gate-noop - noop
check-tripleo: check-tripleo:
- check-tripleo-seed-precise - check-tripleo-seed-precise
- check-tripleo-ironic-seed-precise - check-tripleo-ironic-seed-precise
@ -2268,7 +2268,7 @@ projects:
- check-tripleo-ironic-undercloud-precise - check-tripleo-ironic-undercloud-precise
- check-tripleo-overcloud-precise - check-tripleo-overcloud-precise
gate: gate:
- gate-noop - noop
post: post:
- tripleo-image-elements-branch-tarball - tripleo-image-elements-branch-tarball
pre-release: pre-release:
@ -2300,9 +2300,9 @@ projects:
- name: openstack/trove-integration - name: openstack/trove-integration
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
# TODO: add docs # TODO: add docs
- name: openstack/tuskar-ui - name: openstack/tuskar-ui
@ -2428,9 +2428,9 @@ projects:
- name: openstack-dev/cookiecutter - name: openstack-dev/cookiecutter
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: openstack-dev/devstack - name: openstack-dev/devstack
template: template:
@ -2517,15 +2517,15 @@ projects:
- name: openstack-dev/openstack-nose - name: openstack-dev/openstack-nose
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: openstack-dev/openstack-qa - name: openstack-dev/openstack-qa
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
post: post:
- openstack-qa-docs - openstack-qa-docs
release: release:
@ -2533,9 +2533,9 @@ projects:
- name: openstack-dev/oslo-cookiecutter - name: openstack-dev/oslo-cookiecutter
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: openstack-dev/pbr - name: openstack-dev/pbr
template: template:
@ -2580,23 +2580,23 @@ projects:
- name: openstack-dev/sandbox - name: openstack-dev/sandbox
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
# Section: OpenStack infrastructure projects # Section: OpenStack infrastructure projects
- name: openstack-infra/activity-board - name: openstack-infra/activity-board
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: openstack-infra/askbot-theme - name: openstack-infra/askbot-theme
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: openstack-infra/bugdaystats - name: openstack-infra/bugdaystats
check: check:
@ -2731,9 +2731,9 @@ projects:
- name: openstack-infra/gerrit-powered-agenda - name: openstack-infra/gerrit-powered-agenda
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: openstack-infra/gerritbot - name: openstack-infra/gerritbot
check: check:
@ -2837,15 +2837,15 @@ projects:
- name: openstack-infra/lodgeit - name: openstack-infra/lodgeit
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: openstack-infra/meetbot - name: openstack-infra/meetbot
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: openstack-infra/nodepool - name: openstack-infra/nodepool
check: check:
@ -2865,9 +2865,9 @@ projects:
- name: openstack-infra/nose-html-output - name: openstack-infra/nose-html-output
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
post: post:
- nose-html-output-branch-tarball - nose-html-output-branch-tarball
pre-release: pre-release:
@ -2881,9 +2881,9 @@ projects:
- name: openstack-infra/odsreg - name: openstack-infra/odsreg
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: openstack-infra/openstackid - name: openstack-infra/openstackid
check: check:
@ -2905,9 +2905,9 @@ projects:
- name: openstack-infra/publications - name: openstack-infra/publications
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
post: post:
- infra-publications-publish - infra-publications-publish
- infra-publications-publish-index - infra-publications-publish-index
@ -2917,21 +2917,21 @@ projects:
- name: openstack-infra/puppet-apparmor - name: openstack-infra/puppet-apparmor
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: openstack-infra/puppet-dashboard - name: openstack-infra/puppet-dashboard
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: openstack-infra/puppet-vcsrepo - name: openstack-infra/puppet-vcsrepo
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: openstack-infra/pypi-mirror - name: openstack-infra/pypi-mirror
check: check:
@ -2955,9 +2955,9 @@ projects:
- name: openstack-infra/releasestatus - name: openstack-infra/releasestatus
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
# TODO: add docs # TODO: add docs
- name: openstack-infra/release-tools - name: openstack-infra/release-tools
@ -3049,7 +3049,7 @@ projects:
- name: openstack-infra/tripleo-ci - name: openstack-infra/tripleo-ci
check: check:
- gate-noop - noop
check-tripleo: check-tripleo:
- check-tripleo-seed-precise - check-tripleo-seed-precise
- check-tripleo-ironic-seed-precise - check-tripleo-ironic-seed-precise
@ -3057,7 +3057,7 @@ projects:
- check-tripleo-ironic-undercloud-precise - check-tripleo-ironic-undercloud-precise
- check-tripleo-overcloud-precise - check-tripleo-overcloud-precise
gate: gate:
- gate-noop - noop
- name: openstack-infra/zmq-event-publisher - name: openstack-infra/zmq-event-publisher
check: check:
@ -3092,9 +3092,9 @@ projects:
- name: openstack-infra/zuul-packaging - name: openstack-infra/zuul-packaging
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
# Section: Stackforge projects # Section: Stackforge projects
@ -3216,9 +3216,9 @@ projects:
- name: stackforge/cloudcafe - name: stackforge/cloudcafe
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/clouddocs-maven-plugin - name: stackforge/clouddocs-maven-plugin
check: check:
@ -3233,15 +3233,15 @@ projects:
- name: stackforge/cloudroast - name: stackforge/cloudroast
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/compass-adapters - name: stackforge/compass-adapters
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/compass-core - name: stackforge/compass-core
check: check:
@ -3255,9 +3255,9 @@ projects:
- name: stackforge/compass-web - name: stackforge/compass-web
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/congress - name: stackforge/congress
check: check:
@ -3433,63 +3433,63 @@ projects:
- name: stackforge/fuel-astute - name: stackforge/fuel-astute
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/fuel-devops - name: stackforge/fuel-devops
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/fuel-docs - name: stackforge/fuel-docs
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/fuel-library - name: stackforge/fuel-library
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/fuel-main - name: stackforge/fuel-main
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/fuel-ostf - name: stackforge/fuel-ostf
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/fuel-ostf-plugin - name: stackforge/fuel-ostf-plugin
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/fuel-provision - name: stackforge/fuel-provision
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/fuel-web - name: stackforge/fuel-web
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/golang-client - name: stackforge/golang-client
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/healthnmon - name: stackforge/healthnmon
check: check:
@ -3528,9 +3528,9 @@ projects:
- name: stackforge/kickstack - name: stackforge/kickstack
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/kite - name: stackforge/kite
template: template:
@ -3579,9 +3579,9 @@ projects:
- name: stackforge/milk - name: stackforge/milk
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/mistral - name: stackforge/mistral
check: check:
@ -3675,15 +3675,15 @@ projects:
- name: stackforge/MRaaS - name: stackforge/MRaaS
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/murano-agent - name: stackforge/murano-agent
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/murano-api - name: stackforge/murano-api
check: check:
@ -3764,15 +3764,15 @@ projects:
- name: stackforge/murano-deployment - name: stackforge/murano-deployment
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/murano-docs - name: stackforge/murano-docs
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/murano-metadataclient - name: stackforge/murano-metadataclient
check: check:
@ -3822,27 +3822,27 @@ projects:
- name: stackforge/murano-tests - name: stackforge/murano-tests
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/novaimagebuilder - name: stackforge/novaimagebuilder
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/occi-os - name: stackforge/occi-os
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/opencafe - name: stackforge/opencafe
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/openstack-chef-repo - name: stackforge/openstack-chef-repo
check: check:
@ -3852,39 +3852,39 @@ projects:
- name: stackforge/openstack-cli-powershell - name: stackforge/openstack-cli-powershell
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/openstack-sdk-dotnet - name: stackforge/openstack-sdk-dotnet
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/openstack-sdk-php - name: stackforge/openstack-sdk-php
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/openstackdroid - name: stackforge/openstackdroid
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/openvz-nova-driver - name: stackforge/openvz-nova-driver
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/ospurge - name: stackforge/ospurge
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/packstack - name: stackforge/packstack
check: check:
@ -4144,15 +4144,15 @@ projects:
- name: stackforge/puppet_openstack_builder - name: stackforge/puppet_openstack_builder
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/puppet-openstack_dev_env - name: stackforge/puppet-openstack_dev_env
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/puppet-sahara - name: stackforge/puppet-sahara
check: check:
@ -4533,9 +4533,9 @@ projects:
- name: stackforge/staccato - name: stackforge/staccato
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/stackalytics - name: stackforge/stackalytics
check: check:
@ -4560,9 +4560,9 @@ projects:
- name: stackforge/swift3 - name: stackforge/swift3
check: check:
- gate-noop - noop
gate: gate:
- gate-noop - noop
- name: stackforge/swiftsync - name: stackforge/swiftsync
check: check: