Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 11, 2020
1 parent 9052cb3 commit 3f9a904
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
docker:
- image: circleci/python:3.7
environment:
SYSLOG: "3.25.1"
SYSLOG: "syslog-ng- 3.25.1"
SPLUNK: "8.0"
<<: *test
test-sc4s-master-splunk-8-0:
Expand All @@ -108,22 +108,22 @@ jobs:
docker:
- image: circleci/python:3.7
environment:
SYSLOG: "3.25.1"
SYSLOG: "syslog-ng-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"
SYSLOG: "syslog-ng-3.25.1"
SPLUNK: "7-2"
<<: *test

publish-edge:
docker:
- image: circleci/python:3.7
environment:
SYSLOG: "3.25.1"
SYSLOG: "syslog-ng-3.25.1"
SPLUNK: "8.0"
DOCKER_TAG: edge
GHR_FLAGS: -prerelease
Expand All @@ -132,7 +132,7 @@ jobs:
docker:
- image: circleci/python:3.7
environment:
SYSLOG: "3.25.1"
SYSLOG: "syslog-ng-3.25.1"
SPLUNK: "8.0"
DOCKER_TAG: latest
<<: *publish
Expand Down
5 changes: 4 additions & 1 deletion tests/docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ services:
- results:/work/test-results

sc4s:
build: ../package
build:
context: ../package
args:
- BRANCH: ${SYSLOG}
hostname: sc4s
#When this is enabled test_common will fail
# command: -det
Expand Down

0 comments on commit 3f9a904

Please sign in to comment.