Skip to content

Commit 7b3332c

Browse files
fix(e2e-tests): comment out unknown command/function
Signed-off-by: Christoph Jerolimov <[email protected]>
1 parent 0066404 commit 7b3332c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.ibm/pipelines/jobs/eks-helm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ handle_eks_helm() {
1717
log::info "Starting EKS Helm deployment"
1818

1919
# Verify EKS cluster connectivity
20-
aws_eks_verify_cluster
20+
# FIXME(gustavolira): restore/reenable this function?! aws_eks_verify_cluster
2121

2222
# Get cluster information
23-
aws_eks_get_cluster_info
23+
# FIXME(gustavolira): restore/reenable this function?! aws_eks_get_cluster_info
2424

2525
export NAME_SPACE="${NAME_SPACE:-showcase-k8s-ci-nightly}"
2626
export NAME_SPACE_RBAC="${NAME_SPACE_RBAC:-showcase-rbac-k8s-ci-nightly}"

.ibm/pipelines/jobs/eks-operator.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ handle_eks_operator() {
1717
log::info "Starting EKS Operator deployment"
1818

1919
# Verify EKS cluster connectivity
20-
aws_eks_verify_cluster
20+
# FIXME(gustavolira): restore/reenable this function?! aws_eks_verify_cluster
2121

2222
# Get cluster information
23-
aws_eks_get_cluster_info
23+
# FIXME(gustavolira): restore/reenable this function?! aws_eks_get_cluster_info
2424

2525
export NAME_SPACE="${NAME_SPACE:-showcase-k8s-ci-nightly}"
2626
export NAME_SPACE_RBAC="${NAME_SPACE_RBAC:-showcase-rbac-k8s-ci-nightly}"

0 commit comments

Comments
 (0)