Skip to content

Commit

Permalink
automated commit
Browse files Browse the repository at this point in the history
Signed-off-by: Public copy <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 23, 2024
1 parent 5d4df0f commit 9113491
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
8 changes: 5 additions & 3 deletions images/gitlab-exporter/tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "imagetest_harness_k3s" "k3s" {
name = "gitlab-exporter-k3s"
resources = {
cpu = {
request = "8Gi"
request = "7"
}
memory = {
request = "16Gi"
Expand All @@ -42,7 +42,7 @@ module "helm" {
name = "gitlab"
repo = "https://charts.gitlab.io"
source = "../../../tflib/imagetest/helm"
timeout = "20m"
timeout = "45m"
values = {
create_namespace = false
global = {
Expand Down Expand Up @@ -148,6 +148,8 @@ resource "imagetest_feature" "k3s" {
harness = imagetest_harness_k3s.k3s
labels = {
type = "k8s"
# Group this image into a gitlab only shard
"shard::group" = "gitlab"
}
name = "Basic"
steps = [
Expand All @@ -171,7 +173,7 @@ resource "imagetest_feature" "k3s" {
}
]
timeouts = {
create = "20m"
create = "45m"
}
}

6 changes: 3 additions & 3 deletions images/gitlab-kas/tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "imagetest_harness_k3s" "k3s" {
name = "gitlab-kas-k3s"
resources = {
cpu = {
request = "8Gi"
request = "7"
}
memory = {
request = "16Gi"
Expand All @@ -42,7 +42,7 @@ module "helm" {
name = "gitlab"
repo = "https://charts.gitlab.io"
source = "../../../tflib/imagetest/helm"
timeout = "20m"
timeout = "45m"
values = {
create_namespace = false
global = {
Expand Down Expand Up @@ -173,7 +173,7 @@ resource "imagetest_feature" "k3s" {
}
]
timeouts = {
create = "20m"
create = "45m"
}
}

8 changes: 5 additions & 3 deletions images/gitlab-pages/tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "imagetest_harness_k3s" "k3s" {
name = "gitlab-pages-k3s"
resources = {
cpu = {
request = "8Gi"
request = "7"
}
memory = {
request = "16Gi"
Expand All @@ -42,7 +42,7 @@ module "helm" {
name = "gitlab"
repo = "https://charts.gitlab.io"
source = "../../../tflib/imagetest/helm"
timeout = "20m"
timeout = "45m"
values = {
create_namespace = false
global = {
Expand Down Expand Up @@ -157,6 +157,8 @@ resource "imagetest_feature" "k3s" {
harness = imagetest_harness_k3s.k3s
labels = {
type = "k8s"
# Group this image into a gitlab only shard
"shard::group" = "gitlab"
}
name = "Basic"
steps = [
Expand All @@ -180,7 +182,7 @@ resource "imagetest_feature" "k3s" {
}
]
timeouts = {
create = "20m"
create = "45m"
}
}

8 changes: 5 additions & 3 deletions images/gitlab-shell/tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "imagetest_harness_k3s" "this" {
name = "gitlab-shell"
resources = {
cpu = {
request = "8Gi"
request = "7"
}
memory = {
request = "16Gi"
Expand All @@ -45,7 +45,7 @@ module "helm" {
name = "gitlab"
repo = "https://charts.gitlab.io"
source = "../../../tflib/imagetest/helm"
timeout = "20m"
timeout = "45m"
values = {
create_namespace = false
global = {
Expand Down Expand Up @@ -157,6 +157,8 @@ resource "imagetest_feature" "k3s" {
harness = imagetest_harness_k3s.this
labels = {
type = "k8s"
# Group this image into a gitlab only shard
"shard::group" = "gitlab"
}
name = "Basic"
steps = [
Expand Down Expand Up @@ -185,7 +187,7 @@ resource "imagetest_feature" "k3s" {
},
]
timeouts = {
create = "20m"
create = "45m"
}
}

0 comments on commit 9113491

Please sign in to comment.