Skip to content
Snippets Groups Projects
Commit b7f3223e authored by Calen Pennington's avatar Calen Pennington
Browse files

Set a specific WTW context to name coverage files to upload/download from s3

parent f5f87540
No related merge requests found
......@@ -23,7 +23,7 @@ MINIMUM_FIREFOX_VERSION = 28.0
COVERAGE_CACHE_BUCKET = "edx-tools-coverage-caches"
COVERAGE_CACHE_BASEPATH = "test_root/who_tests_what"
COVERAGE_CACHE_BASELINE = "who_tests_what.{}.baseline".format(os.environ.get('TEST_SUITE', 'all'))
COVERAGE_CACHE_BASELINE = "who_tests_what.{}.baseline".format(os.environ.get('WTW_CONTEXT', 'all'))
WHO_TESTS_WHAT_DIFF = "who_tests_what.diff"
......
......@@ -31,6 +31,9 @@ pipeline {
timestamps()
timeout(60)
}
environment {
WTW_CONTEXT = "bokchoy"
}
stages {
stage('Mark build as pending on Github') {
when {
......
......@@ -50,6 +50,7 @@ pipeline {
XDIST_WORKER_KEY_NAME = "jenkins-worker"
XDIST_WORKER_SUBNET = credentials('XDIST_WORKER_SUBNET')
XDIST_WORKER_SECURITY_GROUP = credentials('XDIST_WORKER_SECURITY_GROUP')
WTW_CONTEXT = "python"
}
stages {
stage('Mark build as pending on Github') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment