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

[EC-399] Azure DevOps pipelines migrated into GitHub Actions #310

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

mamu0
Copy link

@mamu0 mamu0 commented Aug 22, 2024

List of Changes

The two workflows on Azure DevOps

  • code-review
  • deploy-pipelines

have been recreated in the form of GitHub Actions.

They have been inserted in the .github/workflows folder.

Added pre-commit configuration.

Added infra folder with identity and repository infrastructure, and added branch protection on master (already applied).

Edited .gitignore and CODEOWNER files.

Motivation and Context

Since all the pipelines on Azure DevOps are gradually being decommissioned, it was decided to recreate them on the different repos such as GitHub Actions.

How Has This Been Tested?

Currently they have been tested by inserting

push:
  branches:
    - EC-399-devops-decommissioning

so as to execute them automatically at each test push.
To do the Deploy test for deploy-pipelines action i've used this step only to check if all will be called correctly:

      - name: Deploy
        run: |
          az webapp up \
            --dryrun \
            --resource-group ${{ inputs.resource_group_name }} \
            --name ${{ inputs.app_name }} \

To do the Deploy test for publish-sdk action i've executed everything except last command with effective publish.

A real deploy test is needed.

Screenshots (if appropriate):

Types of changes

  • Chore (nothing changes by a user perspective)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@mamu0 mamu0 requested a review from a team as a code owner August 22, 2024 08:20
Copy link

Jira Pull Request Link

This Pull Request refers to the following Jira issue EC-399

@mamu0 mamu0 marked this pull request as draft September 3, 2024 09:38
@mamu0 mamu0 marked this pull request as ready for review September 3, 2024 15:26
Copy link

sonarqubecloud bot commented Sep 3, 2024

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.

3 participants