Skip to content

Commit bf3c6a5

Browse files
committed
evert "apply to test files to get the speed improvements"
This reverts commit 97159e3.
1 parent 97159e3 commit bf3c6a5

File tree

5 files changed

+0
-27
lines changed

5 files changed

+0
-27
lines changed

kube/overlays/dev-integration-test-schedulerv2/.env

-3
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,3 @@ JOB_KUBE_MAIN_CONTAINER_IMAGE_PULL_POLICY=
6868
NEW_SCHEDULER=true
6969
CONTAINER_ORCHESTRATOR_ENABLED=true
7070

71-
# Set this lower to speed up tests significantly
72-
REPLICATION_WORKER_STATUS_CHECK_INTERVAL=1
73-

kube/overlays/dev-integration-test-schedulerv2/worker-patch.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,3 @@ spec:
1313
configMapKeyRef:
1414
name: airbyte-env
1515
key: CONTAINER_ORCHESTRATOR_ENABLED
16-
- name: REPLICATION_WORKER_STATUS_CHECK_INTERVAL
17-
valueFrom:
18-
configMapKeyRef:
19-
name: airbyte-env
20-
key: REPLICATION_WORKER_STATUS_CHECK_INTERVAL

kube/overlays/dev-integration-test/.env

-3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,3 @@ JOB_KUBE_MAIN_CONTAINER_IMAGE_PULL_POLICY=
6767
# Launch a separate pod to orchestrate sync steps
6868
CONTAINER_ORCHESTRATOR_ENABLED=false
6969

70-
# Set this lower to speed up tests significantly
71-
REPLICATION_WORKER_STATUS_CHECK_INTERVAL=1
72-

kube/overlays/dev-integration-test/kustomization.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ secretGenerator:
3232

3333
patchesStrategicMerge:
3434
- parallelize-worker.yaml
35-
- speed-up-worker.yaml

kube/overlays/dev-integration-test/speed-up-worker.yaml

-15
This file was deleted.

0 commit comments

Comments
 (0)