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

Disable unit and integration tests in Azure Pipelines #1382

Merged
merged 2 commits into from
Jun 21, 2022

Conversation

CaptainIRS
Copy link
Contributor

In this PR:

  • The unit and integration test jobs in Azure pipelines are removed as they were migrated to GitHub Actions

Closes #1367
Closes #1368

@CaptainIRS CaptainIRS force-pushed the ci-disable-tests-azure branch 2 times, most recently from d2a627e to 66a49a6 Compare June 21, 2022 16:34
Signed-off-by: CaptainIRS <36656347+CaptainIRS@users.noreply.github.com>
@CaptainIRS
Copy link
Contributor Author

Note: Currently the Release workflow in Azure pipelines would run regardless of test results when a commit is made to the main branch. This would be fixed when the Release workflow is ported to GitHub Actions.

@davidkel davidkel self-requested a review June 21, 2022 17:26
Copy link
Contributor

@davidkel davidkel left a comment

Choose a reason for hiding this comment

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

Not sure we want to include the github actions publish.yml in this PR. It should be done for the publish issue, but we need to work out how to get the appropriate credentials in for it to work. Will put some more detail into the github issue about this.

Signed-off-by: CaptainIRS <36656347+CaptainIRS@users.noreply.github.com>
@CaptainIRS
Copy link
Contributor Author

Sorry, the publish workflow is still WIP, I had committed the file by mistake.

@CaptainIRS CaptainIRS requested a review from davidkel June 21, 2022 17:41
Copy link
Contributor

@davidkel davidkel left a comment

Choose a reason for hiding this comment

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

LGTM

@davidkel davidkel merged commit 7ca519b into hyperledger:main Jun 21, 2022
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.

Disable the unit tests in Azure Pipelines Disable the Integration tests in Azure Pipelines
2 participants