Skip to content

Commit

Permalink
Add Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Daemonslayer2048 committed Jan 13, 2025
1 parent a7396b2 commit 942049e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Ubuntu

on:
pull_request:
workflow_dispatch:

jobs:

"_22_":
uses: ./.github/workflows/reusable_integration_testing.yml
with:
os: rocky8
ssh_user: ubuntu
secrets: inherit
"_24_":
uses: ./.github/workflows/reusable_integration_testing.yml
with:
os: rocky9
ssh_user: ubuntu
secrets: inherit
8 changes: 8 additions & 0 deletions testing/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ variable "amis" {
ami = "ami-05150ea4d8a533099"
user = "rocky"
}
"ubuntu22" = {
ami = "ami-00eb69d236edcfaf8"
user = "ubuntu"
}
"ubuntu24" = {
ami = "ami-036841078a4b68e14"
user = "ubuntu"
}
}
}
}
Expand Down

0 comments on commit 942049e

Please sign in to comment.