~fginther/vmbuilder/jenkins_kvm-ci-wa-all

« back to all changes in this revision

Viewing changes to jenkins/MAASv2_Builder.sh

  • Committer: Francis Ginther
  • Date: 2018-07-05 12:35:34 UTC
  • mfrom: (799.2.2 jenkins_kvm-maas-stilson2)
  • Revision ID: francis.ginther@canonical.com-20180705123534-srw065dsa834mua0
Update the maas build scripts to use the ppc64el config on stilson which reports `ppc64le` for `uname -m` and use a raw disk attached to /dev/vdc.
[a=fginther][r=philroche,rcj]

MP: https://code.launchpad.net/~ubuntu-on-ec2/vmbuilder/jenkins_kvm-maas-stilson2/+merge/348867

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
set +x
96
96
 
97
97
ci_cfg="${kvm_builder}/config/cloud-maasv2.cfg"
98
 
[ "$(uname -m)" == "ppc64" ] && ci_cfg="${kvm_builder}/config/cloud-trusty-pp64el.cfg"
 
98
[ "$(uname -m)" == "ppc64le" ] && ci_cfg="${kvm_builder}/config/cloud-trusty-pp64el.cfg"
99
99
 
100
100
# Launch KVM to do the work
101
101
launch_kvm.sh \