Autosubmit prints "File jobs_a005.yml was not found" for experiment with minimal configuration
( This is a template for bug reports. Please fill in the relevant information and delete the rest. )
Hello @dbeltran and @bdepaula,
Autosubmit Version
main
Expid affected(If applicable)
NA
Which task has issues? Where is the log(If applicable)
NA
Summary
I've created an experiment with -min
and -local
. Running autosubmit report
results in the following lines:
Reloading configuration files, due a change in the following files: []
Autosubmit couldn't retrieve performance metrics.
Creating jobs...
Loading JobList
Adding dependencies...
Removing redundant dependencies...
File jobs_a005.yml was not found.
Using existing valid structure.
Looking for edgeless jobs...
As I am troubleshooting something, I thought "File jobs_a005.yml was not found." could be important, but debugging it looks like it's just an info log, not a warning nor anything.
There are other files missing, like expdef_a005.yml
, but these are not reported. IMO we probably should report all or none, to avoid possibly confusing users.
Steps to reproduce
Create a minimal experiment, with jobs in some file in the custom config dir, like jobs.yml
.
What is the current bug behavior?
See above.
What is the expected correct behavior?
Information displayed is consistent and helpful to inform users on the experiment progress and configuration.
Relevant logs and/or screenshots(if applicable)
(Paste any relevant logs - use code blocks (```) to format console output, logs, and code, as it's very hard to read otherwise.)
Any other relevant information(if applicable)
()