File tree 2 files changed +4
-4
lines changed
ci-operator/step-registry/telco5g/ptp
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ workflow:
7
7
- ref : telco5g-ptp-tests
8
8
post :
9
9
# [dev-ci] skip gather to speed up the pipeline
10
- - chain : gather
10
+ # - chain: gather
11
11
documentation : |-
12
12
Install a cluster through an ssh for telco5g testing
13
13
and run telco5g e2e PTP tests on it.
Original file line number Diff line number Diff line change @@ -227,9 +227,9 @@ export IMG_VERSION="release-${T5CI_VERSION}"
227
227
export KUBECONFIG=$SHARED_DIR /kubeconfig
228
228
229
229
# [dev-ci] use dev branch for test code if needed
230
- # export TEST_BRANCH="ci-v2 "
230
+ export TEST_BRANCH=" remove-consumer-v1 "
231
231
# [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 "
233
233
234
234
# Set go version
235
235
if [[ " $T5CI_VERSION " =~ 4.1[2-5]+ ]]; then
@@ -286,7 +286,7 @@ if [[ "$T5CI_VERSION" =~ 4.1[2-8]+ ]]; then
286
286
export CONSUMER_IMG=" quay.io/redhat-cne/cloud-event-consumer:release-4.18"
287
287
# event API v1 is removed from 4.19 onwards
288
288
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 "
290
290
fi
291
291
292
292
# wait for the linuxptp-daemon to be deployed
You can’t perform that action at this time.
0 commit comments