Skip to content

Commit

Permalink
Update kind test dspo ns to opendatahub.
Browse files Browse the repository at this point in the history
Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
  • Loading branch information
HumairAK committed Jan 8, 2024
1 parent 2f961f7 commit efc1399
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kind-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ jobs:
env:
DSPO_IMAGE: ${{env.REGISTRY_ADDRESS}}/data-science-pipelines-operator
run: |
kubectl create namespace odh-applications
kubectl create namespace opendatahub
make podman-push -e IMG="${DSPO_IMAGE}"
make deploy-kind -e IMG="${DSPO_IMAGE}"
- name: Wait for DSPO deployment
run: |
kubectl wait -n odh-applications --timeout=60s --for=condition=Available=true deployment data-science-pipelines-operator-controller-manager
kubectl wait -n opendatahub --timeout=60s --for=condition=Available=true deployment data-science-pipelines-operator-controller-manager
- name: Create DSPA Namespace
run: |
Expand Down
2 changes: 1 addition & 1 deletion config/overlays/kind-tests/img_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: data-science-pipelines-operator-controller-manager
namespace: odh-applications
namespace: opendatahub
spec:
template:
spec:
Expand Down
2 changes: 1 addition & 1 deletion config/overlays/kind-tests/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: odh-applications
namespace: opendatahub
resources:
- ../../base
patchesStrategicMerge:
Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ go run github.com/onsi/ginkgo/v2/ginkgo --tags=test_integration -- \

The `skipDeploy` and `skipCleanup` flags are independent, and can be added/left out as needed for your use case.

[kind-workflow]: ../.github/workflows/ci-kind-tests.yml
[kind-workflow]: ../.github/workflows/kind-integration.yml

0 comments on commit efc1399

Please sign in to comment.