← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] ~andersson123/qa-jenkins-jobs:remove-daily-charmcraft-pack-check into qa-jenkins-jobs:master

 

Tim Andersson has proposed merging ~andersson123/qa-jenkins-jobs:remove-daily-charmcraft-pack-check into qa-jenkins-jobs:master.

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

For more details, see:
https://code.launchpad.net/~andersson123/qa-jenkins-jobs/+git/qa-jenkins-jobs/+merge/472982
-- 
Your team Canonical Platform QA Team is requested to review the proposed merge of ~andersson123/qa-jenkins-jobs:remove-daily-charmcraft-pack-check into qa-jenkins-jobs:master.
diff --git a/jobs/autopkgtest-cloud/jobs.yaml b/jobs/autopkgtest-cloud/jobs.yaml
index d9beada..d76380d 100644
--- a/jobs/autopkgtest-cloud/jobs.yaml
+++ b/jobs/autopkgtest-cloud/jobs.yaml
@@ -16,41 +16,6 @@
 # with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 - job:
-    name: autopkgtest-cloud-daily-charmcraft-pack-check
-    description: |
-        Runs a daily charmcraft pack for autopkgtest-cloud-worker and
-        autopkgtest-web charms to check for changes in external
-        dependencies breaking the charms.
-    node: 'venonat'
-    triggers:
-        - timed: '@daily'
-    wrappers:
-        - timestamps
-        - timeout:
-            timeout: 20
-            fail: true
-    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/autopkgtest-cloud
-            cd autopkgtest-cloud
-            printf "Building charms...\n"
-            charmcraft pack -v -p charms/focal/autopkgtest-cloud-worker/
-            charmcraft pack -v -p charms/focal/autopkgtest-web/
-            if test -f "autopkgtest-cloud-worker_ubuntu-20.04-amd64.charm" && test -f "autopkgtest-web_ubuntu-20.04-amd64.charm"; then
-                printf "Charms built successfully\n"
-            else
-                printf "Charms didn't build!\n"
-                exit 1
-            fi
-
-- job:
     name: autopkgtest-cloud-rtd-build-trigger
     description: |
         Triggers a build on readthedocs for autopkgtest-cloud when commits to