Create periodic jobs for scenarios 51/1151/7
authorFatih Degirmenci <fdegir@gmail.com>
Wed, 8 May 2019 09:38:56 +0000 (11:38 +0200)
committerFatih Degirmenci <fdegir@gmail.com>
Wed, 8 May 2019 11:52:42 +0000 (13:52 +0200)
commite504a2d79476433c3ebc3a84034f81fd56c6b291
tree4a2c86d7ce8740026f745765f92a6b3e2cabe70f
parentaa5c81c25f9dc45f2dc74772a52fceb1eb10dca6
Create periodic jobs for scenarios

These jobs will be used for promoting scenarios based on deployment
and testing on baremetal.

The jobs are currently triggered daily without checking if anything
changed. This will be updated and they will only be triggered if
infra/engine or infra/swconfig/<scenario> change so we build only
when something happens.

Promotion logic is not implemented yet and will be done in a separate
change.

In addition to periodic jobs for scenarios, trigger for baremetal
engine periodic job is switched to daily in order to free up time
for scenario periodic jobs.

And as usual, lots of duplications here and there and these will be
fixed by refactoring jobs and scripts once the basic pipeline is
in place.

Change-Id: Iaf0da0191fbde1abad60b5ca14dd191095fac761
jjb/cloud-infra/cloud-infra-macros.yaml
jjb/cloud-infra/cloud-infra-periodic-engine.yaml
jjb/cloud-infra/cloud-infra-periodic-scenario.yaml [new file with mode: 0644]
jjb/cloud-infra/scenario-deploy.sh [new file with mode: 0644]
jjb/cloud-infra/scenario-functest.sh [new file with mode: 0644]
jjb/cloud-infra/scenario-promote.sh [new file with mode: 0644]
jjb/cloud-infra/scenario-yardstick.sh [new file with mode: 0644]