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 Nov 5, 2024
1 parent 9bf14db commit e3fddb8
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 612 deletions.
9 changes: 0 additions & 9 deletions generated.tf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions images/jenkins/tests/controller/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,18 @@ variable "values" {
}
}

variable "helm_chart_version" {
type = string
default = ""
}

module "helm" {
source = "../../../../tflib/imagetest/helm"

namespace = "jenkins"
chart = "jenkins"
repo = "https://charts.jenkins.io"
namespace = "jenkins"
chart = "jenkins"
repo = "https://charts.jenkins.io"
chart_version = var.helm_chart_version

values = var.values
}
Expand Down
8 changes: 7 additions & 1 deletion images/jenkins/tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ variable "digest" {
description = "The image digest to run tests over."
}

variable "helm_chart_version" {
type = string
default = ""
}

locals { parsed = provider::oci::parse(var.digest) }

data "imagetest_inventory" "this" {}
Expand All @@ -32,7 +37,8 @@ resource "imagetest_harness_k3s" "this" {
}

module "helm_controller" {
source = "./controller"
source = "./controller"
helm_chart_version = var.helm_chart_version
values = {
namespace = local.namespace
fullnameOverride = local.namespace
Expand Down
128 changes: 0 additions & 128 deletions images/pytorch-cuda12/README.md

This file was deleted.

97 changes: 0 additions & 97 deletions images/pytorch-cuda12/TESTING.md

This file was deleted.

51 changes: 0 additions & 51 deletions images/pytorch-cuda12/config/main.tf

This file was deleted.

8 changes: 0 additions & 8 deletions images/pytorch-cuda12/generated.tf

This file was deleted.

40 changes: 0 additions & 40 deletions images/pytorch-cuda12/main.tf

This file was deleted.

Loading

0 comments on commit e3fddb8

Please sign in to comment.