disabling unused test results jobs

Signed-off-by: evanchia <evanchia@amazon.com>
This commit is contained in:
evanchia
2021-12-01 14:25:55 -08:00
parent b15f97ae97
commit 7e8822b1a8
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -103,7 +103,7 @@
"CMAKE_LY_PROJECTS": "AutomatedTesting",
"CMAKE_TARGET": "TEST_SUITE_periodic",
"CTEST_OPTIONS": "-L \"(SUITE_periodic)\"",
"TEST_RESULTS": "True"
"TEST_RESULTS": "False"
}
},
"benchmark_test_profile": {
@@ -120,7 +120,7 @@
"CMAKE_LY_PROJECTS": "AutomatedTesting",
"CMAKE_TARGET": "TEST_SUITE_benchmark",
"CTEST_OPTIONS": "-L \"(SUITE_benchmark)\"",
"TEST_RESULTS": "True"
"TEST_RESULTS": "False"
}
},
"release": {