-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flexible pipeline does not work ? #8809
Comments
@belforte You need to explicitly use true and not t.
I used this to create the pipeline https://gitlab.cern.ch/crab3/CRABServer/-/pipelines/8584828 |
I see. Will try when done with current emergency |
The ci-trigger scripts have been updated and explicit true is used everywhere now. See #8812 |
I have not tested status tracking yet, but I noticed that even if I don't, the jobs are still submitted https://gitlab.cern.ch/crab3/CRABServer/-/jobs/46494960 I am still confused |
@belforte By default, the SUBMIT_STATUS_TRACKING is true. So if you don't specify anything, they will be submitted. You can turn it off by specifying it as false. |
isn't it odd that by default sunmission is true but checking is false ? if there's no check, why submit ? |
Hmm...makes sense. I can turn the default to false. |
IMHO there should be only one flag: to execute or not a given test, which controls both submission and checking. |
I tried this, after tagging a local clone of current
master
pipeline: https://gitlab.cern.ch/crab3/CRABServer/-/pipelines/8572192
and this
pipeline: https://gitlab.cern.ch/crab3/CRABServer/-/pipelines/8572202
but in both cases the standard pipeline was run with un-desired build-deploy steps and the status tracking tasks were not submitted, nor looked for.
Can you please document how the new options work ? Best with new files in
cicd/trigger-ci/
The text was updated successfully, but these errors were encountered: