wangyang0918 commented on code in PR #197:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/197#discussion_r867839436
##########
.github/workflows/ci.yml:
##########
@@ -143,10 +150,13 @@ jobs:
kubectl get pods
- name: Run Flink e2e tests
run: |
+ sed -i "s/image: flink:.*/image: ${{ matrix.versions.image }}/"
e2e-tests/data/*.yaml
+ sed -i "s/flinkVersion: .*/flinkVersion: ${{
matrix.versions.flinkVersion }}/" e2e-tests/data/*.yaml
ls e2e-tests/test_*.sh | while read script_test;do \
Review Comment:
I would like to add a `git diff HEAD` here to verify that the `sed` is
executed successfully.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]