Ansible job definitions for OpenStack projects CI systems
Go to file
Andreas Jaeger d519361045 Remove legacy run-jsbuild.sh
codesearch shows that this file is not used anywhere else:
http://codesearch.openstack.org/?q=run-jsbuild.sh&i=nope&files=&repos=

Looking at the history of this repo, it was used in these legacy jobs
legacy-vinz-webclient-js-release-branch
legacy-vinz-webclient-js-release-master
legacy-merlin-js-release-branch
legacy-merlin-js-release-master
legacy-storyboard-js-integration-ubuntu-trusty
legacy-storyboard-js-integration
legacy-storyboard-webclient-js-draft
legacy-storyboard-webclient-js-release-branch
legacy-storyboard-webclient-js-release-master

All these jobs either got replaces by native Zuul v3 jobs or the repos
retired and thus jobs removed completely.

The file should have been removed as part of
Icda2d699c26a03a5a5b0718ce90fe7813f0f0061.

I also grepped through all branches of existing repos and could not find
any occurence of run-jsbuild.sh (assuming my script is correct).

Thus, we can remove the file.

Change-Id: I9480ecb39d9fadbe97b393d03521118a26cd68f5
2020-02-29 17:28:54 +01:00
doc Update docs building 2020-01-19 16:55:45 +01:00
playbooks Merge "Remove legacy-tempest-dsvm-full-bdd job" 2020-02-27 14:29:17 +00:00
roles Remove legacy run-jsbuild.sh 2020-02-29 17:28:54 +01:00
tests Remove base role integration testing 2019-07-08 10:48:16 -07:00
zuul.d Merge "Remove legacy-tempest-dsvm-full-bdd job" 2020-02-27 14:29:17 +00:00
.gitignore Add configure-swap role 2017-10-20 14:13:33 +11:00
.gitreview OpenDev Migration Patch 2019-04-19 19:29:57 +00:00
bindep.txt Add zuul to test-requirements for linting 2018-10-18 10:40:00 -05:00
LICENSE Initial commit 2017-05-03 11:53:09 -04:00
README.rst Update README to reflect current status 2017-10-23 11:41:06 +02:00
setup.cfg Update docs building 2020-01-19 16:55:45 +01:00
setup.py Initial commit for docs 2017-05-19 17:03:53 -04:00
test-requirements.txt Merge "Update ansible-lint" 2020-01-24 09:33:59 +00:00
tox.ini Merge "Update ansible-lint" 2020-01-24 09:33:59 +00:00

OpenStack Infra Zuul jobs

This repo contains a set of ansible playbooks which are used by the OpenStack project CI system Zuul. It also contains job and project-template definitions for the OpenStack project. You should edit these files to make configuration changes to OpenStack Infrastructure CI.