Merge lp:~psivaa/ci-core-jenkins/15-04-edge into lp:ci-core-jenkins

Proposed by Para Siva
Status: Merged
Approved by: Para Siva
Approved revision: 16
Merged at revision: 14
Proposed branch: lp:~psivaa/ci-core-jenkins/15-04-edge
Merge into: lp:ci-core-jenkins
Diff against target: 19 lines (+7/-0)
1 file modified
README.rst (+7/-0)
To merge this branch: bzr merge lp:~psivaa/ci-core-jenkins/15-04-edge
Reviewer Review Type Date Requested Status
Francis Ginther Approve
Review via email: mp+260802@code.launchpad.net

Commit message

Readme update to create jobs for 15.04, edge

Description of the change

Readme update to create jobs for 15.04, edge. Auth URL will need to be changed for deployments using bootstack. That's a config change and could be done in the jenkins master.

To post a comment you must log in.
15. By Para Siva

amd not arm

Revision history for this message
Francis Ginther (fginther) wrote :

This appears to be the right format.

Do you mind also updating the '-t' and --device-type parameters in the rolling_edge example above? (Not a big deal if you don't want to, I'll go ahead and approve this MP).

    ./setup-jobs.py -j http://q-jenkins.ubuntu-ci:8080 -u <user_name> \
        -t http://system-image.ubuntu.com/ubuntu-core/rolling/edge/generic_amd64/index.json \
        -p <password> -c rolling_edge --device-type generic_amd64 \
        -b lp:ci-core-jenkins

review: Approve
16. By Para Siva

Update example for rolling edge too

Revision history for this message
Francis Ginther (fginther) wrote :

thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README.rst'
2--- README.rst 2015-04-23 02:32:49 +0000
3+++ README.rst 2015-06-04 13:34:59 +0000
4@@ -68,8 +68,15 @@
5 - The same as above, but to run for rolling_edge and generic_i386::
6
7 ./setup-jobs.py -j http://q-jenkins.ubuntu-ci:8080 -u <user_name> \
8+ -t http://system-image.ubuntu.com/ubuntu-core/rolling/edge/generic_i386/index.json \
9 -p <password> -c rolling_edge --device-type generic_i386 \
10 -b lp:ci-core-jenkins
11
12+- Setup jobs in q-jenkins to watch and fetch 15.04_edge generic_amd64 core images::
13+ ./setup-jobs.py -u <user_name> -p <password> --series vivid \
14+ -t http://system-image.ubuntu.com/ubuntu-core/15.04/edge/generic_amd64/index.json \
15+ -c "15.04_edge" --device-type generic_amd64 \
16+ -b lp:ci-core-jenkins -j http://q-jenkins.ubuntu-ci:8080
17+
18 For detailed information about each parameter and default values, please have a look
19 at the ouput of ``setup-jobs -h``.

Subscribers

People subscribed via source and target branches