-
Notifications
You must be signed in to change notification settings - Fork 13.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FLINK-35526] Use more up to date jq docker image for Flink e2e tests #24892
Conversation
Thanks for the PR! I am good with either option though. |
Thanks for the review. I actually like your proposal a lot. Will change it. |
First iteration of this PR was green: https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=60071 |
@@ -150,7 +150,7 @@ function s3_get_number_of_lines_by_prefix() { | |||
|
|||
# find all files that have the given prefix | |||
parts=$(aws_cli s3api list-objects --bucket "$IT_CASE_S3_BUCKET" --prefix "$1" | | |||
docker run -i --rm stedolan/jq -r '[.Contents[].Key] | join(" ")') | |||
docker run -i --rm ghcr.io/jqlang/jq -r '[.Contents[].Key] | join(" ")') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be worth adding in the version tag instead of using latest? Thinking about test reproducibility.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good point, thank you!
Our CI logs contain this warning: https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=60060&view=logs&j=af184cdd-c6d8-5084-0b69-7e9c67b35f7a&t=0f3adb59-eefa-51c6-2858-3654d9e0749d&l=3828