Skip to content

Commit

Permalink
ci: add tests for tailing-sidecar-otel
Browse files Browse the repository at this point in the history
  • Loading branch information
kasia-kujawa committed Dec 13, 2023
1 parent 9610fdd commit bee21b3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,18 @@ jobs:
with:
go-version: '1.20'
- uses: imranismail/setup-kustomize@v2
- name: Install opentelemetry-collector-builder
working-directory: ./sidecar/otelcol
run: make install-builder
- name: Install kuttl
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 Helm e2e tests
run: make e2e-helm
- name: Run Helm e2e tests for Fluent Bit in tailing sidecar
run: make e2e-helm TAILING_SIDECAR=fluentbit
- name: Run Helm e2e tests for otelcol in tailing sidecar
run: make e2e-helm TAILING_SIDECAR=otelcol


test-helm-chart-with-cert-manager:
name: Test Helm chart with cert-manager
Expand Down

0 comments on commit bee21b3

Please sign in to comment.