Skip to content

Commit

Permalink
remove tests in favor of package tests (#2201)
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Wolf <[email protected]>
  • Loading branch information
joshrwolf authored Feb 9, 2024
1 parent 91db826 commit 5914975
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 83 deletions.
15 changes: 5 additions & 10 deletions images/kubeflow-pipelines-visualization-server/tests/main.tf
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
terraform {
required_providers {
oci = { source = "chainguard-dev/oci" }
}
}

variable "digest" {
description = "The image digest to run tests over."
}

data "oci_exec_test" "test" {
digest = var.digest
script = "${path.module}/smoke.sh"
}
# These tests are empty in favor of the package based testing here:
# https://github.com/wolfi-dev/os/pull/12766
#
# This module is left in tact to preserve the behavior of any callers, and
# reduce the downstream impact when and if image tests are added.
73 changes: 0 additions & 73 deletions images/kubeflow-pipelines-visualization-server/tests/smoke.sh

This file was deleted.

0 comments on commit 5914975

Please sign in to comment.