self hosted runner pipeline
parent
f211dc47b7
commit
6e877cbc01
|
|
@ -30,6 +30,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
branch: ${{ github.ref }}
|
branch: ${{ github.ref }}
|
||||||
GITHUB_SHA: ${{ github.sha }}
|
GITHUB_SHA: ${{ github.sha }}
|
||||||
|
GITHUB_REPOSITORY: ${{ github.repositoryUrl }}
|
||||||
cloudRunnerCluster: aws
|
cloudRunnerCluster: aws
|
||||||
allowDirtyBuild: true
|
allowDirtyBuild: true
|
||||||
cloudRunnerMemory: 4096
|
cloudRunnerMemory: 4096
|
||||||
|
|
@ -70,6 +71,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
branch: ${{ github.ref }}
|
branch: ${{ github.ref }}
|
||||||
GITHUB_SHA: ${{ github.sha }}
|
GITHUB_SHA: ${{ github.sha }}
|
||||||
|
GITHUB_REPOSITORY: ${{ github.repositoryUrl }}
|
||||||
cloudRunnerCluster: aws
|
cloudRunnerCluster: aws
|
||||||
allowDirtyBuild: true
|
allowDirtyBuild: true
|
||||||
cloudRunnerMemory: 8192
|
cloudRunnerMemory: 8192
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue