Skip to content

Commit

Permalink
github: gather prometheus metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
s-urbaniak committed Feb 13, 2023
1 parent 740d03e commit f16f379
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
kubectl wait pods -n kube-system -l k8s-app=calico-node --for=condition=Ready --timeout=90s
- run: |-
LOG_DIR=/tmp/e2e/shared-server/artifacts ARTIFACT_DIR=/tmp/e2e COUNT=2 SUITES=transparent-multi-cluster:requires-kind \
make test-e2e-shared
USE_PROMETHEUS=true LOG_DIR=/tmp/e2e/shared-server/artifacts ARTIFACT_DIR=/tmp/e2e COUNT=2 SUITES=transparent-multi-cluster:requires-kind \
make start-prometheus test-e2e-shared stop-prometheus gather-prometheus
- uses: cytopia/upload-artifact-retry-action@v0.1.7
if: ${{ always() }}
Expand Down Expand Up @@ -107,8 +107,8 @@ jobs:
kubectl wait pods -n kube-system -l k8s-app=calico-node --for=condition=Ready --timeout=90s
- run: |-
LOG_DIR=/tmp/e2e/sharded/artifacts ARTIFACT_DIR=/tmp/e2e COUNT=2 SUITES=transparent-multi-cluster:requires-kind \
make test-e2e-sharded
USE_PROMETHEUS=true LOG_DIR=/tmp/e2e/sharded/artifacts ARTIFACT_DIR=/tmp/e2e COUNT=2 SUITES=transparent-multi-cluster:requires-kind \
make start-prometheus test-e2e-sharded stop-prometheus gather-prometheus
- uses: cytopia/upload-artifact-retry-action@v0.1.7
if: ${{ always() }}
Expand Down

0 comments on commit f16f379

Please sign in to comment.