From c04369d2e5ea98bb556a878f417e5b261efdf857 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Thu, 1 Nov 2018 11:25:29 -0700 Subject: [PATCH] Stop loading fixtures in TEST --- Jenkinsfile | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4fc7aa03ab..f1c0bf682d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -435,18 +435,6 @@ pipeline { new GitHubHelper().createDeploymentStatus(this, ghDeploymentId, 'SUCCESS', ['targetUrl':"${targetTestURL}"]) echo "TEST deployment successful." - echo "Loading fixtures" - def firstPod = pods.objects()[0].metadata.name - openshift.exec(firstPod, "--", "bash -c '\ - cd /opt/app-root/src/backend; \ - python manage.py loaddata \ - gwells-codetables.json \ - wellsearch-codetables.json \ - registries-codetables.json \ - registries.json \ - aquifers.json \ - wellsearch.json.gz; \ - python manage.py createinitialrevisions'") } } }