diff options
author | Markos Chandras <mchandras@suse.de> | 2017-11-28 15:45:02 +0000 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2017-11-28 15:46:01 +0000 |
commit | 434ddc04e8af002dac64eff23678c3f6bf37cffd (patch) | |
tree | dfa114f822fe7bfe94861f3b219c3af91e4203dc /jjb | |
parent | c22d5765b18e0bda4b8ecd0a33066b4c2d4551dc (diff) |
Revert "jjb: xci: xci-verify-jobs: Enable tempest for XCI"
This reverts commit 130a166b57d708cadba8a5917eadf0025fc17c6b.
It was very optimistic to enable tempest in the CI jobs so disable
it until we understand the problems. They are most likely related
to limited HW resources but we need to confirm that.
Change-Id: Id9ff9a4ca047140341c98411c0c57243d47001a9
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/xci/xci-verify-jobs.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml index b1b868d3f..93ca18708 100644 --- a/jjb/xci/xci-verify-jobs.yml +++ b/jjb/xci/xci-verify-jobs.yml @@ -281,7 +281,6 @@ export INSTALLER_TYPE=$INSTALLER_TYPE export GIT_BASE=$GIT_BASE export JENKINS_HOME=$JENKINS_HOME - export RUN_TEMPEST=true cd xci ./xci-deploy.sh |