Skip to content

Commit

Permalink
Merge pull request #384 from splunk/fix-ci-job-names
Browse files Browse the repository at this point in the history
Fix circleci job names
  • Loading branch information
Ryan Faircloth authored and GitHub committed Mar 27, 2020
2 parents 7fe1098 + d3bf750 commit d3c7c77
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,28 +86,28 @@ docker_tag: &docker_tag
docker tag splunk/scs:${CIRCLE_SHA1} splunk/scs:${SEM_LEVEL}
docker push splunk/scs:${SEM_LEVEL}
jobs:
test-sc4s-3-25-1-splunk-8-0:
test-sc4s-current-splunk-8-0:
docker:
- image: circleci/python:3.7
environment:
SYSLOG: "syslog-ng-3.26.1"
SPLUNK_VERSION: "8.0.2"
<<: *test
test-sc4s-master-splunk-8-0:
test-sc4s-next-splunk-8-0:
docker:
- image: circleci/python:3.7
environment:
SYSLOG: "master"
SPLUNK_VERSION: "8.0.2"
<<: *test
test-sc4s-3-25-1-splunk-7-3:
test-sc4s-current-splunk-7-3:
docker:
- image: circleci/python:3.7
environment:
SYSLOG: "syslog-ng-3.26.1"
SPLUNK_VERSION: "7.3.4"
<<: *test
test-sc4s-3-25-1-splunk-7-2:
test-sc4s-current-splunk-7-2:
docker:
- image: circleci/python:3.7
environment:
Expand Down Expand Up @@ -242,19 +242,19 @@ workflows:
version: 2
build_test:
jobs:
- test-sc4s-3-25-1-splunk-8-0
- test-sc4s-current-splunk-8-0
# filters:
# branches:
# only: /.*/
- test-sc4s-master-splunk-8-0
- test-sc4s-next-splunk-8-0
# filters:
# branches:
# only: /.*/
- test-sc4s-3-25-1-splunk-7-3
- test-sc4s-current-splunk-7-3
# filters:
# branches:
# only: /.*/
- test-sc4s-3-25-1-splunk-7-2
- test-sc4s-current-splunk-7-2
# filters:
# branches:
# only: /.*/
Expand Down

0 comments on commit d3c7c77

Please sign in to comment.