summaryrefslogtreecommitdiffstats
path: root/jjb/xci/bifrost-verify-jobs.yml
AgeCommit message (Collapse)AuthorFilesLines
2017-03-22jjb: xci: Fix permissions in workspace before removing itMarkos Chandras1-0/+14
From time to time we end up in the unfortunate situation where the jenkins job breaks for random reasons and the logs are left with 'root' permissions. On the next run, the job fails again but this time it's because Jenkins does not have enough permissions to delete them. We workaround this by fixing up the permissions before removing the workspace. Change-Id: I2fda20ded527bac73605ffa5818a2c44bf6c9026 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-03-20xci: Create skeletons for jobs and rename directoryFatih Degirmenci1-0/+223
This patch - creates job skeletongs based on the structure of other OPNFV jobs upstream job per scenario triggering and controlling the downstream jobs downstream jobs to run provisioning, deployment and functest - renames infra directory to xci Change-Id: I9a7ac3590d660f4270ab387598586e4270787ecb Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>