Merge lp:~superalpaca/ols-jenkaas/update-publishergw into lp:~ols-jenkaas-admins/ols-jenkaas/trunk

Proposed by Deep Fowdar
Status: Merged
Merged at revision: 855
Proposed branch: lp:~superalpaca/ols-jenkaas/update-publishergw
Merge into: lp:~ols-jenkaas-admins/ols-jenkaas/trunk
Diff against target: 22 lines (+4/-6)
1 file modified
jobs/publishergw.yaml (+4/-6)
To merge this branch: bzr merge lp:~superalpaca/ols-jenkaas/update-publishergw
Reviewer Review Type Date Requested Status
Tong Shinn Approve
Review via email: mp+434227@code.launchpad.net

Commit message

Update publishergw job and add bootstrap step

To post a comment you must log in.
Revision history for this message
Tong Shinn (tshinn) wrote :

+1, thanks for the tidy up!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'jobs/publishergw.yaml'
2--- jobs/publishergw.yaml 2021-07-08 18:40:05 +0000
3+++ jobs/publishergw.yaml 2022-12-07 05:48:42 +0000
4@@ -3,14 +3,12 @@
5 name: 'publishergw'
6 vcs: 'git'
7 trunk: 'lp:publishergw'
8- setup: 'SNAPSTORE_DEPENDENCY_DIR=/workspace/siab-dependencies OLS_WHEELS_DIR=/workspace/ols-wheels make update-dependencies setup-jenkaas'
9- landing-tests: 'SNAPSTORE_DEPENDENCY_DIR=/workspace/siab-dependencies OLS_WHEELS_DIR=/workspace/ols-wheels make landing-tests'
10- build-command: 'SNAPSTORE_DEPENDENCY_DIR=/workspace/siab-dependencies OLS_WHEELS_DIR=/workspace/ols-wheels make charm-publish'
11- deps-trunk: 'lp:~siab/+git/siab-dependencies'
12- charm-repo: 'ssh://git.launchpad.net/~ubuntuone-pqm-team/publishergw/+git/charm-build'
13+ setup: 'OLS_WHEELS_DIR=/workspace/ols-wheels make bootstrap update-dependencies'
14+ landing-tests: 'OLS_WHEELS_DIR=/workspace/ols-wheels make landing'
15+ build-command: 'OLS_WHEELS_DIR=/workspace/ols-wheels make charm-publish'
16+ charm-repo: 'lp:~ubuntuone-pqm-team/publishergw/+git/charm-build'
17 deploy-group: 'snap-store'
18 jobs:
19- - 'land-{name}-dependencies'
20 - 'land-{name}'
21 - '{name}-build-charm'
22 - 'trigger-{name}-build-charm-on-changes'

Subscribers

People subscribed via source and target branches