Skip to content

Commit aaaa432

Browse files
author
MarcoFalke
committed
ci: Remove "default" test env
It is unclear what the point is of maintaining a "default", the meaning of which is unclear.
1 parent fa7a87b commit aaaa432

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

ci/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ requires `bash`, `docker`, and `python3` to be installed. To install all require
2020
sudo apt install bash docker.io python3
2121
```
2222

23-
To run the default test stage,
24-
25-
```
26-
./ci/test_run_all.sh
27-
```
28-
2923
To run the test stage with a specific configuration,
3024

3125
```

ci/test/00_setup_env.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ export TEST_RUNNER_TIMEOUT_FACTOR=${TEST_RUNNER_TIMEOUT_FACTOR:-40}
4646
export TEST_RUNNER_ENV=${TEST_RUNNER_ENV:-}
4747
export RUN_FUZZ_TESTS=${RUN_FUZZ_TESTS:-false}
4848

49-
export CONTAINER_NAME=${CONTAINER_NAME:-ci_unnamed}
50-
export CI_IMAGE_NAME_TAG=${CI_IMAGE_NAME_TAG:-ubuntu:20.04}
5149
# Randomize test order.
5250
# See https://www.boost.org/doc/libs/1_71_0/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/random.html
5351
export BOOST_TEST_RANDOM=${BOOST_TEST_RANDOM:-1}

0 commit comments

Comments
 (0)