Skip to content

Commit

Permalink
add argo config to jenkinsenvs (#2673)
Browse files Browse the repository at this point in the history
  • Loading branch information
atharvar28 authored Oct 16, 2023
1 parent 7749143 commit 25956e1
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 18 deletions.
10 changes: 4 additions & 6 deletions jenkins-blood.planx-pla.net/manifests/argo/argo.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"qa_scaling_groups" : {
"[email protected]": "workflow",
"[email protected]": "workflow",
"[email protected]": "workflow2",
"[email protected]": "workflow3",
"[email protected]": "workflow4"
"scaling_groups": {
"default": "{{workflow.name}}",
"custom": {
}
},
"bucket": "second-argo-bucket",
"internal-s3-bucket": "gen3-argo-707767160287-devplanetv1",
Expand Down
10 changes: 4 additions & 6 deletions jenkins-brain.planx-pla.net/manifests/argo/argo.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"qa_scaling_groups" : {
"[email protected]": "workflow",
"[email protected]": "workflow",
"[email protected]": "workflow2",
"[email protected]": "workflow3",
"[email protected]": "workflow4"
"scaling_groups": {
"default": "{{workflow.name}}",
"custom": {
}
},
"bucket": "second-argo-bucket",
"internal-s3-bucket": "gen3-argo-707767160287-devplanetv1",
Expand Down
10 changes: 4 additions & 6 deletions jenkins-dcp.planx-pla.net/manifests/argo/argo.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"qa_scaling_groups" : {
"[email protected]": "workflow",
"[email protected]": "workflow",
"[email protected]": "workflow2",
"[email protected]": "workflow3",
"[email protected]": "workflow4"
"scaling_groups": {
"default": "{{workflow.name}}",
"custom": {
}
},
"bucket": "second-argo-bucket",
"internal-s3-bucket": "gen3-argo-707767160287-devplanetv1",
Expand Down
11 changes: 11 additions & 0 deletions jenkins-new-1.planx-pla.net/manifests/argo/argo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"scaling_groups": {
"default": "{{workflow.name}}",
"custom": {
}
},
"bucket": "second-argo-bucket",
"internal-s3-bucket": "gen3-argo-707767160287-devplanetv1",
"indexd_admin_user": "fence",
"environment": "jenkins-new-1"
}
11 changes: 11 additions & 0 deletions jenkins-new-2.planx-pla.net/manifests/argo/argo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"scaling_groups": {
"default": "{{workflow.name}}",
"custom": {
}
},
"bucket": "second-argo-bucket",
"internal-s3-bucket": "gen3-argo-707767160287-devplanetv1",
"indexd_admin_user": "fence",
"environment": "jenkins-new-2"
}
11 changes: 11 additions & 0 deletions jenkins-new-3.planx-pla.net/manifests/argo/argo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"scaling_groups": {
"default": "{{workflow.name}}",
"custom": {
}
},
"bucket": "second-argo-bucket",
"internal-s3-bucket": "gen3-argo-707767160287-devplanetv1",
"indexd_admin_user": "fence",
"environment": "jenkins-new-3"
}
11 changes: 11 additions & 0 deletions jenkins-new-4.planx-pla.net/manifests/argo/argo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"scaling_groups": {
"default": "{{workflow.name}}",
"custom": {
}
},
"bucket": "second-argo-bucket",
"internal-s3-bucket": "gen3-argo-707767160287-devplanetv1",
"indexd_admin_user": "fence",
"environment": "jenkins-new-4"
}

0 comments on commit 25956e1

Please sign in to comment.