Skip to content

Commit

Permalink
fixup! fixup! ci: migrate vrt pipelines to gha
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Oct 29, 2024
1 parent 255ebfa commit 8d7e8fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/actions/run-publish-vr-screenshot.yml/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
3 changes: 0 additions & 3 deletions .github/workflows/pr-vrt-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}

0 comments on commit 8d7e8fd

Please sign in to comment.