- Update to v0.6.0 - Add support for SLES15SP[456] - Add support for Tumbleweed - Update rxe tests to use ip command - Code cleanup and refactoring - Add siw testsuite - Add vm-test to run ib, rxe and siw test on a "standard" dual VM setup - Tune rdma-ndd test for more debugability - Add ipv6 tests for IPoIB - Add multiple tests of openmpi >= 3 with different settings - Add support for 15SP6 OBS-URL: https://build.opensuse.org/request/show/1193410 OBS-URL: https://build.opensuse.org/package/show/science:HPC/hpc-testing?expand=0&rev=16
19 lines
734 B
Plaintext
19 lines
734 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/SUSE/hpc-testing.git</param>
|
|
<param name="package-meta">no</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="filename">hpc-testing</param>
|
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="revision">master</param>
|
|
<param name="extract">rpm/hpc-testing.spec</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*hpc-testing*.tar</param>
|
|
<param name="compression">bz2</param>
|
|
</service>
|
|
</services>
|