Skip to content

Commit

Permalink
adjust metrics and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrCherry97 committed Jun 19, 2024
1 parent 39854df commit c28102d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/pull-integration-namespace-k3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,17 @@ on:
# - "Dockerfile.local"
# - "docs/**"
jobs:
test:
run-test:
runs-on: ubuntu-latest
steps:
- uses: gardenlinux/workflow-telemetry-action@6f19ac2411a52a120abb74c812592b44f165d05c # pin@v1
- uses: gardenlinux/workflow-telemetry-action@v2
with:
metric_frequency: 1
proc_trace_min_duration: 10
proc_trace_chart_max_count: 50
comment_on_pr: false
- uses: actions/checkout@v4
with:
# ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Create Single Cluster
uses: AbsaOSS/k3d-action@4e8b3239042be1dc0aed6c5eb80c13b18200fc79 #v2.4.0
uses: AbsaOSS/k3d-action@2.4
with:
cluster-name: "k3dCluster"
args: >-
Expand Down

0 comments on commit c28102d

Please sign in to comment.