Skip to content

Commit 0129b56

Browse files
test smoke and integration tests with splunk:10.0.2
1 parent b311250 commit 0129b56

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/build-test-push-workflow.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- develop
8+
- test_splunk_10.0.2
89
jobs:
910
check-formating:
1011
runs-on: ubuntu-latest
@@ -55,7 +56,7 @@ jobs:
5556
runs-on: ubuntu-latest
5657
needs: unit-tests
5758
env:
58-
SPLUNK_ENTERPRISE_IMAGE: ${{ secrets.SPLUNK_ENTERPRISE_IMAGE }}
59+
SPLUNK_ENTERPRISE_IMAGE: splunk/splunk:10.0.2
5960
SPLUNK_OPERATOR_IMAGE_NAME: splunk/splunk-operator
6061
ECR_REPOSITORY: ${{ secrets.ECR_REPOSITORY }}
6162
S3_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
@@ -110,7 +111,7 @@ jobs:
110111
runs-on: ubuntu-latest
111112
needs: build-operator-image
112113
env:
113-
SPLUNK_ENTERPRISE_IMAGE: ${{ secrets.SPLUNK_ENTERPRISE_IMAGE }}
114+
SPLUNK_ENTERPRISE_IMAGE: splunk/splunk:10.0.2
114115
SPLUNK_OPERATOR_IMAGE_NAME: splunk/splunk-operator
115116
ECR_REPOSITORY: ${{ secrets.ECR_REPOSITORY }}
116117
S3_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
@@ -171,7 +172,7 @@ jobs:
171172
env:
172173
CLUSTER_NODES: 1
173174
CLUSTER_WORKERS: 3
174-
SPLUNK_ENTERPRISE_IMAGE: ${{ secrets.SPLUNK_ENTERPRISE_IMAGE }}
175+
SPLUNK_ENTERPRISE_IMAGE: splunk/splunk:10.0.2
175176
SPLUNK_ENTERPRISE_RELEASE_IMAGE: ${{ secrets.SPLUNK_ENTERPRISE_RELEASE_IMAGE }}
176177
SPLUNK_OPERATOR_IMAGE_NAME: splunk/splunk-operator
177178
SPLUNK_OPERATOR_IMAGE_FILENAME: splunk-operator

.github/workflows/int-test-workflow.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ on:
55
- develop
66
- main
77
- feature**
8+
- test_splunk_10.0.2
89
jobs:
910
build-operator-image:
1011
runs-on: ubuntu-latest
1112
timeout-minutes: 360
1213
env:
13-
SPLUNK_ENTERPRISE_IMAGE: ${{ secrets.SPLUNK_ENTERPRISE_IMAGE }}
14+
SPLUNK_ENTERPRISE_IMAGE: splunk/splunk:10.0.2
1415
SPLUNK_OPERATOR_IMAGE_NAME: splunk/splunk-operator
1516
ECR_REPOSITORY: ${{ secrets.ECR_REPOSITORY }}
1617
S3_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
@@ -67,7 +68,7 @@ jobs:
6768
env:
6869
CLUSTER_NODES: 1
6970
CLUSTER_WORKERS: 3
70-
SPLUNK_ENTERPRISE_IMAGE: ${{ secrets.SPLUNK_ENTERPRISE_IMAGE }}
71+
SPLUNK_ENTERPRISE_IMAGE: splunk/splunk:10.0.2
7172
SPLUNK_OPERATOR_IMAGE_NAME: splunk/splunk-operator
7273
SPLUNK_OPERATOR_IMAGE_FILENAME: splunk-operator
7374
TEST_FOCUS: "${{ matrix.test }}"

0 commit comments

Comments
 (0)