Skip to content

Commit 3a5ae29

Browse files
authored
Update acceptance test job (openshift#63205)
1 parent 5c79d12 commit 3a5ae29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci-operator/step-registry/distributed-tracing/tests/acceptance/distributed-tracing-tests-acceptance-commands.sh

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ fi
1616
#Copy the distributed-tracing-qe repo files to a writable directory.
1717
cp -R /tmp/distributed-tracing-qe /tmp/distributed-tracing-tests && cd /tmp/distributed-tracing-tests
1818

19+
#Enable user workload monitoring
20+
oc apply -f tests/e2e-acceptance/otlp-metrics-traces/01-workload-monitoring.yaml
21+
#Tag OCP worker nodes required for targetallocator features test
22+
oc get nodes -l node-role.kubernetes.io/worker -o jsonpath='{range .items[*]}{.metadata.name}{"\n"}{end}' | xargs -I {} oc label nodes {} ingress-ready=true
23+
1924
# Execute Distributed Tracing tests
2025
chainsaw test \
2126
--report-name "junit_distributed_tracing_tests_acceptance" \

0 commit comments

Comments
 (0)