Skip to content

Commit

Permalink
[otel-infrastructure-collector] add helm install ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv committed Jul 17, 2023
1 parent b1497b1 commit 9f50afd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/helm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Otel Agent Helm Install Test

on:
pull_request:
paths:
- 'otel-agent/k8s-helm/**'

jobs:
collector-test:
Expand Down
22 changes: 22 additions & 0 deletions .github/workflows/otel-infra-helm-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Otel Infrastructure Collector Helm Install Test

on:
pull_request:
paths:
- 'otel-infrastructure-collector/**'

jobs:
collector-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup
uses: ./.github/actions/setup
with:
create-kind-cluster: "true"
- name: Run chart-testing (install)
run: ct install --charts otel-infrastructure-collector

1 change: 1 addition & 0 deletions otel-infrastructure-collector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ global:
logs:
endpoint: "<logs-endpoint-here>"
```

0 comments on commit 9f50afd

Please sign in to comment.