fuel: Update verify jobs and introduce Multijob and verify phases 37/17037/1
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 18 Jul 2016 09:14:31 +0000 (11:14 +0200)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 18 Jul 2016 09:31:23 +0000 (11:31 +0200)
commit8019380e3a18ef73f7606dbffaab4dd3e7865526
tree63606d332c98a1030e581f1250e2f64459b07443
parent0713a6f996ab1cf0bfa6b03c8a0aa548ca0123c5
fuel: Update verify jobs and introduce Multijob and verify phases

This is the first step towards improved Commit Gating and this
change does not impact the current way of working for Fuel. This
means that no additional verification activities will be done for
changes/patches coming to Gerrit for Fuel as of yet and only builds
will be used for patchset verification

Because of this, the new execute shells contain nothing but simple echos.

Functest job hasn't been created/connected either since we don't do
full commit verification.

This change
- switches verify job to Multijob project type since Freestyle does
  not support aborting all the downstream jobs when a new patch for
  same change comes to Gerrit for existing change. When Gerrit Trigger
  aborts the upstream verify job that was triggered for the previous
  patch of the same change, Multijob then aborts the downstream
  phase jobs, not leaving orphaned phase jobs behind.
- creates phase jobs to do limited verification activities in order
  to provide more granular feedback. Earlier phases fail the patch
  verification in order to provide feedback for the failed phase
  rather than whole basic, deploy, and smoke test.

Change-Id: I053db2a54020139d57d74d254a25ed0480767267
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/fuel/fuel-project-jobs.yml
jjb/fuel/fuel-verify-jobs.yml [new file with mode: 0644]