Commit Graph

6 Commits

Author SHA1 Message Date
Monty Taylor 355f7090a6 Remove zuul v2 and jjb content
It's migrated, it can be removed now.

Depends-On: I6a89752d74ed7424267c3af3937ad01fb4bb8f86
Change-Id: Id67d0149b645bd23e460cef65719541f76f0967b
2017-10-24 08:50:05 +02:00
Monty Taylor b4fd783219
Remove unmatched single quotes from jenkins jobs
The v3 migration script can handle these just fine - but if we go ahead
and remove them the output can be predominantely shell rather than
script.

Change-Id: I440851a0149e1cc7f8c5c6e8a4e3e0b94088ee82
2017-09-20 09:27:26 -05:00
Andreas Jaeger 79a5be8415 Merge install and deploy guide scripts
The two scripts do the same, just have one different parameter. Use a
single script and rename it.

The scripts are included directly in yaml and do not life anymore in the
scripts directory so that changes to them will be directly and don't
need new images to be built.

Change-Id: Ia229b118daabb1f43da1507a37a4fd3724c2512a
2016-11-29 08:33:06 +01:00
Andreas Jaeger 39a04df9b0 Fix deploy-guide job
We cannot mix code and includes, this needs to be separated.
Use two include commands and split out the initial content to another
file.

Change-Id: I04584e301078cc851ae258525dc1c4b662ed6c28
2016-11-28 16:49:47 +01:00
Andreas Jaeger 34ce86e1b4 Refactor run-deploy-guide.sh
Pass variables in so that the script can be merged with
jobs/scripts/run-install-guide.sh.

Remove setting of $result, the script is run with bash -xe and therefore
result is never set, the script is aborted earlier.

Change-Id: I0cea5debba63863135b53c5447713a80d989c1a5
2016-11-18 20:56:24 +01:00
Andreas Jaeger 65512b5462 Move JJB include scripts to subdir
Create jenkins/jobs/include directory and move the two scripts that we
currently have into that directory.

Adjust builders using the scripts.

Change-Id: If0cda5a6749dd19fdc57b6f64a6f7ed5ac5bfc00
2016-11-18 20:31:52 +01:00