Closed dingp closed 2 years ago
[pding@np04-srv-014 dingpf]$ dbt-create.py -c -n last_successful dev-last2
Release "last_successful" requested; interpreting this as release "N22-04-18"
Setting up the Python subsystem.
Total time to run /scratch/dingpf/daq-buildtools/bin/dbt-create.py: 432 seconds
Start time: Mon Apr 18 20:25:09 CEST 2022
End time: Mon Apr 18 20:32:21 CEST 2022
See https://dune-daq-sw.readthedocs.io/en/latest/packages/daq-buildtools for build instructions
Script completed successfully
The bug fix (bdfc51169f3c9e249eddc0b185e8d8545031f12a ) worked. I was also able to verify that the latest nightly from CI is working.
I created
last_successul
symlink underspack-nightly
just as what we did for UPS releases. However, I found thatdbt-create.py
does not work well with it.The fix would be something like
dbt-create.py
checks if the release name is a symlink underspack-nightly
, and use the linked release name if so.Something like the following (but converted into python). These are used by package level nightly CI jobs.