Skip to content

Commit

Permalink
added back python test
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon committed May 3, 2024
1 parent 688f81e commit 82cf863
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/operator-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ jobs:
sleep 5
go test -v -run TestJavaOnlyDeployment ./integration-tests/manifests/annotations -timeout 30m
sleep 5
go test -v -run TestPythonOnlyDeployment ./integration-tests/manifests/annotations -timeout 30m
sleep 5
go test -v -run TestAnnotationsOnMultipleResources ./integration-tests/manifests/annotations -timeout 30m

Expand Down
62 changes: 62 additions & 0 deletions integration-tests/terraform/gpu/.terraform.lock.hcl

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

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Modules":[{"Key":"","Source":"","Dir":"."},{"Key":"basic_components","Source":"../basic_components","Dir":"../basic_components"},{"Key":"basic_components.common","Source":"../common","Dir":"../common"},{"Key":"common","Source":"../common","Dir":"../common"}]}
9 changes: 9 additions & 0 deletions integration-tests/terraform/gpu/terraform.tfstate
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"version": 4,
"terraform_version": "1.5.7",
"serial": 1,
"lineage": "08976cdf-7fb8-691e-bed0-2006f7a8a261",
"outputs": {},
"resources": [],
"check_results": null
}

0 comments on commit 82cf863

Please sign in to comment.