Skip to content
Draft
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
2 changes: 2 additions & 0 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,10 @@ def getSmartTAVContext() {
}
} else if (params.Run_As_Master_Branch) {
context.ghDescription = 'TAV Test param-triggered'
// XXX could change this to look for .tav.yml files under test/instrumentation/modules
context.tav = readYaml(file: '.ci/.jenkins_tav.yml')
} else if (env.CHANGE_ID && env.TAV_UPDATED != "false") {
// XXX What is this used for?
context.ghContextName = 'TAV Test Subset'
context.ghDescription = 'TAV Test changes-triggered'
sh '.ci/scripts/get_tav.sh .ci/.jenkins_generated_tav.yml'
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
/node_modules
/test/benchmarks/.tmp
/tmp
/test/instrumentation/**/node_modules
Loading