Skip to content

Tags: dmwm/CRABClient

Tags

v3.250217

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use json file for job args 5288 (#5370)

* add input_args.json to  proj_dir/local

* use --jobId arg when calling CMSRunAnalysis.*

* do not write job specific JSON files anymiore

* remove unsopported stageout option

* remove code which supported TW versions used in 2024

v3.241218

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add file splitting to recover 5330 (#5367)

* unrelated fixes

* make recover work for fileBased split. Fix #5330

* uniform naming

v3.241211

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add support for SCRAM_MIN_SUPPORTED_MICROARCH. Fix #5354 (#5362)

v3.241125

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Typo fixe: import load_source from CRABClient (#5352)

v3.241121

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Python3.12 support: Use importlib instead of deprecated imp module (#…

…5350)

v3.241107

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
make --dryrun work again with TW v3.2411xx (#5347)

v3.241030

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
recover should succeed if all lumis are pub. Fix #5344 (#5345)

v3.241029

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
report failing reason to log and console. FIx #5342 (#5343)

* better reporting, log and doc. Fix #5342

* cleanup

* fix except order

v3.241025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
respect CRAB3_CACHE_FILE=/dev/null Fix #5337 (#5338)

v3.240930

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding WAITING status in checkstatusLoop (#5336)

* Adding detailed message in case of 'WAITING' task status

See https://github.com/dmwm/CRABServer/wiki/Task-scheduling

* Removing separate elif clause for WAITING status