Add manually-triggered workflow for expensive (live-LLM) tests#433
Open
rajeee wants to merge 10 commits into
Open
Add manually-triggered workflow for expensive (live-LLM) tests#433rajeee wants to merge 10 commits into
rajeee wants to merge 10 commits into
Conversation
| if [ -n "${TEST_FILTER}" ]; then | ||
| args+=(-k "${TEST_FILTER}") | ||
| fi | ||
| args+=(tests/python/evals) |
Comment on lines
+17
to
+24
| marker: | ||
| description: Which evals to run. | ||
| required: false | ||
| type: choice | ||
| default: "dev_eval" | ||
| options: | ||
| - "dev_eval" | ||
| - "held_out" |
Comment on lines
+9
to
+12
| permissions: | ||
| contents: read | ||
| pull-requests: write | ||
| issues: write |
Comment on lines
+31
to
+33
| gated-tests: | ||
| name: Run gated tests | ||
| runs-on: ubuntu-latest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add a manually triggered Action to run evals.
I was testing this here: https://github.com/rajeee/compass/actions/runs/26420461319
Unfortunately, looks like it isn't easy to get the API calls to work when made through Github Actions - which are outside of the NLR VPN whitelist for Azure.