Created
November 12, 2014 16:02
-
-
Save nelsnelson/709f051a244d9fca96eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bash | |
export REPO_URL=https://review.openstack.org/p | |
export WORKSPACE=/home/jenkins/workspace/testing | |
export ZUUL_REF=HEAD | |
export ZUUL_PROJECT=openstack/nova | |
export ZUUL_BRANCH=master | |
export PYTHONUNBUFFERED=true | |
export DEVSTACK_GATE_TIMEOUT=120 | |
export DEVSTACK_GATE_TEMPEST=1 | |
export DEVSTACK_GATE_TEMPEST_FULL=1 | |
export RE_EXEC=true | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment