mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
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:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user