"git@developer.sourcefind.cn:modelzoo/llava_vllm.git" did not exist on "ff2c99fdfa95a6c964c32f78ca6bcc7187fc2613"
Unverified Commit 2bef5501 authored by Illia Silin's avatar Illia Silin Committed by GitHub
Browse files

restore cron trigger (#1863)

parent 800cf897
......@@ -722,6 +722,9 @@ CRON_SETTINGS = BRANCH_NAME == "develop" ? '''0 23 * * * % RUN_FULL_QA=true;ROCM
pipeline {
agent none
triggers {
parameterizedCron(CRON_SETTINGS)
}
options {
parallelsAlwaysFailFast()
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment