Skip to content

Commit

Permalink
use image from keda registry
Browse files Browse the repository at this point in the history
Signed-off-by: Troy <[email protected]>
  • Loading branch information
troydn committed Apr 14, 2021
1 parent 4d31809 commit 26bb8ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/scalers/azure-pipelines.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test.serial('Deployment should scale to 3 replicas after queueing 3 jobs', async
var definitionID = parseInt(buildDefinitionID)

// wait for the first agent to be registered in the agent pool
await new Promise(resolve => setTimeout(resolve, 15 * 1000));
await new Promise(resolve => setTimeout(resolve, 20 * 1000));

for(let i = 0; i < 3; i++) {
await build.queueBuild(null, projectName, null, null, null, definitionID)
Expand Down Expand Up @@ -123,7 +123,7 @@ spec:
spec:
containers:
- name: azdevops-agent
image: docker.io/troydn/azdevopsagent:latest
image: ghcr.io/kedacore/tests-azure-pipelines-agent:b3a02cc
env:
- name: AZP_URL
value: {{AZP_URL}}
Expand Down

0 comments on commit 26bb8ba

Please sign in to comment.