Skip to content

Commit a3ae676

Browse files
committed
tmp: deploy at_ring1/dev
1 parent 81cbf39 commit a3ae676

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/deploy-kubernetes-wrapper.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- 'chore/migrate-k8s-wrapper-1'
67
paths:
78
- src/Runtime/kubernetes-wrapper/**
89
- infra/studio/syncroot/base/kubernetes-wrapper.yaml
@@ -117,13 +118,13 @@ jobs:
117118
construct-studio-environments-array:
118119
uses: ./.github/workflows/template-construct-environments.yaml
119120
with:
120-
environments: ${{ github.event.inputs.studio-environments || 'dev,staging,prod' }}
121+
environments: ${{ github.event.inputs.studio-environments || 'dev' }}
121122

122123
construct-runtime-rings-array:
123124
runs-on: ubuntu-latest
124125
env:
125126
default-rings: >-
126-
[{"ring":"at_ring1","environment":"runtime_at_ring1"},{"ring":"at_ring2","environment":"runtime_at_ring2"},{"ring":"tt_ring1","environment":"runtime_tt_ring1"},{"ring":"tt_ring2","environment":"runtime_tt_ring2"},{"ring":"prod_ring1","environment":"runtime_prod_ring1"},{"ring":"prod_ring2","environment":"runtime_prod_ring2"}]
127+
[{"ring":"at_ring1","environment":"runtime_at_ring1"}]
127128
outputs:
128129
ringsjson: ${{ steps.construct-rings.outputs.ringsjson }}
129130
steps:

.github/workflows/deploy-runtime-syncroot.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- 'chore/migrate-k8s-wrapper-1'
78
paths:
89
- infra/runtime/syncroot/**
910
- .github/workflows/deploy-runtime-syncroot.yaml
@@ -27,7 +28,7 @@ jobs:
2728
runs-on: ubuntu-latest
2829
env:
2930
default-rings: >-
30-
[{"ring": "at_ring1", "environment": "runtime_at_ring1"},{"ring": "at_ring2", "environment": "runtime_at_ring2"},{"ring": "tt_ring1", "environment": "runtime_tt_ring1"},{"ring": "tt_ring2", "environment": "runtime_tt_ring2"},{"ring": "prod_ring1", "environment": "runtime_prod_ring1"},{"ring": "prod_ring2", "environment": "runtime_prod_ring2"}]
31+
[{"ring": "at_ring1", "environment": "runtime_at_ring1"}]
3132
outputs:
3233
ringsjson: ${{ steps.construct-rings.outputs.ringsjson }}
3334
steps:

.github/workflows/deploy-studio-syncroot.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- 'chore/migrate-k8s-wrapper-1'
78
paths:
89
- infra/studio/syncroot/**
910
- .github/workflows/deploy-studio-syncroot.yaml
@@ -25,7 +26,7 @@ jobs:
2526
construct-environments-array:
2627
uses: ./.github/workflows/template-construct-environments.yaml
2728
with:
28-
environments: ${{ github.event.inputs.environments || 'dev,staging,prod' }}
29+
environments: ${{ github.event.inputs.environments || 'dev' }}
2930

3031
push-syncroot-artifact:
3132
name: Push syncroot as OCI artifact

0 commit comments

Comments
 (0)