← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] ~hyask/qa-jenkins-jobs:meta-release into qa-jenkins-jobs:master

 

Skia has proposed merging ~hyask/qa-jenkins-jobs:meta-release into qa-jenkins-jobs:master.

Requested reviews:
  Canonical Platform QA Team (canonical-platform-qa)

For more details, see:
https://code.launchpad.net/~hyask/qa-jenkins-jobs/+git/qa-jenkins-jobs/+merge/455212
-- 
Your team Canonical Platform QA Team is requested to review the proposed merge of ~hyask/qa-jenkins-jobs:meta-release into qa-jenkins-jobs:master.
diff --git a/jobs/meta-release/jobs.yaml b/jobs/meta-release/jobs.yaml
new file mode 100644
index 0000000..6d4d94f
--- /dev/null
+++ b/jobs/meta-release/jobs.yaml
@@ -0,0 +1,37 @@
+# vim: sw=4 ts=4 et
+
+# QA Jenkins Jobs
+# Copyright 2016 Canonical Ltd.
+
+# This program is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License version 3, as published
+# by the Free Software Foundation.
+
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranties of
+# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
+# PURPOSE.  See the GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License along
+# with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+- job:
+    name: meta-release-url-checker
+    description: |
+        Check URLs in meta-release files
+        https://launchpad.net/meta-release
+    node: 'venonat'
+    triggers:
+        - timed: '@weekly'
+    builders:
+        - clear-artifacts:
+        - shell: |
+            #!/bin/bash
+            set -ex
+            export http_proxy="http://squid.internal:3128";
+            export https_proxy="http://squid.internal:3128";
+            export no_proxy=launchpad.net
+
+            git clone --depth 1  https://git.launchpad.net/~hyask/+git/meta-release
+            cd meta-release
+            ./url-checker.sh meta-release*