Searched +full:timeout +full:- +full:minutes (Results 1 – 6 of 6) sorted by relevance
4 group: ${{ github.workflow }}-${{ github.ref }}5 cancel-in-progress: true9 timeout-minutes: 12011 runs-on: bookworm-arm6413 - name: Fix workspace permissions14 run: sudo chown -R runner:runner ${GITHUB_WORKSPACE}15 - name: Code checkout18 fetch-depth: 019 - name: Run unit tests (musl)20 run: scripts/dev_cli.sh tests --unit --libc musl[all …]
1 name: Cloud Hypervisor Tests (x86-64)4 group: ${{ github.workflow }}-${{ github.ref }}5 cancel-in-progress: true9 timeout-minutes: 6011 fail-fast: false13 runner: ['garm-jammy', "garm-jammy-amd"]15 name: Tests (x86-64)16 …runs-on: ${{ github.event_name == 'pull_request' && !(matrix.runner == 'garm-jammy' && matrix.libc…18 - name: Code checkout19 …if: ${{ github.event_name != 'pull_request' || (matrix.runner == 'garm-jammy' && matrix.libc == 'g…[all …]
4 group: ${{ github.workflow }}-${{ github.ref }}5 cancel-in-progress: true10 runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'vfio-nvidia' }}14 - name: Fix workspace permissions16 run: sudo chown -R runner:runner ${GITHUB_WORKSPACE}17 - name: Code checkout21 fetch-depth: 022 - name: Run VFIO integration tests24 timeout-minutes: 1525 run: scripts/dev_cli.sh tests --integration-vfio[all …]
4 group: ${{ github.workflow }}-${{ github.ref }}5 cancel-in-progress: true10 runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'garm-jammy-16' }}12 - name: Code checkout16 fetch-depth: 017 - name: Install Docker20 sudo apt-get update21 sudo apt-get -y install ca-certificates curl gnupg22 …curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyring…23 sudo chmod a+r /usr/share/keyrings/docker-archive-keyring.gpg[all …]
5 - main10 runs-on: bare-metal-9950x14 - name: Code checkout17 fetch-depth: 018 - name: Run metrics tests19 timeout-minutes: 6020 run: scripts/dev_cli.sh tests --metrics -- -- --report-file /root/workloads/metrics.json21 - name: Upload metrics report22 …run: 'curl -X PUT https://ch-metrics.azurewebsites.net/api/publishmetrics -H "x-functions-key: $ME…
1 name: Cloud Hypervisor Tests (Rate-Limiter)4 group: ${{ github.workflow }}-${{ github.ref }}5 cancel-in-progress: true9 name: Tests (Rate-Limiter)10 runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'bare-metal-9950x' }}14 - name: Code checkout18 fetch-depth: 019 - name: Run rate-limiter integration tests21 timeout-minutes: 2022 run: scripts/dev_cli.sh tests --integration-rate-limiter[all …]