Skip to content

Commit

Permalink
chore(release): merge develop into main branch (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys authored May 15, 2024
2 parents 82dd470 + 48118db commit fe1d31d
Show file tree
Hide file tree
Showing 19 changed files with 385 additions and 225 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,15 @@ jobs:
run: |
pip install git+https://github.com/pixelb/crudini
mkdir test-results-${{ matrix.splunk.version }}
- name: Splunk Up
- name: Test
run: |
export SPLUNK_APP_PACKAGE=./tests/e2e/addons/TA_fiction
export SPLUNK_ADDON=TA_fiction
export SPLUNK_APP_ID=TA_fiction
export SPLUNK_APP_PACKAGE=./tests/e2e/addons/TA_fiction_indextime
export SPLUNK_ADDON=TA_fiction_indextime
export SPLUNK_APP_ID=TA_fiction_indextime
export SPLUNK_VERSION=${{ matrix.splunk.version }}
export SPLUNK_HEC_TOKEN="9b741d03-43e9-4164-908b-e09102327d22"
echo $SPLUNK_VERSION
docker compose -f "docker-compose-ci.yml" build
SPLUNK_PASSWORD=Chang3d! docker compose -f docker-compose-ci.yml up -d splunk
sleep 90
- name: Test
run: |
SPLUNK_PASSWORD=Chang3d! docker compose -f docker-compose-ci.yml up --abort-on-container-exit
docker volume ls
- name: Collect Results
Expand Down Expand Up @@ -156,6 +153,7 @@ jobs:
"splunk_setup_fixture",
"splunk_app_req",
"splunk_app_req_broken",
"splunk_cim_model_ipv6_regex",
]
steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit fe1d31d

Please sign in to comment.