Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 5, 2020
1 parent a0c3711 commit 2d5f048
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
<<: *build-splunk
build-splunk-8-0:
docker:
- image: circleci/python:3.7
- image: circleci/buildpack-deps:18.04
environment:
SPLUNK: '8.0'
<<: *build-splunk
Expand All @@ -121,6 +121,20 @@ jobs:
SYSLOG: '3.25.1'
SPLUNK: '8.0'
<<: *test
test-sc4s-3-25-1-splunk-7-3:
docker:
- image: circleci/buildpack-deps:18.04
environment:
SYSLOG: '3.25.1'
SPLUNK: '7.3'
<<: *test
test-sc4s-3-25-1-splunk-7-2:
docker:
- image: circleci/python:3.7
environment:
SYSLOG: '3.25.1'
SPLUNK: '7-2'
<<: *test

workflows:
version: 2
Expand All @@ -135,4 +149,15 @@ workflows:
requires:
- build-sc4s-3-25-1
- build-splunk-8-0

- test-sc4s-master-splunk-8-0:
requires:
- build-sc4s-master
- build-splunk-8-0
- test-sc4s-3-25-1-splunk-7-3:
requires:
- build-sc4s-3-25-1
- build-splunk-7-3
- test-sc4s-3-25-1-splunk-7-2:
requires:
- build-sc4s-3-25-1
- build-splunk-7-2

0 comments on commit 2d5f048

Please sign in to comment.