An Azure Pipelines Extension for easily integrating k6 performance testing into your existing CI/CD pipelines.
GNU Affero General Public License v3.0
7
stars
2
forks
source link
No agent found in pool Default which satisfies the specified demands : Go, Python, Agent.Version -gtVersion 2.217.2 #26
Open
MichkaPe opened 5 months ago
Hello, I got an issue when I tried to use k6 on a self-hosted azure devops agent.
Pipeline.yaml : pool: name: 'default'
variables: pnpm_config_cache: $(Pipeline.Workspace)/.pnpm-store buildConfiguration: 'Release'
steps:
Prepare environment
Installing node dependencies
Generating scenarii
Launching k6 tests
I have the k6 extension. I have k6, python and go instaled on the agent. I use azure devops server 2022 (on premise)
error message : No agent found in pool Default which satisfies the specified demands : Go, Python, Agent.Version -gtVersion 2.217.2