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

eng: New CI pipeline with GitHub Action #2195

Merged
merged 2 commits into from
Jun 21, 2024
Merged

eng: New CI pipeline with GitHub Action #2195

merged 2 commits into from
Jun 21, 2024

Conversation

tian-lt
Copy link
Contributor

@tian-lt tian-lt commented Jun 20, 2024

What

The current CI pipeline hosted in Azure DevOps is using a private pool and imaged managed by Microsoft. There are many problems with such situation:

  1. The pipeline requires permissions granted by Microsoft employees to run.
  2. The pipeline requires internal security tools to run in very jobs, which causes extra time of execution.
  3. Some internal tools may need the write permission, otherwise it will fail the pipeline run.

Fix

Add a new CI pipeline built for GitHub action to retire the existing one - Calculator-CI
The new pipeline allows us to:

  1. run for the open-source community, and
  2. get rid of the pool/image hosted in Azure DevOps, and
  3. provide a chance for forkers to build their own pipeline, etc.

Test runs

@tian-lt tian-lt changed the title eng: new CI pipeline with GitHub Action eng: New CI pipeline with GitHub Action Jun 20, 2024
@tian-lt tian-lt marked this pull request as ready for review June 20, 2024 17:53
@tian-lt tian-lt requested a review from oneonezhang June 21, 2024 04:28
@tian-lt tian-lt merged commit 3c58367 into main Jun 21, 2024
11 checks passed
@tian-lt tian-lt deleted the u/tilia/action branch June 21, 2024 04:42
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.

4 participants