Browse code

Make most platform jobs run with python3

python2.7 will be EOL soon, let's test on python3 instead.
Exclude CentOS 7, as there is no python3 easily available.

Change-Id: I24d8812c0c37b6d376fd5ae38067513bb62a2804

Jens Harbott authored on 2019/02/14 21:56:48
Showing 1 changed files
... ...
@@ -496,21 +496,21 @@
496 496
 
497 497
 - job:
498 498
     name: devstack-platform-opensuse-150
499
-    parent: tempest-full
499
+    parent: tempest-full-py3
500 500
     description: openSUSE 15.0 platform test
501 501
     nodeset: devstack-single-node-opensuse-150
502 502
     voting: false
503 503
 
504 504
 - job:
505 505
     name: devstack-platform-fedora-latest
506
-    parent: tempest-full
506
+    parent: tempest-full-py3
507 507
     description: Fedora latest platform test
508 508
     nodeset: devstack-single-node-fedora-latest
509 509
     voting: false
510 510
 
511 511
 - job:
512 512
     name: devstack-platform-xenial
513
-    parent: tempest-full
513
+    parent: tempest-full-py3
514 514
     description: Ubuntu Xenial platform test
515 515
     nodeset: openstack-single-node-xenial
516 516
     voting: false