-
Notifications
You must be signed in to change notification settings - Fork 14
Disable Ruby 2.7-3.3 for multicontainer #5834
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
Conversation
|
|
9ea4ee7 to
b7ba1a6
Compare
|
Failed with: This is absurdly unclear, but that is apparently caused by the nginx reply contents that I commented out, but one can't comment in there. Note, when attempting to reproduce "locally" (i.e drive the VM creation locally), it stops earlier and I get this instead: |
b7ba1a6 to
1764b84
Compare
| healthcheck: | ||
| test: "curl -f http://localhost:8080" | ||
|
|
||
| ruby_3_4: |
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.
I think this is where the problem lies. In the nginx configuration, we are maintaining version 3.4.
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.
Damn, I swear I looked at that diff a dozen times over before pushing.
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.
There was another one, missing a } in nginx.conf:
location /ruby_3_4/ {
proxy_pass http://ruby_3_4_app/;
proxy_redirect off;
location /ruby_2_6/ {
proxy_pass http://ruby_2_6_app/;
proxy_redirect off;
}
1efe899 to
fb8730f
Compare
This is a mitigation for crossing the 1h timeout. These versions should be extracted to single container cases, while multicontainer should test an actually interesting multicontainer. Meanwhile, we keep the min and max.
fb8730f to
79df244
Compare
Motivation
This is a mitigation for crossing the 1h timeout.
These versions should be extracted to single container cases, while multicontainer should test an actually interesting multicontainer.
Changes
We keep the min and max,
but comment out bits and keep dead Dockerfiles for them to be moved sooner rather than later.EDIT: Removed those as well as commenting out is not an option because JSON.Workflow
🚀 Once your PR is reviewed and the CI green, you can merge it!
🛟 #apm-shared-testing 🛟
Reviewer checklist
[<language>], double-check that only<language>is impacted by the changebuild-XXX-imagelabel is present