Skip to content

[#34291] Use GHA_DISK_SIZE #326

[#34291] Use GHA_DISK_SIZE

[#34291] Use GHA_DISK_SIZE #326

Workflow file for this run

on: [push]
name: test
jobs:
centos:
container: centos:8
runs-on: [self-hosted, Linux, X64, gcp-disk-test]
env:
GHA_EXTERNAL_DISK: "auxdisk"
GHA_DISK_SIZE: "50"
GHA_PREEMPTIBLE: "false"
KEYS: "${{ secrets.KEYS }}"
steps:
- run: df -h .
- run: df -h /mnt/aux
- run: ls -alh /mnt/aux
- run: ls -lah .