Fix Slack report for Nightly CI and Past CI (#22901)
fix Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -958,7 +958,7 @@ if __name__ == "__main__":
|
|||||||
"Torch CUDA extension tests": "run_tests_torch_cuda_extensions_gpu_test_reports",
|
"Torch CUDA extension tests": "run_tests_torch_cuda_extensions_gpu_test_reports",
|
||||||
}
|
}
|
||||||
|
|
||||||
if ci_event == "push":
|
if ci_event in ["push", "Nightly CI"] or ci_event.startswith("Past CI"):
|
||||||
del additional_files["Examples directory"]
|
del additional_files["Examples directory"]
|
||||||
del additional_files["PyTorch pipelines"]
|
del additional_files["PyTorch pipelines"]
|
||||||
del additional_files["TensorFlow pipelines"]
|
del additional_files["TensorFlow pipelines"]
|
||||||
|
|||||||
Reference in New Issue
Block a user