-
Notifications
You must be signed in to change notification settings - Fork 16
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
Added self-hosted runner in run system tests workflow #479
Conversation
Addressing Brad's comment from here
|
some observations on the runners:
|
What does this Pull Request accomplish?
run_tests
workflow intorun_unit_tests
&run_system_tests
workflows.ni-measurementlink-service
folder./tests/unit
with and withoutextras
install.ni-measurementlink-generator
folder.ni-measurementlink-service
folder./tests/acceptance
,./tests/integration
with allextras
installed as these tests require real drivers.tox
environment to run these tests on multiple python version to reduce the number of runners.rdss-measlinkbot-win-10-py32
,rdss-measlinkbot-win-10-py64
).Why should this Pull Request be merged?
Implements Task 2534163: Set up self hosted runner in repo and verify the repo pipeline
Completes Technical Debt 2487132: Need to have a self-hosted runner with MeasurementLink installed (GitHub Issue #351)
What testing has been done?
Tested pipeline run system tests workflow.