From 8d7e8fdb561564cd032c8d9592132d842a6344b7 Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Tue, 29 Oct 2024 16:36:24 +0100 Subject: [PATCH] fixup! fixup! ci: migrate vrt pipelines to gha --- .github/actions/run-publish-vr-screenshot.yml/action.yml | 1 - .github/workflows/pr-vrt-baseline.yml | 3 --- 2 files changed, 4 deletions(-) diff --git a/.github/actions/run-publish-vr-screenshot.yml/action.yml b/.github/actions/run-publish-vr-screenshot.yml/action.yml index 42ea3b0dfae588..51e63e69ba26ed 100644 --- a/.github/actions/run-publish-vr-screenshot.yml/action.yml +++ b/.github/actions/run-publish-vr-screenshot.yml/action.yml @@ -106,6 +106,5 @@ runs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: azcliversion: latest - azureSubscription: ${{ env.AZURE_SUBSCRIPTION }} inlineScript: | npx vr-approval-cli@0.4.11 run-diff --screenshotsDirectory ./screenshots --buildType pr --clientType "FLUENTUI" --ciDefinitionId 205 --groupName ${{ github.workflow }} --locationPrefix ${{ inputs.locationPrefix }} --locationPostfix ${{ inputs.locationPostfix }} --pipelineId ${{ github.run_id }} --clientName ${{ inputs.clientName }} --threshold '0.04' --cumThreshold '1' diff --git a/.github/workflows/pr-vrt-baseline.yml b/.github/workflows/pr-vrt-baseline.yml index 871cf20a98bbaa..8a742de653f0f0 100644 --- a/.github/workflows/pr-vrt-baseline.yml +++ b/.github/workflows/pr-vrt-baseline.yml @@ -79,7 +79,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: azcliversion: latest - azureSubscription: ${{ env.AZURE_SUBSCRIPTION }} inlineScript: | npx vr-approval-cli@0.4.11 run-diff --buildType release --screenshotsDirectory ./screenshots --clientType "FLUENTUI" --locationPrefix 'fluentuiv9' --locationPostfix 'vrscreenshotv9' --pipelineId {{ env.pipelineId }} VRToolUpdateBaseline_V8: @@ -107,7 +106,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: azcliversion: latest - azureSubscription: ${{ env.AZURE_SUBSCRIPTION }} inlineScript: | npx vr-approval-cli@0.4.11 run-diff --buildType release --screenshotsDirectory ./screenshots --clientType "FLUENTUI" --locationPrefix 'fluentuiv8' --locationPostfix 'vrscreenshotv8' --pipelineId {{ env.pipelineId }} VRToolUpdateBaseline_V0: @@ -135,6 +133,5 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: azcliversion: latest - azureSubscription: ${{ env.AZURE_SUBSCRIPTION }} inlineScript: | npx vr-approval-cli@0.4.11 run-diff --buildType release --screenshotsDirectory ./screenshots --clientType "FLUENTUI" --locationPrefix 'FluentUI-v0' --locationPostfix 'vrscreenshotv0' --pipelineId {{ env.pipelineId }}