canonical-hw-cert team mailing list archive
-
canonical-hw-cert team
-
Mailing list archive
-
Message #18056
[Merge] ~jocave/hwcert-jenkins-jobs:add-build-cert-dashboard-manager into hwcert-jenkins-jobs:master
Jonathan Cave has proposed merging ~jocave/hwcert-jenkins-jobs:add-build-cert-dashboard-manager into hwcert-jenkins-jobs:master.
Requested reviews:
hwcert-jenkins (hwcert-jenkins)
For more details, see:
https://code.launchpad.net/~jocave/hwcert-jenkins-jobs/+git/hwcert-jenkins-jobs/+merge/429145
Forgot to propose this job - a build of the private github repo for certification-dashboard-manager.
Been running in jenkins for a little while, although pushing to stable. Thinking we should probably just go with candidate for now.
--
Your team hwcert-jenkins is requested to review the proposed merge of ~jocave/hwcert-jenkins-jobs:add-build-cert-dashboard-manager into hwcert-jenkins-jobs:master.
diff --git a/jobs/infrastructure/build-dashboard-manager/build-dashboard-manager.yaml b/jobs/infrastructure/build-dashboard-manager/build-dashboard-manager.yaml
new file mode 100644
index 0000000..51ec4f4
--- /dev/null
+++ b/jobs/infrastructure/build-dashboard-manager/build-dashboard-manager.yaml
@@ -0,0 +1,12 @@
+- project:
+ name: certification-dashboard-manager
+ description: |
+ This job will build and publish certification-dashboard-manager
+ source-url: git@xxxxxxxxxx:canonical/certification-dashboard-manager.git
+ source-branch: main
+ release-targets: 'latest/candidate'
+ check-branches: ''
+ lxd_template: ubuntu:focal
+ jobs:
+ - 'snap-build-{name}-local-trigger'
+ - 'snap-build-{name}-local'
Follow ups