Retry packaged smoketest on mac (#30766)

This commit is contained in:
Samson 2023-11-22 07:37:26 +01:00 committed by GitHub
parent 3be78096ef
commit 7a5854693e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,11 @@ jobs:
- name: Build mach package
run: python3 ./mach package --${{ inputs.profile }}
- name: Run smoketest for mach package
run: ./etc/ci/macos_package_smoketest.sh target/${{ inputs.profile }}/servo-tech-demo.dmg
uses: nick-fields/retry@v2
with: # See https://github.com/servo/servo/issues/30757
timeout_minutes: 5
max_attempts: 2
command: ./etc/ci/macos_package_smoketest.sh target/${{ inputs.profile }}/servo-tech-demo.dmg
- name: Rename build timing
run: cp -r target/cargo-timings target/cargo-timings-macos
- name: Archive build timing