Skip to content

Commit

Permalink
Separate pre-merge CI job to two parts
Browse files Browse the repository at this point in the history
To balance the duration, separate pre-merge CI job to two parts:
    premergeUT1(2 shims' UT + 1/3 of the integration tests)
    premergeUT2(1 shim's UT + 2/3 of the integration tests), for balancing the duration

Signed-off-by: timl <[email protected]>
  • Loading branch information
NvTimLiu committed Dec 5, 2024
1 parent e2d3fb9 commit 91cc872
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -936,13 +936,14 @@
Build and run unit tests on one specific version for each sub-version (e.g. 320, 330)
Base shim version (320 currently) should be covered in default mvn verify command of premerge script,
so base shim version is removed from the premergeUT list.
Separate the versions to two parts (premergeUT1, premergeUT2) for balancing the duration
Separate the versions to two parts: premergeUT1(2 shims' UT + 1/3 of the integration tests)
and premergeUT2(1 shim's UT + 2/3 of the integration tests), for balancing the duration
-->
<premergeUT1.buildvers>
320
320,
330
</premergeUT1.buildvers>
<premergeUT2.buildvers>
330,
340
</premergeUT2.buildvers>
<premergeUTF8.buildvers>
Expand Down
7 changes: 4 additions & 3 deletions scala2.13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -936,13 +936,14 @@
Build and run unit tests on one specific version for each sub-version (e.g. 320, 330)
Base shim version (320 currently) should be covered in default mvn verify command of premerge script,
so base shim version is removed from the premergeUT list.
Separate the versions to two parts (premergeUT1, premergeUT2) for balancing the duration
Separate the versions to two parts: premergeUT1(2 shims' UT + 1/3 of the integration tests)
and premergeUT2(1 shim's UT + 2/3 of the integration tests), for balancing the duration
-->
<premergeUT1.buildvers>
320
320,
330
</premergeUT1.buildvers>
<premergeUT2.buildvers>
330,
340
</premergeUT2.buildvers>
<premergeUTF8.buildvers>
Expand Down

0 comments on commit 91cc872

Please sign in to comment.