ci: set test step in ci when tdgpt file changed

This commit is contained in:
chenhaoran 2024-11-25 17:31:38 +08:00
parent 7688c3b7d9
commit 1aaf254ee8
1 changed files with 13 additions and 11 deletions

View File

@ -463,6 +463,7 @@ pipeline {
WIN_SYSTEM_TEST_ROOT="C:\\workspace\\${env.EXECUTOR_NUMBER}\\TDinternal\\community\\tests\\system-test"
}
steps {
script {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
timeout(time: 126, unit: 'MINUTES'){
if (file_no_doc_changed =~ /forecastoperator.c|anomalywindowoperator.c/) {
@ -479,6 +480,7 @@ pipeline {
}
}
}
}
stage('mac test') {
agent{label " Mac_catalina "}
steps {