Skip to content

Splunk OTel .NET 1.0.2 (#142) #38

Splunk OTel .NET 1.0.2 (#142)

Splunk OTel .NET 1.0.2 (#142) #38

Workflow file for this run

name: "Continuous Integration"
on:
push:
# run on pushes to main
branches:
- main
pull_request:
# run on pull requests targeting main
branches:
- main
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Create kind cluster
uses: helm/[email protected]
- name: Deploy From Source
uses: hiberbee/[email protected]
with:
command: run
- name: Wait For Pods
timeout-minutes: 20
run: |
set -x
kubectl wait --for=condition=available --timeout=10m deployment/adservice
kubectl wait --for=condition=available --timeout=10m deployment/cartservice
kubectl wait --for=condition=available --timeout=10m deployment/checkoutservice
kubectl wait --for=condition=available --timeout=10m deployment/currencyservice
kubectl wait --for=condition=available --timeout=10m deployment/emailservice
kubectl wait --for=condition=available --timeout=10m deployment/frontend
kubectl wait --for=condition=available --timeout=10m deployment/loadgenerator
kubectl wait --for=condition=available --timeout=10m deployment/paymentservice
kubectl wait --for=condition=available --timeout=10m deployment/productcatalogservice
kubectl wait --for=condition=available --timeout=10m deployment/recommendationservice
kubectl wait --for=condition=available --timeout=10m deployment/shippingservice