SPEC-6276 Move ci_build and ci_build_metrics to scripts\build

This commit is contained in:
Esteban Papp
2021-04-14 14:40:42 -07:00
committed by GitHub
parent 9c01e993db
commit 4a3d24f189
161 changed files with 42 additions and 14760 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ def CheckoutBootstrapScripts(String branchName) {
sparseCheckoutPaths: [
[ $class: "SparseCheckoutPath", path: "scripts/build/Jenkins/" ],
[ $class: "SparseCheckoutPath", path: "scripts/build/bootstrap/" ],
[ $class: "SparseCheckoutPath", path: "Tools/build/JenkinsScripts/build/Platform" ]
[ $class: "SparseCheckoutPath", path: "scripts/build/Platform" ]
]
],
[
+5 -5
View File
@@ -1,12 +1,12 @@
{
"BUILD_ENTRY_POINT": "Tools/build/JenkinsScripts/build/ci_build.py",
"BUILD_ENTRY_POINT": "scripts/build/ci_build.py",
"PIPELINE_CONFIGS": [
"Tools/build/JenkinsScripts/build/Platform/*/pipeline.json",
"restricted/*/Tools/build/JenkinsScripts/build/pipeline.json"
"scripts/build/Platform/*/pipeline.json",
"restricted/*/scripts/build/pipeline.json"
],
"BUILD_CONFIGS": [
"Tools/build/JenkinsScripts/build/Platform/*/build_config.json",
"restricted/*/Tools/build/JenkinsScripts/build/build_config.json"
"scripts/build/Platform/*/build_config.json",
"restricted/*/scripts/build/build_config.json"
],
"PYTHON_DIR": "python"
}