Skip to content

Commit 4fe0594

Browse files
committed
test aws replicate
1 parent c4731d7 commit 4fe0594

File tree

3 files changed

+25
-9
lines changed

3 files changed

+25
-9
lines changed

devplanetv2/dev-environments/binamb-helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.46
18+
version: 0.1.47
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

devplanetv2/dev-environments/binamb-helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: binamb-helm
55

66
# What branch of helm -- http://github.com/uc-cdis/gen3-helm
77
# helmBranch: chore/add_workspace_launch_test
8-
helmBranch: feat/google-data-replication
8+
helmBranch: feat/aws-data-replication
99

1010
# What branch of gitops -- http://github.com/uc-cdis/gen3-gitops-dev
1111
gitopsBranch: master

devplanetv2/dev-environments/binamb-helm/values/values.yaml

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,31 @@ datareplicate:
3939
repository: quay.io/cdis/dcf-dataservice
4040
# -- (string) Overrides the image tag whose default is the chart appVersion.
4141
tag: "master"
42-
googleBucketReplicateJob:
43-
# -- (bool) Whether to enable the Google bucket replicate job
42+
# googleBucketReplicateJob:
43+
# # -- (bool) Whether to enable the Google bucket replicate job
44+
# enabled: true
45+
# PROJECT: cdis-test-188416
46+
# MAX_WORKERS: 80
47+
# RELEASE: DR43
48+
# MANIFEST_FILE: gs://test-data-replication-manifest/GDC_only_3plusgig_open_active_manifest.tsv
49+
# IGNORED_FILE: gs://test-data-replication-manifest/ignored_files_manifest.csv
50+
# LOG_BUCKET: test-data-replication-manifest
51+
awsBucketReplicateJob:
4452
enabled: true
45-
PROJECT: cdis-test-188416
46-
MAX_WORKERS: 80
47-
RELEASE: DR43
48-
MANIFEST_FILE: gs://test-data-replication-manifest/GDC_only_3plusgig_open_active_manifest.tsv
49-
IGNORED_FILE: gs://test-data-replication-manifest/ignored_files_manifest.csv
53+
schedule: "*/30 * * * *"
54+
THREAD_NUM: 20
55+
CHUNK_SIZE: 1
56+
GDC_BUCKET_NAME: test-gdc-bucket
5057
LOG_BUCKET: test-data-replication-manifest
58+
RELEASE: DR43
59+
QUICK_TEST: true
60+
MANIFEST_FILE: s3://test-data-replication-manifest/DR1/GDC_only_3plusgig_open_active_manifest.tsv
61+
resources:
62+
requests:
63+
cpu: "2"
64+
memory: 128Mi
65+
limits:
66+
memory: 2Gi
5167
etl:
5268
esEndpoint: elasticsearch
5369
mappings:

0 commit comments

Comments
 (0)