@@ -11,16 +11,14 @@ driver:
1111# Make sure the platforms listed below match up with
1212# the `env.matrix` instances defined in `.travis.yml`
1313platforms :
14- - name : amazonlinux
14+ # # SALT `master`
15+ - name : amazonlinux-1-master-py2
1516 driver :
1617 image : amazonlinux:1
17- platform : rhel
18- run_command : /sbin/init
1918 provision_command :
20- # install latest stable Salt
21- - curl -L https://bootstrap.saltstack.com | sh -s -- -X
22-
23- # # SALT `master`
19+ - curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
20+ - sh bootstrap-salt.sh -XdPfq -x python2 git master
21+ run_command : /sbin/init
2422 - name : debian-10-master-py3
2523 driver :
2624 image : netmanagers/salt-master-py3:debian-10
@@ -73,6 +71,13 @@ platforms:
7371 run_command : /usr/lib/systemd/systemd
7472
7573 # # SALT `2019.2`
74+ - name : amazonlinux-1-2019-2-py2
75+ driver :
76+ image : amazonlinux:1
77+ provision_command :
78+ - curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
79+ - sh bootstrap-salt.sh -XdPfq -x python2 git 2019.2
80+ run_command : /sbin/init
7681 - name : debian-10-2019-2-py3
7782 driver :
7883 image : netmanagers/salt-2019.2-py3:debian-10
@@ -111,6 +116,13 @@ platforms:
111116 - name : fedora-30-2018-3-py3
112117 driver :
113118 image : netmanagers/salt-2018.3-py3:fedora-30
119+ - name : amazonlinux-1-2018-3-py2
120+ driver :
121+ image : amazonlinux:1
122+ provision_command :
123+ - curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
124+ - sh bootstrap-salt.sh -XdPfq -x python2 git 2018.3
125+ run_command : /sbin/init
114126 - name : debian-9-2018-3-py2
115127 driver :
116128 image : netmanagers/salt-2018.3-py2:debian-9
@@ -137,6 +149,13 @@ platforms:
137149 run_command : /usr/lib/systemd/systemd
138150
139151 # # SALT `2017.7`
152+ - name : amazonlinux-1-2017-7-py2
153+ driver :
154+ image : amazonlinux:1
155+ provision_command :
156+ - curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
157+ - sh bootstrap-salt.sh -XdPfq -x python2 git 2017.7
158+ run_command : /sbin/init
140159 - name : debian-8-2017-7-py2
141160 driver :
142161 image : netmanagers/salt-2017.7-py2:debian-8
0 commit comments