Skip to content

Commit

Permalink
CI: remove redundant CI tests (#2617)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstopa-splunk authored Oct 15, 2024
1 parent c955dcb commit 5dd5f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@

name: ci-lite
on:
push:
branches:
- "main"
- "releases/*"
- "develop"
- "next*"
pull_request:
branches:
- "main"
Expand Down Expand Up @@ -174,17 +168,14 @@ jobs:
needs:
- meta
- build_action
strategy:
matrix:
splunk: ${{ fromJson(needs.meta.outputs.matrix_supportedSplunk) }}
# runs all of the steps inside the specified container rather than on the VM host.
# Because of this the network configuration changes from host based network to a container network.
container:
image: python:3.9-buster

services:
splunk:
image: splunk/splunk:${{ matrix.splunk.version }}
image: splunk/splunk:${{ fromJson(needs.meta.outputs.matrix_supportedSplunk)[0].version }}
ports:
- 8000:8000
- 8088:8088
Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@

name: ci-main
on:
push:
branches:
- "main"
- "releases/*"
- "develop"
- "next*"
pull_request:
branches:
- "main"
Expand Down Expand Up @@ -174,17 +168,14 @@ jobs:
needs:
- meta
- build_action
strategy:
matrix:
splunk: ${{ fromJson(needs.meta.outputs.matrix_supportedSplunk) }}
# runs all of the steps inside the specified container rather than on the VM host.
# Because of this the network configuration changes from host based network to a container network.
container:
image: python:3.9-buster

services:
splunk:
image: splunk/splunk:${{ matrix.splunk.version }}
image: splunk/splunk:${{ fromJson(needs.meta.outputs.matrix_supportedSplunk)[0].version }}
ports:
- 8000:8000
- 8088:8088
Expand Down

0 comments on commit 5dd5f29

Please sign in to comment.