Skip to content

Commit

Permalink
Add trial build to big workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Sep 20, 2023
1 parent 25e5cfa commit cd969f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/rebuild-hmpxv1-big.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ on:

workflow_dispatch:
inputs:
trial_name:
description: "If set, result will be at nextstrain.org/staging/trial/trial_name/monkeypox/mpxv"
required: false
image:
description: 'Specific container image to use for build (will override the default of "nextstrain build")'
required: false

env:
TRIAL_NAME: ${{ github.event.inputs.trial_name }}
NEXTSTRAIN_DOCKER_IMAGE: ${{ github.event.inputs.image }}

jobs:
Expand Down Expand Up @@ -45,7 +49,8 @@ jobs:
--env SLACK_CHANNELS \
. \
notify_on_deploy \
--configfiles config/config_hmpxv1_big.yaml config/nextstrain_automation.yaml
--configfiles config/config_hmpxv1_big.yaml config/nextstrain_automation.yaml \
--config auspice_prefix=trial_$TRIAL_NAME
env:
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/rebuild-hmpxv1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,3 @@ jobs:
- name: notify_pipeline_failed
if: ${{ failure() }}
run: ./bin/notify-on-error

0 comments on commit cd969f7

Please sign in to comment.