Skip to content

GAX Showcase tests now take 40 minutes to run #9404

Description

@bshaffer

Since merging #9299 , the Showcase Conformance tests have gone from 5m to 40m. I believe this has to do with gRPC being required in the setup, and that it isn't being pulled from cache as it is for our other tests.

https://github.com/googleapis/google-cloud-php/actions/workflows/conformance-tests-gax-showcase.yaml

This should be an easy fix, we just need to configure it similarly to our unit tests to use the same extensions cache:

- name: Setup cache environment
id: extcache
uses: shivammathur/cache-extensions@v1
with:
php-version: ${{ matrix.php }}
extensions: sodium, sysvshm, ${{ matrix.extensions }}
key: cache-key-1 # increment to bust the cache

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions