← Back to team overview

sts-sponsors team mailing list archive

[Merge] ~adam-collard/maas-ci/+git/maas-ci-internal:add-release-tools into ~maas-committers/maas-ci/+git/maas-ci-internal:main

 

Adam Collard has proposed merging ~adam-collard/maas-ci/+git/maas-ci-internal:add-release-tools into ~maas-committers/maas-ci/+git/maas-ci-internal:main.

Commit message:
Add release-tools CI



Requested reviews:
  MAAS Committers (maas-committers)

For more details, see:
https://code.launchpad.net/~adam-collard/maas-ci/+git/maas-ci-internal/+merge/438966
-- 
Your team MAAS Committers is requested to review the proposed merge of ~adam-collard/maas-ci/+git/maas-ci-internal:add-release-tools into ~maas-committers/maas-ci/+git/maas-ci-internal:main.
diff --git a/jobs/maas-release-tools.yaml b/jobs/maas-release-tools.yaml
new file mode 100644
index 0000000..b64fd92
--- /dev/null
+++ b/jobs/maas-release-tools.yaml
@@ -0,0 +1,11 @@
+---
+- project:
+    name: 'maas-release-tools'
+    repo_lp_path: '~maas-committers/maas/+git/maas-release-tools'
+    repo_lp_branch: 'main'
+    deps_command: 'make deps'
+    build_command: 'make bins'
+    lint_command: 'make lint'
+    ubuntu_series: '22.04'
+    jobs:
+      - '{name}-launchpad-ci'

Follow ups