@@ -19,7 +19,7 @@ permissions:
1919jobs :
2020 set-environment-id :
2121 name : Set Environment ID
22- runs-on : [self-hosted, ci]
22+ runs-on : codebuild-nhsd-nrlf-ci-build-project-${{ github.run_id }}-${{ github.run_attempt }}
2323 environment : pull-request
2424 steps :
2525 - name : Set a ID based on the branch name
4444
4545 build :
4646 name : Build Application
47- runs-on : [self-hosted, ci]
47+ runs-on : codebuild-nhsd-nrlf-ci-build-project-${{ github.run_id }}-${{ github.run_attempt }}
4848 environment : pull-request
4949 steps :
5050 - name : Git Clone - ${{ github.event.pull_request.head.ref }}
@@ -121,7 +121,7 @@ jobs:
121121
122122 deploy :
123123 name : Deploy PR Environment
124- runs-on : [self-hosted, ci]
124+ runs-on : codebuild-nhsd-nrlf-ci-build-project-${{ github.run_id }}-${{ github.run_attempt }}
125125 environment : pull-request
126126 needs : [set-environment-id, build]
127127
@@ -221,7 +221,7 @@ jobs:
221221 name : Run Integration Tests
222222 needs : [set-environment-id, deploy]
223223 environment : pull-request
224- runs-on : [self-hosted, ci]
224+ runs-on : codebuild-nhsd-nrlf-ci-build-project-${{ github.run_id }}-${{ github.run_attempt }}
225225
226226 steps :
227227 - name : Git Clone - ${{ github.event.pull_request.head.ref }}
@@ -270,7 +270,7 @@ jobs:
270270 name : Run Smoke Tests
271271 needs : [set-environment-id, integration-test]
272272 environment : pull-request
273- runs-on : [self-hosted, ci]
273+ runs-on : codebuild-nhsd-nrlf-ci-build-project-${{ github.run_id }}-${{ github.run_attempt }}
274274 steps :
275275 - name : Git Clone - ${{ github.event.pull_request.head.ref }}
276276 uses : actions/checkout@v4
@@ -317,7 +317,7 @@ jobs:
317317 name : Run Performance Tests
318318 needs : [set-environment-id, integration-test]
319319 environment : pull-request
320- runs-on : [self-hosted, ci]
320+ runs-on : codebuild-nhsd-nrlf-ci-build-project-${{ github.run_id }}-${{ github.run_attempt }}
321321
322322 steps :
323323 - name : Git Clone - ${{ github.event.pull_request.head.ref }}
0 commit comments