summaryrefslogtreecommitdiff
path: root/TESTING.rst
Commit message (Collapse)AuthorAgeFilesLines
* Rename zuul-launcher to zuul-executorPaul Belanger2017-03-151-2/+2
| | | | | | | | To avoid confusion with nodepool-launcher, we've decided to rename zuul-launcher to zuul-executor. Change-Id: I7d03cf0f0093400f4ba2e4beb1c92694224a3e8c Signed-off-by: Paul Belanger <pabelanger@redhat.com>
* Merge "Update testing doc to reflect unit subdir move" into feature/zuulv3Jenkins2017-03-031-2/+2
|\
| * Update testing doc to reflect unit subdir moveJesse Keating2017-03-021-2/+2
| | | | | | | | Change-Id: I38babbafee2ba4d3e92481424041e5ff3bd9385c
* | Document needing zookeeper to run testsJesse Keating2017-03-011-0/+10
|/ | | | Change-Id: Idf796844263097ec1543654c3f5a201060b3e4e8
* Support multiple triggersJames E. Blair2013-08-011-0/+13
| | | | | | | | | | | | Add the ability for Zuul to accept inputs from multiple trigger sources simultaneously. Pipelines are associated with exactly one trigger, which must now be named in the configuration file. Co-Authored-By: Monty Taylor <mordred@inaugust.com> Change-Id: Ief2b31a7b8d85d30817f2747c1e2635f71ea24b9
* Use the public gear API to iterate over jobs in the queueJames E. Blair2013-07-291-0/+6
| | | | | | Also, add some more info about testing. Change-Id: I2029a03d2ab017d826b01dc0b802c6e0e0328204
* Add TESTING fileJames E. Blair2013-07-061-0/+73
Change-Id: Ifa3ff45189b794dfb2c29e127599dbe547b57f71 Reviewed-on: https://review.openstack.org/35354 Reviewed-by: Anita Kuno <anteaya@anteaya.info> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins