Skip to content

Commit

Permalink
adding cluster name based on version of splunk
Browse files Browse the repository at this point in the history
Signed-off-by: vivekr-splunk <vivekr@splunk.com>
  • Loading branch information
vivekr-splunk committed Oct 3, 2023
1 parent cbe17a8 commit de6957e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-test-push-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ jobs:
managersecret,
managermc,
]
include:
- splunk_version: "splunk/splunk:9.0.5"
row: "9-0-5"
- splunk_version: "splunk/splunk:9.1.1"
row: "9-1-1"
runs-on: ubuntu-latest
env:
CLUSTER_NODES: 1
Expand All @@ -168,7 +173,7 @@ jobs:
steps:
- name: Set Test Cluster Name
run: |
echo "TEST_CLUSTER_NAME=eks-integration-test-cluster-${{ matrix.test }}-$GITHUB_RUN_ID" >> $GITHUB_ENV
echo "TEST_CLUSTER_NAME=eks-integration-test-${{ matrix.row }}-${{ matrix.test }}-$GITHUB_RUN_ID" >> $GITHUB_ENV
- name: Chekcout code
uses: actions/checkout@v2
- name: Dotenv Action
Expand Down

0 comments on commit de6957e

Please sign in to comment.