-
Can I reduce the number of jobs |
Beta Was this translation helpful? Give feedback.
Answered by
forsyth2
Aug 5, 2022
Replies: 1 comment 2 replies
-
Yes, the job bundling option introduced in #243 can be used. For an example configuration file, see https://github.com/E3SM-Project/zppy/blob/main/tests/integration/template_bundles.cfg. Notable:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
forsyth2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, the job bundling option introduced in #243 can be used. For an example configuration file, see https://github.com/E3SM-Project/zppy/blob/main/tests/integration/template_bundles.cfg.
Notable:
[bundle]
to specify bundle-specific option.bundle = "<bundle-name>"
.bundle = "bundle2" # Override bundle1
)