Skip to content

Add changes to fix compatibility with Elastic serverless data streams… #285

Add changes to fix compatibility with Elastic serverless data streams…

Add changes to fix compatibility with Elastic serverless data streams… #285

Workflow file for this run

name: e2e-tests
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
PyPi-plaso-stable-opensearch-v2:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-22.04]
steps:
- uses: actions/checkout@v2
- name: Set up infrastructure with docker compose
run: docker compose -f docker/e2e/docker-compose.yml up -d
env:
OPENSEARCH_VERSION: 2.19.0
PLASO_PPA_TRACK: stable
- name: Run e2e tests
run: docker compose -f docker/e2e/docker-compose.yml exec -T timesketch python3 /usr/local/src/timesketch/end_to_end_tests/tools/run_in_container.py
- name: Dump docker logs on failure
if: failure()
uses: jwalton/gh-docker-logs@v2