@@ -340,7 +340,8 @@ zip, and deb packages and all the plugins. It will then run the tests on every
340
340
available system. This will take a very long time.
341
341
+
342
342
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
344
345
the `tasks` task. For example:
345
346
+
346
347
----------------------------------
@@ -360,28 +361,7 @@ will remain running and you'll have to stop them manually with `./gradlew --stop
360
361
361
362
All the regular vagrant commands should just work so you can get a shell in a
362
363
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`.
385
365
386
366
=== Testing packaging on Windows
387
367
0 commit comments