Add extra lines for system-tests above 200 to distribute the number of test per lane better. Previously the last lane was running more than 100 tests thus taking longer.
Signed-off-by: Ales Musil <amu...@redhat.com> --- .github/workflows/test.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d5dfdf9c6..b6e461129 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -112,13 +112,17 @@ jobs: - { compiler: gcc, testsuite: test, libs: -ljemalloc, test_range: "301-600" } - { compiler: gcc, testsuite: test, libs: -ljemalloc, test_range: "601-", unstable: unstable } - { compiler: gcc, testsuite: system-test-dpdk, dpdk: dpdk, test_range: "-100" } - - { compiler: gcc, testsuite: system-test-dpdk, dpdk: dpdk, test_range: "101-", unstable: unstable } + - { compiler: gcc, testsuite: system-test-dpdk, dpdk: dpdk, test_range: "101-200" } + - { compiler: gcc, testsuite: system-test-dpdk, dpdk: dpdk, test_range: "201-", unstable: unstable } - { compiler: gcc, testsuite: system-test-userspace, test_range: "-100" } - - { compiler: gcc, testsuite: system-test-userspace, test_range: "101-", unstable: unstable } + - { compiler: gcc, testsuite: system-test-userspace, test_range: "101-200" } + - { compiler: gcc, testsuite: system-test-userspace, test_range: "201-", unstable: unstable } - { compiler: gcc, testsuite: system-test, test_range: "-100" } - - { compiler: gcc, testsuite: system-test, test_range: "101-", unstable: unstable } + - { compiler: gcc, testsuite: system-test, test_range: "101-200" } + - { compiler: gcc, testsuite: system-test, test_range: "201-", unstable: unstable } - { compiler: clang, testsuite: system-test, sanitizers: sanitizers, test_range: "-100" } - - { compiler: clang, testsuite: system-test, sanitizers: sanitizers, test_range: "101-", unstable: unstable } + - { compiler: clang, testsuite: system-test, sanitizers: sanitizers, test_range: "101-200" } + - { compiler: clang, testsuite: system-test, sanitizers: sanitizers, test_range: "201-", unstable: unstable } - { arch: x86, compiler: gcc, opts: --disable-ssl } steps: -- 2.49.0 _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev