Skip to content
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

Test infra updates #483

Merged
merged 3 commits into from
Dec 18, 2023
Merged

Test infra updates #483

merged 3 commits into from
Dec 18, 2023

Commits on Dec 18, 2023

  1. chore: Update pubsub service on docker-compose.yml

    Update the pubsub service for the development docker-compose.yml file compatible with the CircleCI and current tests configuration.
    
    Signed-off-by: Paulo Vital <paulo.vital@ibm.com>
    pvital committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    02a019a View commit details
    Browse the repository at this point in the history
  2. chore: Set docker-compose images to latest version

    Since our development is not based on the server versioning, but the
    Python client one, let's use the latest versions of the container
    images configured in the docker-compose file.
    
    Signed-off-by: Paulo Vital <paulo.vital@ibm.com>
    pvital committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    f9ad1d5 View commit details
    Browse the repository at this point in the history
  3. chore(ci+tests): Set PostgreSQL password.

    Following the necessary requirements for the most recent versions of the
    PostgreSQL, let's set a simple and dummy password.
    
    Signed-off-by: Paulo Vital <paulo.vital@ibm.com>
    pvital committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    87c25b9 View commit details
    Browse the repository at this point in the history