blob: d32f93ece4ef19bb1b4c77cd6c315197f2f69599 [file] [log] [blame]
Martin Polreich1dbadf52017-05-17 15:01:11 +02001---
2driver:
3 name: docker
4 hostname: java.ci.local
5 use_sudo: false
6
7provisioner:
8 name: salt_solo
9 salt_install: bootstrap
10 salt_bootstrap_url: https://bootstrap.saltstack.com
11 salt_version: latest
12 require_chef: false
13 log_level: error
14 formula: java
15 grains:
16 noservices: True
17 state_top:
18 base:
19 "*":
20 - java
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - java
26
27verifier:
28 name: inspec
29 sudo: true
30
Martin Polreich455b2b32019-10-14 18:34:57 +020031docker_images:
32 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/mirantis/drivetrain/salt-formulas-ci/salt-formulas-ci-xenial-2017.7:latest'%>
Martin Polreich1dbadf52017-05-17 15:01:11 +020033
34platforms:
Martin Polreich455b2b32019-10-14 18:34:57 +020035 - name: xenial-2017.7
Martin Polreich1dbadf52017-05-17 15:01:11 +020036 driver_config:
Martin Polreich455b2b32019-10-14 18:34:57 +020037 image: *xenial-20177
Martin Polreich1dbadf52017-05-17 15:01:11 +020038 platform: ubuntu
39
40suites:
Martin Polreich4e10d872018-01-10 12:01:41 +010041 - name: openjdk-9
Martin Polreich8cccbd32017-08-25 12:16:45 +020042 provisioner:
43 pillars-from-files:
Martin Polreich4e10d872018-01-10 12:01:41 +010044 java.sls: tests/pillar/openjdk-9.sls
Martin Polreich8cccbd32017-08-25 12:16:45 +020045
Martin Polreicha3691cf2018-04-18 11:22:07 +020046 - name: openjdk-10
47 provisioner:
48 pillars-from-files:
49 java.sls: tests/pillar/openjdk-10.sls
50
Martin Polreich455b2b32019-10-14 18:34:57 +020051 - name: oracle-jdk-13
Martin Polreich8cccbd32017-08-25 12:16:45 +020052 provisioner:
53 pillars-from-files:
Martin Polreich455b2b32019-10-14 18:34:57 +020054 java.sls: tests/pillar/oracle-jdk-13.sls
Martin Polreicha66ab062017-08-08 14:03:01 +020055# vim: ft=yaml sw=2 ts=2 sts=2 tw=125