Only defaults/* are to be loaded as job defaults, into _every_ job.
If you want that behavior, can add
/etc/compass-ci/defaults/admin-account.yaml
Otherwise if only a small fraction of the system need this configuration, consider create
/etc/compass-ci/admin-account.yaml
It looks fine to have
/etc/compass-ci/account/autosubmit.yaml
Just don't do this patch.
ok Thanks, Yinsi
Thanks, Fengguang
"#{ENV['HOME']}/.config/compass-ci/defaults/*.yaml"]).each do |file| load_one_defaults(file, @job) end
-- 2.23.0