-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove tests in favor of package tests (#2201)
Signed-off-by: Josh Wolf <[email protected]>
- Loading branch information
Showing
2 changed files
with
5 additions
and
83 deletions.
There are no files selected for viewing
15 changes: 5 additions & 10 deletions
15
images/kubeflow-pipelines-visualization-server/tests/main.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
73
images/kubeflow-pipelines-visualization-server/tests/smoke.sh
This file was deleted.
Oops, something went wrong.