~veebers/juju-ci-tools/model_migration_check_all_units_of_charm

1119.1.1 by Aaron Bentley
Add parallel-streams job.
1
#!/bin/bash
2
set -eu
3
source $HOME/cloud-city/juju-qa.jujuci
1119.1.2 by Aaron Bentley
Switch back to juju-release-tools.
4
PATH="$HOME/juju-release-tools:$HOME/juju-ci-tools:$PATH"
1119.1.1 by Aaron Bentley
Add parallel-streams job.
5
jujuci.py get -b $revision_build build-revision buildvars.bash $WORKSPACE/
6
source buildvars.bash
7
set -x
8
export PATH
9
new_streams=$HOME/new-streams
10
testing=$new_streams/testing
11
agent_path=$testing/agent/revision-build-$revision_build
12
copy-agents.bash $HOME/streams/juju-dist/testing/tools $VERSION $agent_path
13
rb_stanzas=revision-build-$revision_build-paths.json
14
make-stanzas.bash $revision_build $VERSION $rb_stanzas
15
make-parallel-streams.bash $rb_stanzas $revision_build \
16
  $new_streams/testing-stanzas $testing
17
validate-streams.bash $testing