-
Notifications
You must be signed in to change notification settings - Fork 2
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
Clean up workflows #62
Merged
Merged
Commits on Sep 7, 2023
-
Trim back CI jobs for reasons stated in nextstrain/cli@fab709a
Configuration menu - View commit details
-
Copy full SHA for 79c8cf9 - Browse repository at this point
Copy the full SHA 79c8cf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c00f4c2 - Browse repository at this point
Copy the full SHA c00f4c2View commit details -
Used centralized upload-to-s3 script
Remove the copy in this repo and update references. The supporting scripts `sha256sum` and `cloudfront-invalidate` can also be removed.
Configuration menu - View commit details
-
Copy full SHA for ae817b8 - Browse repository at this point
Copy the full SHA ae817b8View commit details -
Use centralized notify-* scripts
Remove the copies in this repo and update references.
Configuration menu - View commit details
-
Copy full SHA for 5bc5a62 - Browse repository at this point
Copy the full SHA 5bc5a62View commit details -
run-models workflow: Use new
--env
option ofnextstrain build
No longer need to create an envdir with ingest/bin/write-envdir to use with --exec env + `envdir env.d snakemake`. Moves the env variables in the GitHub Action workflow to the step that needs them to limit scope of their availability. Note the `PAT_GITHUB_DISPATCH` envvar was removed because we no longer trigger any downstream actions since b5fc2b9
Configuration menu - View commit details
-
Copy full SHA for fb401b3 - Browse repository at this point
Copy the full SHA fb401b3View commit details -
The model results are expected to be uploaded to the same AWS S3 bucket, so remove the unnecessary complexity caused by the nested `s3_dst` config param. This will make it easier to transition to using the pathogen-repo-build workflow for the run-model GitHub Action.
Configuration menu - View commit details
-
Copy full SHA for 0342dac - Browse repository at this point
Copy the full SHA 0342dacView commit details -
run-models workflow: Refactor to use pathogen-repo-build
Since the workflow config has been updated in the previous commit to use a top level `s3_dst` param, we can now easily override it in the GH Action workflow with input values for trial runs. This allows us to directly use the reusable pathogen-repo-build workflow. Note that `DATA_PROVENANCES` and `S3_DST` are passed as envvars to the reusable workflow so they can be interpolated in the build command, but they do _not_ need to be passed to the build runtime. Removed `bin/set-trial-optional-config` since we are no longer using a full config file to override the workflow configs.
Configuration menu - View commit details
-
Copy full SHA for c01db93 - Browse repository at this point
Copy the full SHA c01db93View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.