Switch UI tests back to the perf-only runner. (#3349)

This commit is contained in:
Doug
2024-09-30 11:13:14 +01:00
committed by GitHub
parent 21d3376b31
commit c290330307
2 changed files with 1 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ on:
jobs:
tests:
name: Tests
runs-on: macos-14
runs-on: perf-only
concurrency:
# Only allow a single run of this workflow on each branch, automatically cancelling older runs.
@@ -30,9 +30,6 @@ jobs:
restore-keys: |
${{ runner.os }}-gems-
- name: Free disk space
run: ci_scripts/free_space.sh
- name: Setup environment
run: source ci_scripts/ci_common.sh && setup_github_actions_environment

View File

@@ -1,15 +0,0 @@
#!/usr/bin/env bash
#
# Taken from
# https://github.com/actions/runner-images/issues/2840#issuecomment-790492173
#
set -ux
df -h
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
df -h