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

[IGNORE] DUMMY PR (testing somethings) #1638

Open
wants to merge 90 commits into
base: main
Choose a base branch
from
Open

Conversation

syeleti-msft
Copy link
Member

@syeleti-msft syeleti-msft commented Feb 19, 2025

Type of Change

  • Bug fix
  • New feature
  • Code quality improvement
  • Other (describe):

Description

  • Get some proper structure to the existing pipeline templates.
  • Run multiple pipeline runs at the same time. Currently nightly/coverage pipeline uses the hard coded container names that may fail the run if more than one pipeline run is started. After change containers get created in the storage account when the pipeline run starts.
  • Now pipelines run faster as the resources were moved to the same location. No more waiting 🚀.
  • Now automatic CI works only on branches that have your alias as prefix. (No more wastage of resources)
    Ex:
    • vibhansa/*
    • akanksha/*
    • sourav/*
    • ashruti/*
    • syeleti/*
      wanted to run CI on the other contributor's code. please create a branch with prefix ci/ . It automatically triggers CI.

Checklist

  • The purpose of this PR is explained in this or a referenced issue.
  • Tests are included and/or updated for code changes.
  • Documentation update required.
  • Updates to module CHANGELOG.md are included.
  • License headers are included in each file.

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.

1 participant