Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change destination #30

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion geo_sc_connector/non_secret_env.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
export WORKSPACE_ID=6775
export WORKSPACE_ID=7531
export DATASET_COLS="gse_id,gpl_id,repo_id"
export CPU_REQUIRED=16000
export RAM_REQUIRED=137440000000
2 changes: 1 addition & 1 deletion geo_sc_connector/sampleJob.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"machineType": "mi4xlarge",
"image": "docker.polly.elucidata.io/elucidata/connectors",
"tag": "geo-sc",
"tag": "geo-sc_v2",
"name": "",
"env": {
"gse_id": "",
Expand Down
2 changes: 1 addition & 1 deletion micro_array/non_secret_env.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
export WORKSPACE_ID=6774
export WORKSPACE_ID=7531
export DATASET_COLS="gse_id,gpl_id,repo_id"
export CPU_REQUIRED=100
export RAM_REQUIRED=4295000000
2 changes: 1 addition & 1 deletion micro_array/sampleJob.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cpu": "100m",
"memory": "4Gi",
"image": "docker.polly.elucidata.io/elucidata/connectors",
"tag": "geo-array",
"tag": "geo-array_v2",
"name": "",
"env": {
"gse_id": "",
Expand Down