Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 20, 2020
1 parent 19b120a commit 8373eba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ test: &test
name: test
command: |
docker-compose -f tests/docker-compose-ci.yml build
docker-compose -f tests/docker-compose-ci.yml up -d splunk
sleep 90
docker-compose -f tests/docker-compose-ci.yml up --abort-on-container-exit
no_output_timeout: 1h
- run:
Expand Down Expand Up @@ -96,21 +98,21 @@ jobs:
- image: circleci/python:3.7
environment:
SYSLOG: "master"
SPLUNK_VERSION: "8.0.1"
SPLUNK_VERSION: "8.0.2"
<<: *test
test-sc4s-3-25-1-splunk-7-3:
docker:
- image: circleci/python:3.7
environment:
SYSLOG: "syslog-ng-3.25.1"
SPLUNK_VERSION: "7.3"
SPLUNK_VERSION: "7.3.4"
<<: *test
test-sc4s-3-25-1-splunk-7-2:
docker:
- image: circleci/python:3.7
environment:
SYSLOG: "syslog-ng-3.25.1"
SPLUNK_VERSION: "7.2"
SPLUNK_VERSION: "7.2.9"
<<: *test

tag-alpha:
Expand Down
3 changes: 1 addition & 2 deletions tests/docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
- SC4S_LISTEN_PFSENSE_TCP_PORT=5006
- SC4S_ARCHIVE_GLOBAL=no
splunk:
build:
build:
context: ../splunk
args:
- SPLUNK_VERSION=${SPLUNK_VERSION}
Expand All @@ -63,7 +63,6 @@ services:
- SPLUNK_HEC_TOKEN=70b6ae71-76b3-4c38-9597-0c5b37ad9630
- SPLUNK_PASSWORD=Changed@11
- SPLUNK_START_ARGS=--accept-license


volumes:
results:
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
pytest
jinja2
jinja2-time
splunk-sdk==1.6.11
splunk-sdk
flake8
pytz
flaky
Expand Down

0 comments on commit 8373eba

Please sign in to comment.