Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit f94df23

Browse files
committed
commenting out the 2 tests for alpine and cent on x86 cause the kube pod is freezing up due to possible memory overage
1 parent 6c9f1d3 commit f94df23

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/jenkins/fhe_docker_jenkins_trigger_pr_tests.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ if [[ "$BUILD_TYPE" == "S390" ]]; then
7171
else
7272
test_toolkit "ubuntu"
7373
test_toolkit "fedora"
74-
test_toolkit "alpine"
75-
test_toolkit "centos"
74+
## Commenting these out for now b/c the kubernetes can't handle it all at once
75+
# test_toolkit "alpine"
76+
# test_toolkit "centos"
7677
fi
7778

7879

0 commit comments

Comments
 (0)