Skip to content

Commit

Permalink
disabling pytorch test (#2708)
Browse files Browse the repository at this point in the history
  • Loading branch information
srishtih authored May 20, 2024
1 parent 088f34d commit f13908b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/pytorch-cuda12/tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ variable "digest" {
description = "The image digest to run tests over."
}

/*
locals { parsed = provider::oci::parse(var.digest) }
data "imagetest_inventory" "this" {}
Expand Down Expand Up @@ -69,7 +70,7 @@ resource "imagetest_feature" "basic" {
{
name = "Helm install"
cmd = module.helm.install_cmd
},
},
{
name = "Pytorch Helm tests"
workdir = "/tests"
Expand All @@ -88,3 +89,4 @@ resource "imagetest_feature" "basic" {
create = "30m"
}
}
*/

0 comments on commit f13908b

Please sign in to comment.