Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .ibm/pipelines/jobs/eks-helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
4 changes: 2 additions & 2 deletions .ibm/pipelines/jobs/eks-operator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion .ibm/pipelines/openshift-ci-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading