mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
Rename CI_ENABLE_ALL_TESTS to CI_ENABLE_LONG_TESTS
New name is more descriptive and allows us to created more optional
test sets.
(cherry picked from commit c7a8f61055
)
This commit is contained in:
@@ -998,7 +998,7 @@ system:gcc:bookworm:amd64:
|
|||||||
<<: *debian_bookworm_amd64_image
|
<<: *debian_bookworm_amd64_image
|
||||||
<<: *system_test_job
|
<<: *system_test_job
|
||||||
variables:
|
variables:
|
||||||
CI_ENABLE_ALL_TESTS: 1
|
CI_ENABLE_LONG_TESTS: 1
|
||||||
CLEAN_BUILD_ARTIFACTS_ON_SUCCESS: 0
|
CLEAN_BUILD_ARTIFACTS_ON_SUCCESS: 0
|
||||||
TZ: Australia/Sydney
|
TZ: Australia/Sydney
|
||||||
needs: # using artifacts from unit test job is required for gcov
|
needs: # using artifacts from unit test job is required for gcov
|
||||||
@@ -1009,7 +1009,7 @@ unit:gcc:bookworm:amd64:
|
|||||||
<<: *debian_bookworm_amd64_image
|
<<: *debian_bookworm_amd64_image
|
||||||
<<: *unit_test_job
|
<<: *unit_test_job
|
||||||
variables:
|
variables:
|
||||||
CI_ENABLE_ALL_TESTS: 1
|
CI_ENABLE_LONG_TESTS: 1
|
||||||
CLEAN_BUILD_ARTIFACTS_ON_SUCCESS: 0
|
CLEAN_BUILD_ARTIFACTS_ON_SUCCESS: 0
|
||||||
needs:
|
needs:
|
||||||
- job: gcc:bookworm:amd64
|
- job: gcc:bookworm:amd64
|
||||||
|
@@ -20,7 +20,7 @@ import pytest
|
|||||||
|
|
||||||
|
|
||||||
long_test = pytest.mark.skipif(
|
long_test = pytest.mark.skipif(
|
||||||
not os.environ.get("CI_ENABLE_ALL_TESTS"), reason="CI_ENABLE_ALL_TESTS not set"
|
not os.environ.get("CI_ENABLE_LONG_TESTS"), reason="CI_ENABLE_LONG_TESTS not set"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user