From d3bf75056164c53c201ca5574ff36222c260a7e8 Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Fri, 27 Mar 2020 07:12:23 -0400 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f2b415d..4a8f8ce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: @@ -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: /.*/