Skip to content

Commit 15c1835

Browse files
committed
CI: remove redundant CI tests (#2617)
1 parent 44d6433 commit 15c1835

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

.github/workflows/ci-lite.yaml

+1-10
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616

1717
name: ci-lite
1818
on:
19-
push:
20-
branches:
21-
- "main"
22-
- "releases/*"
23-
- "develop"
24-
- "next*"
2519
pull_request:
2620
branches:
2721
- "main"
@@ -174,17 +168,14 @@ jobs:
174168
needs:
175169
- meta
176170
- build_action
177-
strategy:
178-
matrix:
179-
splunk: ${{ fromJson(needs.meta.outputs.matrix_supportedSplunk) }}
180171
# runs all of the steps inside the specified container rather than on the VM host.
181172
# Because of this the network configuration changes from host based network to a container network.
182173
container:
183174
image: python:3.9-buster
184175

185176
services:
186177
splunk:
187-
image: splunk/splunk:${{ matrix.splunk.version }}
178+
image: splunk/splunk:${{ fromJson(needs.meta.outputs.matrix_supportedSplunk)[0].version }}
188179
ports:
189180
- 8000:8000
190181
- 8088:8088

.github/workflows/ci-main.yaml

+1-10
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616

1717
name: ci-main
1818
on:
19-
push:
20-
branches:
21-
- "main"
22-
- "releases/*"
23-
- "develop"
24-
- "next*"
2519
pull_request:
2620
branches:
2721
- "main"
@@ -174,17 +168,14 @@ jobs:
174168
needs:
175169
- meta
176170
- build_action
177-
strategy:
178-
matrix:
179-
splunk: ${{ fromJson(needs.meta.outputs.matrix_supportedSplunk) }}
180171
# runs all of the steps inside the specified container rather than on the VM host.
181172
# Because of this the network configuration changes from host based network to a container network.
182173
container:
183174
image: python:3.9-buster
184175

185176
services:
186177
splunk:
187-
image: splunk/splunk:${{ matrix.splunk.version }}
178+
image: splunk/splunk:${{ fromJson(needs.meta.outputs.matrix_supportedSplunk)[0].version }}
188179
ports:
189180
- 8000:8000
190181
- 8088:8088

0 commit comments

Comments
 (0)