-
Notifications
You must be signed in to change notification settings - Fork 1k
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
feat(tests): use a single container with multiple php versions #1394
base: main
Are you sure you want to change the base?
Conversation
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.
phpbrew
seems nifty. ☕
…rm/php-docs-samples into use-multiphp-container
…rm/php-docs-samples into use-multiphp-container
…les into use-multiphp-container
@@ -3,7 +3,7 @@ | |||
# Configure the docker image for kokoro-trampoline. | |||
env_vars: { | |||
key: "TRAMPOLINE_IMAGE" | |||
value: "gcr.io/cloud-devrel-kokoro-resources/php80" | |||
value: "gcr.io/cloud-devrel-kokoro-resources/php-multi-test" |
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 cannot find it here: https://github.com/googleapis/testing-infra-docker/blob/main/php/php80/Dockerfile
Is it located somewhere else?
The goal here is to eventually break the tests down by sample directory instead of by PHP version. This will greatly simplify the complexity of our testing and speed up test execution.
/cc @ace-n