Skip to content

Commit

Permalink
Merge pull request #112 from Sage-Bionetworks/dev
Browse files Browse the repository at this point in the history
Updated schematic version in staging to v24.2.1-2
  • Loading branch information
linglp authored Feb 26, 2024
2 parents 998faa0 + ed7749a commit b1ab123
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/trigger-profiler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: profiler-run
on:
workflow_run:
workflows: ["aws-deploy"] # Trigger this workflow only after aws-deploy is completed
types: [completed]
workflow_dispatch: # Allow manually triggering the workflow
jobs:
trigger-profiler:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.cdk-deploy-dev.conclusion == 'success' }}
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.ACCESS_PROFILER }}
repository: Sage-Bionetworks/schematic_profiler
event-type: trigger-profiler
8 changes: 4 additions & 4 deletions cdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"aws-cn"
],
"dev": {
"IMAGE_PATH_AND_TAG": "ghcr.io/sage-bionetworks/schematic:v24.1.1",
"IMAGE_PATH_AND_TAG": "ghcr.io/sage-bionetworks/schematic:24.2.1-2",
"AWS_DEFAULT_REGION": "us-east-1",
"PORT": "443",
"TAGS": {
Expand All @@ -42,7 +42,7 @@
"VPC_CIDR": "10.255.73.0/24"
},
"dev-refactor": {
"IMAGE_PATH_AND_TAG": "ghcr.io/sage-bionetworks/schematic:v23.9.3",
"IMAGE_PATH_AND_TAG": "ghcr.io/sage-bionetworks/schematic:0.1.62-beta",
"AWS_DEFAULT_REGION": "us-east-1",
"PORT": "443",
"TAGS": {
Expand All @@ -53,7 +53,7 @@
"VPC_CIDR": "10.255.76.0/24"
},
"staging": {
"IMAGE_PATH_AND_TAG": "ghcr.io/sage-bionetworks/schematic:v24.1.1",
"IMAGE_PATH_AND_TAG": "ghcr.io/sage-bionetworks/schematic:24.2.1-2",
"AWS_DEFAULT_REGION": "us-east-1",
"PORT": "443",
"TAGS": {
Expand All @@ -65,7 +65,7 @@
},

"prod": {
"IMAGE_PATH_AND_TAG": "ghcr.io/sage-bionetworks/schematic:v24.1.1",
"IMAGE_PATH_AND_TAG": "ghcr.io/sage-bionetworks/schematic:24.2.1-2",
"AWS_DEFAULT_REGION": "us-east-1",
"PORT": "443",
"TAGS": {
Expand Down

0 comments on commit b1ab123

Please sign in to comment.