Skip to content

Commit

Permalink
Use aptdcon Ubuntu Fixes (aws#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethAmazon committed Mar 31, 2022
1 parent 4dcea9a commit 74ccc18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integrationTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ jobs:
matrix:
arrays: [
{ os: "ubuntu", username: "ubuntu",
installAgentCommand: "dpkg -i -E ./amazon-cloudwatch-agent.deb",
# ubuntu needs to have dpkg lock cleared before installing cw agent
installAgentCommand: "aptdcon --safe-upgrade && sudo dpkg -i -E ./amazon-cloudwatch-agent.deb",
ami: "cloudwatch-agent-integration-test-ubuntu*", caCertPath: "/etc/ssl/certs/ca-certificates.crt",
arc: "amd64", binaryName: "amazon-cloudwatch-agent.deb" },
{ os: "al2", username: "ec2-user",
Expand Down

0 comments on commit 74ccc18

Please sign in to comment.