Skip to content

Commit

Permalink
unit_tests: switched envs back
Browse files Browse the repository at this point in the history
  • Loading branch information
godfryd committed Oct 23, 2021
1 parent b24d2e1 commit 98fc2c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .kraken/unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def stage(ctx):
#"system": "krakenci/ubuntu:20.04",
#"agents_group": "docker",
#"executor": "docker",
"system": "ubuntu:20.04",
"agents_group": "aws-ecs-fg",
"system": "Canonical:0001-com-ubuntu-server-focal:20_04-lts:20.04.202109080",
"agents_group": "azure-vm",
"config": "default"
}]
}, {
Expand Down Expand Up @@ -88,8 +88,8 @@ def stage(ctx):
#"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",
"system": "ubuntu:20.04",
"agents_group": "aws-ecs-fg",
"config": "default"
}]
}],
Expand Down

0 comments on commit 98fc2c9

Please sign in to comment.