Skip to content

Add manually-triggered workflow for expensive (live-LLM) tests#433

Open
rajeee wants to merge 10 commits into
mainfrom
expensive-test-workflow
Open

Add manually-triggered workflow for expensive (live-LLM) tests#433
rajeee wants to merge 10 commits into
mainfrom
expensive-test-workflow

Conversation

@rajeee
Copy link
Copy Markdown
Collaborator

@rajeee rajeee commented May 23, 2026

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.

@rajeee rajeee requested review from castelao and ppinchuk as code owners May 23, 2026 00:23
Copilot AI review requested due to automatic review settings May 23, 2026 00:23

This comment was marked as resolved.

Comment thread .github/workflows/expensive-tests.yml Fixed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 4 comments.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants