Skip to content

Commit 98e3cf2

Browse files
committed
test CNF-16979: Remove Event API v1 support from consumer app
Signed-off-by: Jack Ding <[email protected]>
1 parent a5c91ee commit 98e3cf2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ci-operator/step-registry/telco5g/ptp/telco5g-ptp-workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ workflow:
77
- ref: telco5g-ptp-tests
88
post:
99
#[dev-ci] skip gather to speed up the pipeline
10-
- chain: gather
10+
# - chain: gather
1111
documentation: |-
1212
Install a cluster through an ssh for telco5g testing
1313
and run telco5g e2e PTP tests on it.

ci-operator/step-registry/telco5g/ptp/tests/telco5g-ptp-tests-commands.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,9 @@ export IMG_VERSION="release-${T5CI_VERSION}"
227227
export KUBECONFIG=$SHARED_DIR/kubeconfig
228228

229229
#[dev-ci] use dev branch for test code if needed
230-
#export TEST_BRANCH="ci-v2"
230+
export TEST_BRANCH="remove-consumer-v1"
231231
#[dev-ci] use dev branch for product code
232-
#export PTP_UNDER_TEST_BRANCH="oran-4.16"
232+
export PTP_UNDER_TEST_BRANCH="remove-consumer-v1"
233233

234234
# Set go version
235235
if [[ "$T5CI_VERSION" =~ 4.1[2-5]+ ]]; then
@@ -286,7 +286,7 @@ if [[ "$T5CI_VERSION" =~ 4.1[2-8]+ ]]; then
286286
export CONSUMER_IMG="quay.io/redhat-cne/cloud-event-consumer:release-4.18"
287287
# event API v1 is removed from 4.19 onwards
288288
else
289-
export CONSUMER_IMG="quay.io/redhat-cne/cloud-event-consumer:latest"
289+
export CONSUMER_IMG="quay.io/jacding/cloud-event-consumer:remove-v1"
290290
fi
291291

292292
# wait for the linuxptp-daemon to be deployed

0 commit comments

Comments
 (0)