From 08e00a62f668de9c3646ec65a08f5d880e3a4fef Mon Sep 17 00:00:00 2001 From: "Project Mu UEFI Bot [bot]" <45776386+uefibot@users.noreply.github.com> Date: Fri, 26 May 2023 21:36:04 -0400 Subject: [PATCH] Repo File Sync: Update to Mu DevOps 3.0.0 and Ubuntu 22 container (#106) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit synced local file(s) with [microsoft/mu_devops](https://github.com/microsoft/mu_devops). 🤖: View the [Repo File Sync Configuration File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml) to see how files are synced. --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#5095562986](https://github.com/microsoft/mu_devops/actions/runs/5095562986) Signed-off-by: Project Mu UEFI Bot --- .azurepipelines/Ubuntu-GCC5.yml | 8 ++------ .azurepipelines/Windows-VS.yml | 2 +- .devcontainer/devcontainer.json | 2 +- .github/workflows/auto-approve.yml | 2 +- .github/workflows/auto-merge.yml | 2 +- .github/workflows/issue-assignment.yml | 2 +- .github/workflows/label-issues.yml | 2 +- .github/workflows/label-sync.yml | 2 +- .github/workflows/release-draft.yml | 2 +- .github/workflows/stale.yml | 2 +- .github/workflows/triage-issues.yml | 2 +- 11 files changed, 12 insertions(+), 16 deletions(-) diff --git a/.azurepipelines/Ubuntu-GCC5.yml b/.azurepipelines/Ubuntu-GCC5.yml index 7042cf93..b8317233 100644 --- a/.azurepipelines/Ubuntu-GCC5.yml +++ b/.azurepipelines/Ubuntu-GCC5.yml @@ -20,10 +20,10 @@ resources: type: github endpoint: microsoft name: microsoft/mu_devops - ref: refs/tags/v2.5.1 + ref: refs/tags/v3.0.0 containers: - container: linux-gcc - image: ghcr.io/tianocore/containers/fedora-37-build:3b3eb8f + image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:4a1f8d3 variables: - group: architectures-arm-64-x86-64 @@ -34,10 +34,6 @@ jobs: parameters: arch_list: $(arch_list) extra_build_args: CODE_COVERAGE=TRUE - extra_install_step: - - script: | - sudo dnf install --assumeyes mingw64-gcc - displayName: Install Windows Resource Compiler for Linux tool_chain_tag: 'GCC5' vm_image: $(vm_image) container_image: linux-gcc diff --git a/.azurepipelines/Windows-VS.yml b/.azurepipelines/Windows-VS.yml index 5998a93a..e28e4fa1 100644 --- a/.azurepipelines/Windows-VS.yml +++ b/.azurepipelines/Windows-VS.yml @@ -20,7 +20,7 @@ resources: type: github endpoint: microsoft name: microsoft/mu_devops - ref: refs/tags/v2.5.1 + ref: refs/tags/v3.0.0 variables: - group: architectures-x86-64 diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index aa85c55a..63489d47 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "ghcr.io/tianocore/containers/fedora-37-dev:latest", + "image": "ghcr.io/microsoft/mu_devops/ubuntu-22-dev:latest", "postCreateCommand": "git config --global --add safe.directory '*' && pip install --upgrade -r pip-requirements.txt", "customizations": { "vscode": { diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 021aaf7e..44b3b58f 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -25,5 +25,5 @@ jobs: approval_check: if: | github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot' - uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v2.5.1 + uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v3.0.0 secrets: inherit diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index bb9b76f4..54daa16f 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -26,5 +26,5 @@ jobs: merge_check: if: | github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot' - uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v2.5.1 + uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v3.0.0 secrets: inherit diff --git a/.github/workflows/issue-assignment.yml b/.github/workflows/issue-assignment.yml index 45146c54..9c123992 100644 --- a/.github/workflows/issue-assignment.yml +++ b/.github/workflows/issue-assignment.yml @@ -18,4 +18,4 @@ on: jobs: apply: - uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v2.5.1 + uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v3.0.0 diff --git a/.github/workflows/label-issues.yml b/.github/workflows/label-issues.yml index 091dfa64..42463206 100644 --- a/.github/workflows/label-issues.yml +++ b/.github/workflows/label-issues.yml @@ -31,4 +31,4 @@ on: jobs: apply: - uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v2.5.1 + uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v3.0.0 diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index 6f7ee5a7..7e0cebca 100644 --- a/.github/workflows/label-sync.yml +++ b/.github/workflows/label-sync.yml @@ -24,4 +24,4 @@ on: jobs: sync: - uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v2.5.1 + uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v3.0.0 diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 95aefe36..bce1695d 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -27,5 +27,5 @@ on: jobs: draft: - uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v2.5.1 + uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v3.0.0 secrets: inherit diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1db1625a..924e78f1 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -24,4 +24,4 @@ on: jobs: check: - uses: microsoft/mu_devops/.github/workflows/Stale.yml@v2.5.1 + uses: microsoft/mu_devops/.github/workflows/Stale.yml@v3.0.0 diff --git a/.github/workflows/triage-issues.yml b/.github/workflows/triage-issues.yml index 62da52c1..2841bb5b 100644 --- a/.github/workflows/triage-issues.yml +++ b/.github/workflows/triage-issues.yml @@ -19,4 +19,4 @@ on: jobs: triage: - uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v2.5.1 + uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v3.0.0