Merge "[ta] Move image build job to a bigger build minion"
authorEric Ball <eball@linuxfoundation.org>
Fri, 24 May 2019 19:01:07 +0000 (19:01 +0000)
committerGerrit Code Review <gerrit@akraino.org>
Fri, 24 May 2019 19:01:07 +0000 (19:01 +0000)
jjb/akraino-templates/akraino-ta-common-macros.yaml
jjb/akraino-templates/akraino-ta-common-templates.yaml

index 7cfbfe1..217736d 100644 (file)
           # (adding to the group would require re-login)
           sudo chmod 777 /var/run/docker.sock
 
+- builder:
+    name: ta-builder-install-build-tools
+    builders:
+      - shell: |2-
+          sudo yum -y install createrepo libguestfs-tools-c jq
+          sudo systemctl start libvirtd
+          systemctl status libvirtd
+
 ###########
 # TRIGGER #
 ###########
index 426ab12..2484ccb 100644 (file)
           project: 'ta/build-tools'
           ref: '$SCM_REFSPEC_BUILD_TOOLS'
       - ta-builder-install-docker
+      - ta-builder-install-build-tools
       - shell: |2-
-          sudo yum -y install createrepo
           ta/build-tools/build_images.sh -m ta/manifest -w work
           find work
       - ta-lf-infra-ship-isos