Skip to content

Commit

Permalink
running datadog agent only on branch based PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd committed Sep 12, 2024
1 parent 01f384a commit 057c0da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/system-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ permissions:
jobs:
system-test:
runs-on:
group: Large Runner Shared Public
group: Large Runner Shared Public
labels: ubuntu-8-core-latest
services:
dd-agent:
image: gcr.io/datadoghq/agent:7
image: ${{ (! github.event.pull_request.head.repo.fork ) && 'gcr.io/datadoghq/agent:7' || '' }}
env:
DD_API_KEY: ${{ secrets.DD_API_KEY }}
DD_TRACE_DEBUG: 1
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
gcr.io:443
repo.maven.apache.org:443
*.datadoghq.com:443
- name: Checkout Git Repo
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab

Expand All @@ -58,12 +58,12 @@ jobs:
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@93397bea11091df50f3d7e59dc26a7711a8bcfbe
with:
Expand All @@ -72,4 +72,4 @@ jobs:
- name: Run integration Tests
run: make system-test
env:
KIND_KUBECONFIG: .kube-config
KIND_KUBECONFIG: .kube-config

0 comments on commit 057c0da

Please sign in to comment.