File tree Expand file tree Collapse file tree 4 files changed +8
-245
lines changed
Expand file tree Collapse file tree 4 files changed +8
-245
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- name : SHEDULED Replenish platform pools
1+ name : SCHEDULED Replenish platform pools
22on :
33 # Det er satt opp skedulering for når poolet oppdateres.
44 # Det er ikke behov for å kjøre denne jobber 24/7 og det er derfor satt opp noen skeduleringer (husk at tid er UTC)
1010 - cron : " 15 1 * * 1-5" # At 01:15 from Monday through Friday.
1111jobs :
1212 createPool :
13- uses : navikt/sf-platform /.github/workflows/ciCreatePlatformPool .yml@main
13+ uses : navikt/crm-workflows-base /.github/workflows/manageScratchPool .yml@main
1414 with :
15- clearPools : ${{ github.event.schedule == '15 1 * * 1-5' }}
16- poolMatrixDefPath : " config/poolMatrixdef.json"
15+ clear-pools : ${{ github.event.schedule == '15 1 * * 1-5' }}
16+ pool-matrix-def-path : " config/poolMatrixdef.json"
17+ sfp-version : ${{ vars.SFP_CONTAINER_VERSION }}
1718 secrets :
18- METRICS_KEYS : ${{ secrets.METRICS_KEYS }}
19- SF_DEVHUB_URL : ${{ secrets.SF_DEVHUB_URL }}
19+ METRICS_KEY : ${{ secrets.METRICS_KEYS }}
20+ DEV_HUB_SFDX_URL : ${{ secrets.SF_DEVHUB_URL }}
2021 permissions :
2122 contents : read
2223 packages : read
Original file line number Diff line number Diff line change 5353 key : npm-${{ runner.os }}-sf-cli-$SF_CLI_VERSION-${{ steps.cachekey.outputs.suffix }}
5454
5555 - name : Install SF CLI
56- uses : navikt/sf-platform/.github/actions/installSfCli@cfe393a0ec7dd2fa8af1388bc159192673a87c94
56+ uses : navikt/sf-gha-install-sf-cli@3f1abbc990b03fb544e80169920fea2e94946d1a
5757 with :
5858 version : ${{ vars.SF_CLI_VERSION }}
5959
You can’t perform that action at this time.
0 commit comments