Skip to content
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install dependencies
run: |
curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
Expand All @@ -95,6 +98,9 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Setup for testing
run: |
mkdir test-results-${{ matrix.splunk.version }}
Expand Down Expand Up @@ -155,7 +161,7 @@ jobs:
submodules: true
- uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: "3.9"
- run: |
curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
poetry install
Expand All @@ -175,7 +181,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: "3.7"
python-version: "3.9"
- uses: actions/download-artifact@v4
with:
name: THIRDPARTY
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ A Dynamic test tool for Splunk Apps and Add-ons.
## Usage

For full usage instructions, please visit the [documentation](https://splunk.github.io/pytest-splunk-addon).

1 change: 1 addition & 0 deletions docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ services:
- SPLUNK_HEC_TOKEN=${SPLUNK_HEC_TOKEN}
- SPLUNK_START_ARGS=--accept-license
- TEST_SC4S_ACTIVATE_EXAMPLES=yes
- SPLUNK_GENERAL_TERMS=--accept-sgt-current-at-splunk-com
volumes:
results:
external: false
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ services:
- SPLUNK_START_ARGS=--accept-license
- SPLUNK_HEC_TOKEN=${SPLUNK_HEC_TOKEN}
- TEST_SC4S_ACTIVATE_EXAMPLES=yes
- SPLUNK_GENERAL_TERMS=--accept-sgt-current-at-splunk-com

uf:
build:
Expand All @@ -104,4 +105,4 @@ services:

volumes:
splunk-sc4s-var:
external: false
external: false
Loading
Loading