File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed
Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 88jobs :
99 discover_cleanup :
1010 name : List namespaces to cleanup
11- runs-on : ubuntu-24.04
11+ runs-on : self-hosted
1212 outputs :
1313 namespaces : ${{ steps.discover_ns.outputs.namespaces }}
1414 steps :
4545 printf '\t- %s\n' "${NAMESPACES_TO_CLEANUP[@]}"
4646 cleanup :
4747 needs : discover_cleanup
48- runs-on : ubuntu-24.04
48+ runs-on : self-hosted
4949 if : ${{ needs.discover_cleanup.outputs.namespaces != '[""]' && needs.discover_cleanup.outputs.namespaces != '[]' && needs.discover_cleanup.outputs.namespaces != '' }}
5050 strategy :
5151 max-parallel : 10
Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ jobs:
321321
322322 cleanup-stack-k8s :
323323 needs : [test, debug]
324- runs-on : ubuntu-24.04
324+ runs-on : [self-hosted]
325325 env :
326326 ENV : ${{ github.event.client_payload.stack || inputs.stack }}
327327 if : always() && needs.debug.outputs.keep_e2e == 'false' && needs.debug.outputs.runtime == 'k8s'
Original file line number Diff line number Diff line change 55 deploy :
66 env :
77 ENV : e2e
8- runs-on : ubuntu-24.04
8+ runs-on : [self-hosted]
99 steps :
1010 - name : Deploy with Helm
1111 run : |
Original file line number Diff line number Diff line change 4545 ENV : ${{ inputs.environment }}
4646 CORE_IMAGE_TAG : ${{ inputs.core-image-tag }}
4747 COUNTRYCONFIG_IMAGE_TAG : ${{ inputs.countryconfig-image-tag }}
48- runs-on : ubuntu-24.04
48+ runs-on : [self-hosted]
4949 steps :
5050 # FYI: Repository is needed only due to single file: examples/dev/opencrvs-services/values.yaml
5151 - name : Checkout repo
Original file line number Diff line number Diff line change 2626 environment : ${{ inputs.environment }}
2727 env :
2828 namespace : ${{ inputs.namespace }}
29- runs-on : ubuntu-24.04
29+ runs-on :
30+ - self-hosted
3031 steps :
3132 - name : Get helm release values and Quote specific fields that are commonly numeric
3233 run : |
Original file line number Diff line number Diff line change 1818 seed :
1919 env :
2020 ENV : ${{ inputs.environment }}
21- runs-on : ubuntu-24.04
21+ runs-on : [self-hosted]
2222 steps :
2323 - name : Get helm release values and Quote specific fields that are commonly numeric
2424 run : |
You can’t perform that action at this time.
0 commit comments