Skip to content

Commit 639b931

Browse files
committed
test:install PSC v3.2.1 instead of 4.1.2 in splunk
1 parent 85da684 commit 639b931

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
SPLUNK_START_ARGS: --answer-yes --no-prompt --accept-license
3232
SPLUNK_PASSWORD: password
33-
SPLUNK_APPS_URL: https://splunkbase.splunk.com/app/2890/release/5.4.1/download,https://splunkbase.splunk.com/app/2882/release/4.1.2/download
33+
SPLUNK_APPS_URL: https://splunkbase.splunk.com/app/2890/release/5.4.1/download,https://splunkbase.splunk.com/app/2882/release/3.2.1/download
3434
SPLUNKBASE_USERNAME: ${{ secrets.SPLUNKBASE_USERNAME }}
3535
SPLUNKBASE_PASSWORD: ${{ secrets.SPLUNKBASE_PASSWORD }}
3636
DEBUG: true

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ services:
3838
- SPLUNK_PASSWORD=${SPLUNK_PASSWORD}
3939
# This defines a tarball of apps to be pre-installed, you can
4040
# also include multiple tarballs with comma-separated URLs
41-
- SPLUNK_APPS_URL=https://splunkbase.splunk.com/app/2890/release/5.4.1/download,https://splunkbase.splunk.com/app/2882/release/4.1.2/download
41+
- SPLUNK_APPS_URL=https://splunkbase.splunk.com/app/2890/release/5.4.1/download,https://splunkbase.splunk.com/app/2882/release/3.2.1/download
4242
# - SPLUNK_APPS_URL=/tmp/ansible/python-for-scientific-computing-for-linux-64-bit_420.tgz
4343
- SPLUNKBASE_USERNAME=${SPLUNKBASE_USERNAME}
4444
- SPLUNKBASE_PASSWORD=${SPLUNKBASE_PASSWORD}

0 commit comments

Comments
 (0)