Skip to content

Commit b1e3711

Browse files
run sfp once, test no export SFPOWERSCRIPTS_STATSD
1 parent 991cfeb commit b1e3711

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/actions/pushLoggedMetrics/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ runs:
1111
continue-on-error: true
1212
shell: bash
1313
run: |
14-
export SFPOWERSCRIPTS_STATSD=true
15-
echo "statsd: $SFPOWERSCRIPTS_STATSD"
16-
bash -c 'echo "statsd: $SFPOWERSCRIPTS_STATSD"'
17-
sfp pool prepare --poolconfig "${{ matrix.pool.poolConfigPath }}" --targetdevhubusername devhub
1814
if [[ -f .sfpowerscripts/logs/metrics.log ]]; then
1915
# send some stats whilst we're at it
2016
echo Metrics file found.

.github/workflows/ciCreatePlatformPool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
202202

203203
- name: Push logged metrics
204-
uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@e8c32a1ccbfe20b367525b7121bfbdde5629def0
204+
uses: navikt/sf-platform/.github/actions/pushLoggedMetrics@main
205205
with:
206206
metricsKey: ${{ secrets.METRICS_KEYS }}
207207

0 commit comments

Comments
 (0)