tempest/zuul.d
Ghanshyam Mann 61f5733a66 Decentralize the zuul jobs into zuul.d
Current .zuul.yaml file has 36 jobs definition and
it is growing more which makes it hard to read and
error prone.

This commit move the jobs definitions to zuul.d directory to
different yaml files:
- base.yaml includes base jobs definition
- integrated-gate.yaml includes integrated jobs to be
  used in other openstack projects too.
- stable-jobs.yaml includes all stable jobs
- tempest-specific.yaml includes jobs supposed to run on Tempest
  gate only
- project.yaml includes different pipelines (check, gate etc) definition

Change-Id: I984ecee81a9730b663764800f604333f28fd8180
2020-11-25 18:03:56 +00:00
..
base.yaml Decentralize the zuul jobs into zuul.d 2020-11-25 18:03:56 +00:00
integrated-gate.yaml Decentralize the zuul jobs into zuul.d 2020-11-25 18:03:56 +00:00
project.yaml Decentralize the zuul jobs into zuul.d 2020-11-25 18:03:56 +00:00
stable-jobs.yaml Decentralize the zuul jobs into zuul.d 2020-11-25 18:03:56 +00:00
tempest-specific.yaml Decentralize the zuul jobs into zuul.d 2020-11-25 18:03:56 +00:00