Skip to content

Commit

Permalink
chore: add matrix to run e2e tests for fluent bit and otelcol
Browse files Browse the repository at this point in the history
  • Loading branch information
kasia-kujawa committed Dec 18, 2023
1 parent d3a14d2 commit ea00ae3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
name: Test resources created without Helm chart
runs-on: ubuntu-20.04
timeout-minutes: 15
strategy:
matrix:
sidecar: [fluentbit, otelcol]
steps:
- uses: actions/checkout@v4
- name: Setup go
Expand All @@ -95,10 +98,8 @@ jobs:
run: |
curl -Lo /usr/local/bin/kubectl-kuttl https://github.com/kudobuilder/kuttl/releases/download/v${{ env.KUTTL_VERSION }}/kubectl-kuttl_${{ env.KUTTL_VERSION }}_linux_x86_64
chmod +x /usr/local/bin/kubectl-kuttl
- name: Run e2e tests for Fluent Bit in tailing sidecar
run: make e2e TAILING_SIDECAR=fluentbit
- name: Run e2e tests for otelcol in tailing sidecar
run: make e2e TAILING_SIDECAR=otelcol
- name: Run e2e tests for ${{ matrix.sidecar }} in tailing sidecar
run: make e2e TAILING_SIDECAR=${{ matrix.sidecar }}

test-helm-chart:
name: Test Helm chart
Expand Down

0 comments on commit ea00ae3

Please sign in to comment.