We do not need the huge machines for the calamari setup tasks, use small
machines instead.
Also use centos7 node instead of trusty one, nodejs bits seems to be
somewhat broken in trusty.
Signed-off-by: Boris Ranto <branto@redhat.com>
description: "This job step checks out the branch and builds the tarballs, diffs, and dsc that are passed to the calamari-clients-build step.\r\n\r\nNotes:\r\nJob needs to run on a releatively recent debian system. The Restrict where run feature is used to specifiy an appropriate label.\r\nThe clear workspace before checkout box for the git plugin is used."
# we do not need to pin this to trusty anymore for the new jenkins instance
# FIXME: unpin when this gets ported over
- node: huge && trusty
+ node: small && centos7
display-name: 'calamari-clients-setup'
logrotate:
daysToKeep: -1
description: "This job step checks out the branch and builds the tarballs, diffs, and dsc that are passed to the calamari-build step.\r\n\r\nNotes:\r\nJob needs to run on a releatively recent debian system. The Restrict where run feature is used to specifiy an appropriate label.\r\nThe clear workspace before checkout box for the git plugin is used."
# we do not need to pin this to trusty anymore for the new jenkins instance
# FIXME: unpin when this gets ported over
- node: huge && trusty
+ node: small && trusty
display-name: 'calamari-setup'
logrotate:
daysToKeep: -1