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: update pipeline to allow testing with dev libraries #1520

Merged
merged 18 commits into from
Jul 1, 2024

Conversation

hallvictoria
Copy link
Contributor

@hallvictoria hallvictoria commented Jun 26, 2024

Description

1. Adds two new options when running tests:

  • Run using dev version of azure-functions
  • Run using dev version of azurefunctions-extensions-xxx

If pipeline variables are set to true:

  • Dev version of package (either azure-functions or specificed extensions package) will be pulled from the latest official build of that respective repo
  • Dev package will be installed (instead of released version)
  • Integration tests (E2E, unit, and LC) will run using the dev package

Default is that all variables are set to false, and the test pipeline runs with the released packages.

2. Fixes permissions issue in public build where 1ES PT tries to tag the build but the build is from a fork.

Fixes #


PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • If applicable, the PR references the bug/issue that it fixes in the description.
  • New Unit tests were added for the changes made and CI is passing.

Quality of Code and Contribution Guidelines

@hallvictoria hallvictoria marked this pull request as ready for review July 1, 2024 15:46
@hallvictoria hallvictoria merged commit e87a31a into dev Jul 1, 2024
6 of 15 checks passed
@hallvictoria hallvictoria deleted the hallvictoria/test-libraries branch July 1, 2024 22:07
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