Define workflows to be able to run from a config file or some given parameters#574
Define workflows to be able to run from a config file or some given parameters#574R-Palazzo wants to merge 6 commits intoissue-546-benchmark-generatorfrom
Conversation
There was a problem hiding this comment.
TODO: Remove this workflow before merging.
Testing purpose
There was a problem hiding this comment.
TODO: Remove this workflow before merging.
Testing purpose
There was a problem hiding this comment.
TODO: Remove this yaml file before merging.
Testing purpose
| workflow_call: | ||
| inputs: | ||
| config_filepath: | ||
| required: true | ||
| type: string | ||
| secrets: | ||
| SDV_ENTERPRISE_USERNAME: | ||
| required: true | ||
| SDV_ENTERPRISE_LICENSE_KEY: | ||
| required: true | ||
| GCP_SERVICE_ACCOUNT_JSON: | ||
| required: true | ||
| GCP_PROJECT_ID: | ||
| required: true | ||
| GCP_ZONE: | ||
| required: true | ||
| AWS_ACCESS_KEY_ID: | ||
| required: true | ||
| AWS_SECRET_ACCESS_KEY: | ||
| required: true |
There was a problem hiding this comment.
This is only for testing I will remove it before merging.
After it's merged to main we should be able to use the workflow dispatch
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## issue-546-benchmark-generator #574 +/- ##
==============================================================
Coverage 83.37% 83.37%
==============================================================
Files 39 39
Lines 3404 3404
==============================================================
Hits 2838 2838
Misses 566 566
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Resolve #547
CU-86b8h63t2
Test with given parameters: https://github.com/sdv-dev/SDGym/actions/runs/22963032440
Test with a config file: https://github.com/sdv-dev/SDGym/actions/runs/22963815360