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

feat(platform-tests): Add 3rd-party platform testing to the release pipeline #210

Merged
merged 2 commits into from
Nov 4, 2024

Conversation

adambollen
Copy link
Contributor

Description

This PR adds support for validating the .NET driver in Azure Functions to ensure that a release build doesn't break one of the most popular 3rd-party platform that .NET customers would likely use for serverless functions.

The pipeline references a private repo, fauna/testtools, which just contains a simple Hello World app and the script collateral needed to publish the Azure Function app.

Motivation and context

BT-4442

How was the change tested?

Tested the setup scripts, test case, and Dockerfile build locally against real Azure; the image build part of the pipeline may require some iteration.

Screenshots (if appropriate):

Change types

    • Bug fix (non-breaking change that fixes an issue)
    • New feature (non-breaking change that adds functionality)
    • Breaking change (backwards-incompatible fix or feature)

Checklist:

    • My code follows the code style of this project.
    • My change requires a change to Fauna documentation.
    • My change requires a change to the README, and I have updated it accordingly.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Contributor

@pnwpedro pnwpedro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, one question tho.

concourse/pipeline.yml Show resolved Hide resolved
@adambollen adambollen merged commit d6896c2 into main Nov 4, 2024
1 check passed
@adambollen adambollen deleted the platform-tests branch November 4, 2024 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants