diff options
author | Chris Evich <cevich@redhat.com> | 2018-12-14 10:47:01 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2018-12-14 14:34:43 -0500 |
commit | 7b53e86e4ff3c97de3261fa64be17d6fb1201ffd (patch) | |
tree | d17e0ff37e19119e8e16725b560174ebff1a1cbe /contrib/cirrus/setup_environment.sh | |
parent | c086118fca59600de49ba12035fef47f45e23286 (diff) | |
download | podman-7b53e86e4ff3c97de3261fa64be17d6fb1201ffd.tar.gz podman-7b53e86e4ff3c97de3261fa64be17d6fb1201ffd.tar.bz2 podman-7b53e86e4ff3c97de3261fa64be17d6fb1201ffd.zip |
Add script to create CI VMs for debugging
Frequently debugging of CI-related problems requires going hands-on
within the environment. However, reproducing the environment by hand is
very tedious and error prone. This script permits authorized users to
produce VM's based on any available cache-image, and automatically remove
them upon logout.
Also: Bump up VM disk sizes to 200GB due to performance reasons
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/setup_environment.sh')
-rwxr-xr-x | contrib/cirrus/setup_environment.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh index 4884dd606..174bd3daf 100755 --- a/contrib/cirrus/setup_environment.sh +++ b/contrib/cirrus/setup_environment.sh @@ -4,7 +4,6 @@ set -e source $(dirname $0)/lib.sh req_env_var " -CI $CI USER $USER HOME $HOME ENVLIB $ENVLIB |