Run UI performance tests as root (#14536)

We want to run chrome at higher priority on OS level, to set the process priority we need to run the script as root.
This commit is contained in:
Satish Gandham 2022-06-14 19:10:10 +05:30 committed by GitHub
parent a125500d8e
commit 88a2fc228e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1491,7 +1491,7 @@ jobs:
POSTGRES_PASSWORD: postgres
NODE_TLS_REJECT_UNAUTHORIZED: "0"
MACHINE: ${{matrix.machine}}
run: ./start-test.sh
run: sudo ./start-test.sh
# Restore the previous built bundle if present. If not push the newly built into the cache
- name: Restore the previous bundle