diff --git a/.ibm/pipelines/jobs/eks-helm.sh b/.ibm/pipelines/jobs/eks-helm.sh index d6923f9092..46df82b386 100644 --- a/.ibm/pipelines/jobs/eks-helm.sh +++ b/.ibm/pipelines/jobs/eks-helm.sh @@ -17,10 +17,10 @@ handle_eks_helm() { log::info "Starting EKS Helm deployment" # Verify EKS cluster connectivity - aws_eks_verify_cluster + # FIXME(gustavolira): restore/reenable this function?! aws_eks_verify_cluster # Get cluster information - aws_eks_get_cluster_info + # FIXME(gustavolira): restore/reenable this function?! aws_eks_get_cluster_info export NAME_SPACE="${NAME_SPACE:-showcase-k8s-ci-nightly}" export NAME_SPACE_RBAC="${NAME_SPACE_RBAC:-showcase-rbac-k8s-ci-nightly}" diff --git a/.ibm/pipelines/jobs/eks-operator.sh b/.ibm/pipelines/jobs/eks-operator.sh index 96f079abfb..d7b658d29a 100644 --- a/.ibm/pipelines/jobs/eks-operator.sh +++ b/.ibm/pipelines/jobs/eks-operator.sh @@ -17,10 +17,10 @@ handle_eks_operator() { log::info "Starting EKS Operator deployment" # Verify EKS cluster connectivity - aws_eks_verify_cluster + # FIXME(gustavolira): restore/reenable this function?! aws_eks_verify_cluster # Get cluster information - aws_eks_get_cluster_info + # FIXME(gustavolira): restore/reenable this function?! aws_eks_get_cluster_info export NAME_SPACE="${NAME_SPACE:-showcase-k8s-ci-nightly}" export NAME_SPACE_RBAC="${NAME_SPACE_RBAC:-showcase-rbac-k8s-ci-nightly}" diff --git a/.ibm/pipelines/openshift-ci-tests.sh b/.ibm/pipelines/openshift-ci-tests.sh index 81340c2f3a..84ea6a53a2 100755 --- a/.ibm/pipelines/openshift-ci-tests.sh +++ b/.ibm/pipelines/openshift-ci-tests.sh @@ -43,7 +43,7 @@ source "${DIR}/utils.sh" main() { log::info "Log file: ${LOGFILE}" - log::info "JOB_NAME : $JOB_NAME" + log::info "JOB_NAME: $JOB_NAME" CHART_VERSION=$(get_chart_version "$CHART_MAJOR_VERSION") export CHART_VERSION