Skip to content

Commit eebd6b3

Browse files
authored
Remove references to supported platforms in testing docs (#51777)
These are coded into the directory structure, so there is no need to also list them in testing docs. relates #51480
1 parent 12a1f44 commit eebd6b3

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

TESTING.asciidoc

+3-23
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,8 @@ zip, and deb packages and all the plugins. It will then run the tests on every
340340
available system. This will take a very long time.
341341
+
342342
Fortunately, the various systems under test have their own Gradle tasks under
343-
`qa/os`. To find out what packaging combinations can be tested on a system, run
343+
`qa/os`. To find the systems tested, do a listing of the `qa/os` directory.
344+
To find out what packaging combinations can be tested on a system, run
344345
the `tasks` task. For example:
345346
+
346347
----------------------------------
@@ -360,28 +361,7 @@ will remain running and you'll have to stop them manually with `./gradlew --stop
360361

361362
All the regular vagrant commands should just work so you can get a shell in a
362363
VM running trusty by running
363-
`vagrant up ubuntu-1604 --provider virtualbox && vagrant ssh ubuntu-1604`.
364-
365-
These are the linux flavors supported, all of which we provide images for
366-
367-
* ubuntu-1604 aka xenial
368-
* ubuntu-1804 aka bionic beaver
369-
* debian-8 aka jessie
370-
* debian-9 aka stretch, the current debian stable distribution
371-
* centos-6
372-
* centos-7
373-
* rhel-8
374-
* fedora-28
375-
* fedora-29
376-
* oel-6 aka Oracle Enterprise Linux 6
377-
* oel-7 aka Oracle Enterprise Linux 7
378-
* sles-12
379-
* opensuse-42 aka Leap
380-
381-
We're missing the following from the support matrix because there aren't high
382-
quality boxes available in vagrant atlas:
383-
384-
* sles-11
364+
`vagrant up ubuntu-1804 --provider virtualbox && vagrant ssh ubuntu-1804`.
385365

386366
=== Testing packaging on Windows
387367

0 commit comments

Comments
 (0)