Skip to content

Commit 258c932

Browse files
authored
Merge pull request #106 from lyft/turn-off-orca
Turn off orca
2 parents af5e12d + d9a6af6 commit 258c932

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

infra/orca/top.sls

Lines changed: 0 additions & 2 deletions
This file was deleted.

manifest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ tests:
2323
type: startup
2424
group: metadataproxy.dev
2525
deploy:
26-
- name: development
27-
legacy: false
28-
environment: development
2926
- name: staging
3027
legacy: false
3128
environment: staging
29+
orca: []
3230
- name: canary
3331
legacy: false
3432
environment: production
33+
orca: []
3534
- name: production
3635
legacy: false
3736
environment: production
37+
orca: []
3838
builder:
3939
name: docker_build
4040
params:

0 commit comments

Comments
 (0)