Skip to content

Commit

Permalink
[EMERGENCY MERGE] [Airbnb] remove commented out code (cadence-workflow#1
Browse files Browse the repository at this point in the history
)

This PR used Merge Queue's emergency enqueue, and did not require tests to pass before merging.
  • Loading branch information
barakalon authored and deployboard committed Sep 16, 2019
1 parent 9692d8a commit 8e6d96d
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 84 deletions.
16 changes: 0 additions & 16 deletions _infra/ci/Dockerfile

This file was deleted.

5 changes: 0 additions & 5 deletions _infra/ci/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
# Need help? See https://air/btdhelp or https://air/so with tag #continuous-integration
#
jobs:
- name: Make All
path: _infra/ci/jobs/golang-make.yml
options:
env:
TARGET: all
- name: OneTouch Build
path: _infra/ci/jobs/build.yml
options:
Expand Down
27 changes: 0 additions & 27 deletions _infra/ci/jobs/golang-make.yml

This file was deleted.

9 changes: 0 additions & 9 deletions _infra/kube/apps/cadence-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ service:
- port: {{ .Env.Params.cadenceFrontendPort }}
smartStackService: cadence

#extraServices:
# - disableOpenExternalPort: true
# disableLocalRouting: true
# headless: true
# serviceName: cadence-frontend-internal
# ports:
# - port: 7933
# disableSecureStack: true

dnsPolicy: ClusterFirst

{{ if .Env.Params.synapseServices }}
Expand Down
9 changes: 0 additions & 9 deletions _infra/kube/apps/cadence-history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ smartstackDiscoveryClusters: {{YamlList .Env.Params.smartstackDiscoveryClusters}
disableSecureStack: {{.Env.Params.disableSecureStack}}
{{ end }}

#extraServices:
# - disableOpenExternalPort: true
# disableLocalRouting: true
# headless: true
# serviceName: cadence-history-internal
# ports:
# - port: 7934
# disableSecureStack: true

dnsPolicy: ClusterFirst

{{ if .Env.Params.synapseServices }}
Expand Down
9 changes: 0 additions & 9 deletions _infra/kube/apps/cadence-matching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ smartstackDiscoveryClusters: {{YamlList .Env.Params.smartstackDiscoveryClusters}
disableSecureStack: {{.Env.Params.disableSecureStack}}
{{ end }}

#extraServices:
# - disableOpenExternalPort: true
# disableLocalRouting: true
# headless: true
# serviceName: cadence-matching-internal
# ports:
# - port: 7935
# disableSecureStack: true

dnsPolicy: ClusterFirst

{{ if .Env.Params.synapseServices }}
Expand Down
9 changes: 0 additions & 9 deletions _infra/kube/apps/cadence-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ smartstackDiscoveryClusters: {{YamlList .Env.Params.smartstackDiscoveryClusters}
disableSecureStack: {{.Env.Params.disableSecureStack}}
{{ end }}

#extraServices:
# - disableOpenExternalPort: true
# disableLocalRouting: true
# headless: true
# serviceName: cadence-worker-internal
# ports:
# - port: 7939
# disableSecureStack: true

dnsPolicy: ClusterFirst

{{ if .Env.Params.synapseServices }}
Expand Down

0 comments on commit 8e6d96d

Please sign in to comment.