Skip to content

Commit 3a84fc2

Browse files
committed
Update MAINTAINERS file.
1 parent 337997d commit 3a84fc2

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

MAINTAINERS.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22

33
## Running tests
44

5-
To run the entire test set, run:
5+
To run the entire test set, first set the following environment variables:
6+
7+
- `DOCKERNAMESPACE` to your docker hub account
8+
- `VERBOSE` to `1` (default is empty)
9+
- `LONG` to `1` (default is empty, which skips lots of tests)
10+
- `ARANGODB` to the name of a community image you want to test,
11+
default is `arangodb/arangodb:latest`
12+
- `ENTERPRISEIMAGE` to the name of an enterprise image, you want to
13+
test, if not set, some tests are skipped
14+
- `ARANGO_LICENSE_KEY` to the enterpise license key
15+
- `KUBECONFIG` to the path to some k8s configuration with
16+
credentials, this indicates which cluster to use
617

718
```bash
8-
export DOCKERNAMESPACE=<your docker hub account>
919
make clean
1020
make build
1121
make run-tests
@@ -16,6 +26,14 @@ make run-tests
1626
To prepare for a release, do the following:
1727

1828
- Make sure all tests are OK.
29+
- To run a complete set of tests, do the following:
30+
31+
Then do
32+
33+
~~~
34+
make run-tests
35+
~~~
36+
1937
- Update the CHANGELOG manually, since the automatic CHANGELOG
2038
generation is switched off (did not work in many cases).
2139

0 commit comments

Comments
 (0)