Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Oct 10, 2023
1 parent da0ae09 commit a925eb6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,19 +202,19 @@ jobs:
- build_image
strategy:
matrix:
helm: ["helm_on", "helm_off"]
scheduling-gates: ["gates_on", "gates_off"]
allowed-namespaces: ["allowed_ns_on", "allowed_ns_off"]
helm: [helm_on, helm_off]
scheduling-gates: [gates_on, gates_off]
allowed-namespaces: [allowed_ns_on, allowed_ns_off]
exclude:
- helm: "helm_off"
scheduling-gates: "gates_on"
allowed-namespaces: "allowed_ns_on"
- helm: "helm_off"
scheduling-gates: "gates_off"
allowed-namespaces: "allowed_ns_on"
- helm: "helm_off"
scheduling-gates: "gates_on"
allowed-namespaces: "allowed_ns_off"
- helm: helm_off
scheduling-gates: gates_on
allowed-namespaces: allowed_ns_on
- helm: helm_off
scheduling-gates: gates_off
allowed-namespaces: allowed_ns_on
- helm: helm_off
scheduling-gates: gates_on
allowed-namespaces: allowed_ns_off
with:
runtime_tag: dev-${{ needs.prepare_ci_run.outputs.DATETIME }}
helm-install: ${{ matrix.helm }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ on:
helm-install:
description: "Decides whether to install via helm"
type: "string"
default: "helm_on"
default: helm_on
scheduling-gates:
description: "Decides whether to use scheduling gates"
type: "string"
default: "gates_off"
default: gates_off
allowed-namespaces:
description: "Decides whether to allow only certain namespaces"
type: "string"
default: "allowed_ns_off"
default: allowed_ns_off
env:
GO_VERSION: "~1.20"
# renovate: datasource=github-tags depName=kudobuilder/kuttl
Expand Down

0 comments on commit a925eb6

Please sign in to comment.