Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -392,24 +392,6 @@ def executeStandardTests() {
}
}

try {
sh label: 'Execute DataStax Astra integration tests', script: '''#!/bin/bash -lex
. ./jenkins-venv/bin/activate

# Load CCM environment variable
set -o allexport
. ${HOME}/environment.txt
set +o allexport

. ${JABBA_SHELL}
jabba use 1.8

EVENT_LOOP=${EVENT_LOOP} CLOUD_PROXY_PATH="${HOME}/proxy/" CASSANDRA_VERSION=${CCM_CASSANDRA_VERSION} MAPPED_CASSANDRA_VERSION=${MAPPED_CASSANDRA_VERSION} VERIFY_CYTHON=${CYTHON_ENABLED} JVM_EXTRA_OPTS="$JVM_EXTRA_OPTS -Xss384k" pytest -s -v --log-format="[%(levelname)s] %(asctime)s %(thread)d: %(message)s" --junit-xml=advanced_results.xml tests/integration/cloud/
'''
} catch (err) {
currentBuild.result = 'UNSTABLE'
}

if (env.PROFILE == 'FULL') {
try {
sh label: 'Execute long running integration tests', script: '''#!/bin/bash -lex
Expand Down
113 changes: 0 additions & 113 deletions tests/integration/cloud/__init__.py

This file was deleted.

10 changes: 0 additions & 10 deletions tests/integration/cloud/conftest.py

This file was deleted.

244 changes: 0 additions & 244 deletions tests/integration/cloud/test_cloud.py

This file was deleted.

Loading