grafana / k6-azure-pipelines-extension

An Azure Pipelines Extension for easily integrating k6 performance testing into your existing CI/CD pipelines.
https://marketplace.visualstudio.com/items?itemName=k6.k6-load-test
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

MichkaPe commented 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

amitasil commented 2 months ago

I am also getting the same issue while running k6 scripts from Azure DevOps Pipeline. Any solution for this?