Stop testing binding-related code since the Service Binding Operator has been deprecated [1]

Also add warning notes to the corresponding command reference pages.

This section used to cause a bunch of flaky tests,
even if it hasn't seen any changes over the past months/years.

[1] https://redhat-developer.github.io/service-binding-operator/userguide/intro.html
This commit is contained in:
Armel Soro
2024-07-18 00:08:12 +02:00
parent 817faa69fd
commit fc2ffce43a
8 changed files with 43 additions and 4 deletions

View File

@@ -124,7 +124,9 @@ jobs:
fail-fast: false
matrix:
k8s_version: [v1.28.0, v1.27.3, v1.26.6]
service_binding: ["false", "true"]
service_binding:
- "false"
# - "true" # Service Binding Operator deprecated as of Feb 2024
name: "K8s Tests (${{ matrix.k8s_version }}/ServiceBinding=${{ matrix.service_binding }})"
runs-on: ubuntu-latest
needs: build_odo