~verterok/ols-jenkaas/dd-siab-dependencies

« back to all changes in this revision

Viewing changes to testing/setup/slave

  • Committer: Vincent Ladeuil
  • Date: 2016-08-04 14:51:12 UTC
  • Revision ID: vila+ols@canonical.com-20160804145112-a7jhcyxc6huu46rb
Introduce the 'production' and 'testing' name spaces and rework the scripts layout to better separate production and testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Setup a jenkins slave as closely as production as possible 
3
3
# Most bits stolen from the jenkins-slave charm
4
4
 
5
 
MASTER_URL="{jenkaas.master}"
 
5
MASTER_URL="{{jenkaas}.master}"
6
6
 
7
7
tmp_sudoers=$(mktemp /tmp/jenkins-sudoers.XXXXXX)
8
8
cat <<EOSUDOERS >$tmp_sudoers