Skip to content

Commit

Permalink
Update GitHub Actions invocations
Browse files Browse the repository at this point in the history
to reflect the changes made in the previous few commits.

The addition of "genome" to the h5n1-cattle-outbreak config YAML is
needed to make it an explicit output of the `all` rule, and this output
is what's used by the `deploy_all` rule
  • Loading branch information
jameshadfield committed Jul 16, 2024
1 parent 87971a8 commit 736b114
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
# conform since this is a collaborative repo with an external group.
uses: nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@v0
with:
build-args: test_target
build-args: --configfile config/gisaid.yaml -pf test_target
1 change: 1 addition & 0 deletions .github/workflows/phylogenetic-fauna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
--memory 28800mib \
. \
deploy_all \
--configfile config/gisaid.yaml \
--config "${config[@]}"
env: |
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/phylogenetic-ncbi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ jobs:
run: |
declare -a config;
config+=(
s3_src="s3://nextstrain-data/files/workflows/avian-flu/h5n1"
);
if [[ "$TRIAL_NAME" ]]; then
config+=(
deploy_url="s3://nextstrain-staging/avian-flu_trials_${TRIAL_NAME}_"
Expand All @@ -55,7 +51,7 @@ jobs:
nextstrain build \
. \
deploy_all \
--snakefile Snakefile.genome \
--configfile config/h5n1-cattle-outbreak.yaml \
--config "${config[@]}"
env: |
Expand Down
1 change: 1 addition & 0 deletions config/h5n1-cattle-outbreak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ builds:
h5n1-cattle-outbreak: ''

segments:
- genome
- pb2
- pb1
- pa
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 736b114

Please sign in to comment.