Skip to content

Commit

Permalink
Merge pull request #645 from rust-lang/chore-ci-staging-recreate-project
Browse files Browse the repository at this point in the history
chore(ci-staging): recreate code build project
  • Loading branch information
MarcoIeni authored Dec 6, 2024
2 parents f711b4a + ba1e1c2 commit 5220d81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terragrunt/modules/ci-runners/codebuild.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ resource "aws_codebuild_project" "ubuntu_small" {
}
}

resource "aws_codebuild_project" "ubuntu_24_4c" {
name = "ubuntu-24-4c"
resource "aws_codebuild_project" "ubuntu_22_4c" {
name = "ubuntu-22-4c"
service_role = aws_iam_role.codebuild_role.arn

artifacts {
Expand All @@ -71,7 +71,7 @@ resource "aws_codebuild_project" "ubuntu_24_4c" {

environment {
compute_type = "BUILD_GENERAL1_MEDIUM"
// ubuntu
// ubuntu 22
image = "aws/codebuild/standard:7.0-24.10.29"
type = "LINUX_CONTAINER"
image_pull_credentials_type = "CODEBUILD"
Expand Down

0 comments on commit 5220d81

Please sign in to comment.