You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first drop down which daily.yml file should be used for running the tests, this must come from the valkey-io/valkey repo. Note, this is NOT the branch that will be checked out to run the tests against. This is controlled by the last two fields "repo owner and name" and "git branch".
To control which tests to run, you specific the jobs and tests to skip. You delete the tests you want to skip. So, for example, if you wanted to run only the normal tests on macos, you would delete "macos" from "jobs to skip" and delete "valkey" from "tests to skip". If you want to run everything, delete everything and replace it with "all".
You can additionally run specific tests by adding --single 'name of test' in the "extra test arguments" field. Example, --single unit/querbuf will just run the querybuf test.