Merge lp:~jibel/qa-jenkins-jobs/qa-jenkins-jobs into lp:qa-jenkins-jobs

Proposed by Jean-Baptiste Lallement
Status: Merged
Approved by: Max Brustkern
Approved revision: 223
Merged at revision: 223
Proposed branch: lp:~jibel/qa-jenkins-jobs/qa-jenkins-jobs
Merge into: lp:qa-jenkins-jobs
Diff against target: 49 lines (+33/-1)
2 files modified
jobs/snapcore-qa-tests/jobs.yaml (+32/-0)
scripts/deploy-jobs.sh (+1/-1)
To merge this branch: bzr merge lp:~jibel/qa-jenkins-jobs/qa-jenkins-jobs
Reviewer Review Type Date Requested Status
platform-qa-bot continuous-integration Approve
Max Brustkern (community) Approve
Review via email: mp+318935@code.launchpad.net

Commit message

- Switched to python3 version of jenkins job builder
- Added job definition to create autopkgtest VM for supported releases

Description of the change

- Switched to python3 version of jenkins job builder
- Added job definition to create autopkgtest VM for supported releases

To post a comment you must log in.
Revision history for this message
Max Brustkern (nuclearbob) wrote :

Should work!

review: Approve
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :

FAILED: Autolanding.
No commit message was specified in the merge proposal. Hit 'Add commit message' on the merge proposal web page or follow the link below. You can approve the merge proposal yourself to rerun.
https://code.launchpad.net/~jibel/qa-jenkins-jobs/qa-jenkins-jobs/+merge/318935/+edit-commit-message

review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'jobs/snapcore-qa-tests/jobs.yaml'
--- jobs/snapcore-qa-tests/jobs.yaml 2017-02-27 21:25:17 +0000
+++ jobs/snapcore-qa-tests/jobs.yaml 2017-03-03 16:47:03 +0000
@@ -120,3 +120,35 @@
120 - shell: |120 - shell: |
121 cd snapcore-qa-tests/autospread121 cd snapcore-qa-tests/autospread
122 ./setup.sh122 ./setup.sh
123
124- job:
125 name: snapcore-autopkgtest-createvm
126 description: |
127 Create Ubuntu cloud image based VM for autopkgtest-virt-qemu to use with snapd tests
128 project-type: matrix
129 axes:
130 - axis:
131 type: slave
132 name: nodes
133 values:
134 - venonat-upgrade
135 - axis:
136 type: user-defined
137 name: RELEASE
138 values:
139 - trusty
140 - yakkety
141 - xenial
142 - zesty
143 - axis:
144 type: user-defined
145 name: ARCH
146 values:
147 - amd64
148 - i386
149 builders:
150 - clear-artifacts:
151 - shell: |
152 IMGDIR="$HOME/autopkgtest_images/"
153 mkdir -p "$IMGDIR"
154 autopkgtest-buildvm-ubuntu-cloud -r $RELEASE -a $ARCH -v -o $IMGDIR
123155
=== modified file 'scripts/deploy-jobs.sh'
--- scripts/deploy-jobs.sh 2016-06-08 19:00:02 +0000
+++ scripts/deploy-jobs.sh 2017-03-03 16:47:03 +0000
@@ -11,4 +11,4 @@
11esac11esac
1212
13make -C "$JOB_PATH"13make -C "$JOB_PATH"
14python -m jenkins_jobs.cmd $ARGS -r "$JOB_PATH"14python3 -m jenkins_jobs.cmd $ARGS -r "$JOB_PATH"

Subscribers

People subscribed via source and target branches