Skip to content

Commit

Permalink
test: [M3-8088] - Fix One-Click App test failure by using Ubuntu 22.0…
Browse files Browse the repository at this point in the history
…4 image (#10447)

* Use Ubuntu 22.04 for Linode to resolve failure stemming from backend StackScript update

* Added changeset: Fix One-Click App test by using Ubuntu 22.04 image
  • Loading branch information
jdamore-linode authored May 8, 2024
1 parent 37586d4 commit af6d38a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-10447-fixed-1715190382947.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Fixed
---

Fix One-Click App test by using Ubuntu 22.04 image ([#10447](https://github.com/linode/manager/pull/10447))
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ describe('OneClick Apps (OCA)', () => {
description: 'Minecraft OCA',
ordinal: 10,
logo_url: 'assets/Minecraft.svg',
images: ['linode/debian11', 'linode/ubuntu20.04'],
images: ['linode/debian11', 'linode/ubuntu22.04'],
deployments_total: 18854,
deployments_active: 412,
is_public: true,
Expand Down Expand Up @@ -161,7 +161,7 @@ describe('OneClick Apps (OCA)', () => {

const firstName = randomLabel();
const password = randomString(16);
const image = 'linode/ubuntu20.04';
const image = 'linode/ubuntu22.04';
const rootPassword = randomString(16);
const region = chooseRegion();
const linodeLabel = randomLabel();
Expand Down

0 comments on commit af6d38a

Please sign in to comment.