-
Notifications
You must be signed in to change notification settings - Fork 517
33 lines (28 loc) · 1.03 KB
/
kube-stack-test.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Blocked by
# name: Test Opentelemetry Kube Stack Charts
# on:
# pull_request:
# paths:
# - "charts/opentelemetry-kube-stack/**"
# branches:
# - main
# jobs:
# opentelemetry-kube-stack-test:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# with:
# fetch-depth: 0
# - name: Setup
# uses: ./.github/actions/setup
# with:
# create-kind-cluster: "true"
# # We'll need this eventually, but for now leave it commented.
# - name: Install cert-manager
# run: |
# kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.6.1/cert-manager.yaml
# kubectl wait --timeout=5m --for=condition=available deployment cert-manager -n cert-manager
# kubectl wait --timeout=5m --for=condition=available deployment cert-manager-webhook -n cert-manager
# - name: Run chart-testing (install)
# run: ct install --charts charts/opentelemetry-kube-stack