Skip to content

Commit 3cba3c5

Browse files
Update runtests.md with multi-repo info
1 parent 63d3605 commit 3cba3c5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: docs/src/runtests.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,11 @@
3131

3232
## To test a bundle, i.e. a combination of modifications in IAL and other repos
3333

34-
Use command `davai-new_xp_from_bundle`. The rest is identical.
34+
Use command `davai-new_xp_from_bundle`, providing a bundle refering to your contributions (cf. `-h` for help).
35+
36+
You will have the choice to create a main pack, i.e. recompiling all sources of all packages from scratch, or an incremental pack, relying on a pre-compiled pack based on your branch direct tagged ancestor, and compiling only:
37+
* your modified files and direct dependencies in IAL
38+
* the packages that you specified in the bundle using attribute `incremental_pack`, in bulk, cf. [IAL-bundle doc](https://github.com/ACCORD-NWP/IAL-bundle?tab=readme-ov-file#about-the-bundle-approach).
39+
The choice of main vs. incremental pack is to be set in your experiment config file (`conf/davai_nrv.ini`), attribute `packtype=main|incr`
40+
41+
The rest is identical.

0 commit comments

Comments
 (0)