Skip to content

Fix release verification to cover Mac OS appropriately #694

Fix release verification to cover Mac OS appropriately

Fix release verification to cover Mac OS appropriately #694

Triggered via pull request January 16, 2025 21:02
Status Cancelled
Total duration 1m 4s
Artifacts

test-provider-ci.yml

on: pull_request
deploy  /  update_workflows
46s
deploy / update_workflows
Verify against testdata
21s
Verify against testdata
Test xyz
2s
Test xyz
Release xyz
0s
Release xyz
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
Unexpected file modified: provider-ci/test-providers/aws/.github/workflows/verify-release.yml#L1
File modified: @@ -71,7 +71,7 @@ jobs: # Expression expands to ["ubuntu-latest","windows-latest"] or ["ubuntu-latest","windows-latest","macos-latest"] # GitHub expressions don't have 'if' statements, so we use a ternary operator to conditionally include the MacOS runner suffix. # See the docs for a similar example to this: https://docs.github.com/en/actions/learn-github-actions/expressions#fromjson - runner: ${{ fromJSON(format('["ubuntu-latest","windows-latest"{0}]', github.event.inputs.enableMacRunner && ',"macos-latest"' || '')) }} # + runner: ${{ fromJSON(format('["ubuntu-latest","windows-latest"{0}]', inputs.enableMacRunner && ',"macos-latest"' || '')) }} # runs-on: ${{ matrix.runner }} steps: - name: Checkout Repo
Verify against testdata
Unexpected changes detected: 1. See file annotations for details.
Test xyz
Canceling since a higher priority waiting request for 'Test Provider CI-refs/pull/1299/merge' exists
Test xyz
The operation was canceled.
Verify against testdata
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
deploy / update_workflows
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
deploy / update_workflows
Restore cache failed: Dependencies file is not found in /home/runner/work/ci-mgmt/ci-mgmt. Supported file pattern: go.sum