Skip to content

Commit

Permalink
switched agent unit tests to azure vms
Browse files Browse the repository at this point in the history
  • Loading branch information
godfryd committed Oct 14, 2021
1 parent b490325 commit b5c5009
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .kraken/unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ def stage(ctx):
"cwd": "kraken/agent"
}],
"environments": [{
"system": "krakenci/ubuntu:20.04",
"agents_group": "docker",
"executor": "docker",
#"system": "krakenci/ubuntu:20.04",
#"agents_group": "docker",
#"executor": "docker",
"system": "Canonical:0001-com-ubuntu-server-focal:20_04-lts:20.04.202109080",
"agents_group": "azure-vm",
"config": "default"
}]
}, {
Expand Down

0 comments on commit b5c5009

Please sign in to comment.