Skip to content

Commit c84c1e4

Browse files
committed
latest
Signed-off-by: dumb0002 <Braulio.Dumba@ibm.com>
1 parent 750ffec commit c84c1e4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci-e2e-openshift.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,6 @@ jobs:
869869

870870
- name: Run OpenShift E2E tests
871871
env:
872-
# E2E test configuration matching Makefile variables
873872
ENVIRONMENT: openshift
874873
POLICIES_ENABLED: "false"
875874
LIMIT: "600"
@@ -891,7 +890,7 @@ jobs:
891890
echo " ISC: $ISC"
892891
echo " LC: $LC"
893892
echo " RS: $RS"
894-
make test-e2e-full
893+
make ocp-e2e-full
895894
896895
- name: List event objects
897896
if: always()

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,8 @@ generate: $(CONTROLLER_GEN_VERSION) ## Generate code containing DeepCopy, DeepCo
134134
generate_client: $(CODE_GEN_DIR) ## (Re-)generate generated files
135135
./hack/generate-client.sh
136136

137-
##@ Testing
138137

139-
# E2E test configuration
138+
# OCP E2E test configuration
140139
KUBECONFIG ?= $(HOME)/.kube/config
141140
ENVIRONMENT ?= openshift
142141
POLICIES_ENABLED ?= false

0 commit comments

Comments
 (0)