Merge pull request #21354 from cpennington/specific-wtw-context-for-s3-files
Set a specific WTW context to name coverage files to upload/download …
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
|
||||
@@ -33,6 +33,9 @@ pipeline {
|
||||
timestamps()
|
||||
timeout(60)
|
||||
}
|
||||
environment {
|
||||
WTW_CONTEXT = "bokchoy"
|
||||
}
|
||||
stages {
|
||||
stage('Mark build as pending on Github') {
|
||||
when {
|
||||
|
||||
@@ -52,6 +52,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') {
|
||||
|
||||
Reference in New Issue
Block a user