Skip to content

[DOC] Port all confluence documentation into markdown #447

[DOC] Port all confluence documentation into markdown

[DOC] Port all confluence documentation into markdown #447

Workflow file for this run

name: KubeHound System Tests
on:
push:
branches:
- main
pull_request:
jobs:
system-test:
runs-on:
group: Large Runner Shared Public
labels: ubuntu-8-core-latest
environment: devenv
steps:
- uses: datadog/[email protected]
with:
api_key: ${{ secrets.DD_API_KEY }}
extra_env: DD_TRACE_DEBUG=1,DD_LOGS_ENABLED=true,DD_APM_ENABLED=true
- name: Checkout Git Repo
uses: actions/checkout@v3
- name: Create K8s Kind Cluster
uses: helm/[email protected]
with:
cluster_name: kubehound.test.local
config: test/setup/test-cluster/cluster.yaml
wait: 5m
env:
KUBECONFIG: ./test/setup/.kube-config
- name: Create K8s resources
run: make local-cluster-resource-deploy
env:
KUBECONFIG: ./test/setup/.kube-config
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: Run integration Tests
run: make system-test
env:
KIND_KUBECONFIG: .kube-config