Home
last modified time | relevance | path

Searched +full:timeout +full:- +full:minutes (Results 1 – 6 of 6) sorted by relevance

/cloud-hypervisor/.github/workflows/
H A Dintegration-arm64.yaml4 group: ${{ github.workflow }}-${{ github.ref }}
5 cancel-in-progress: true
9 timeout-minutes: 120
11 runs-on: bookworm-arm64
13 - name: Fix workspace permissions
14 run: sudo chown -R runner:runner ${GITHUB_WORKSPACE}
15 - name: Code checkout
18 fetch-depth: 0
19 - name: Run unit tests (musl)
20 run: scripts/dev_cli.sh tests --unit --libc musl
[all …]
H A Dintegration-x86-64.yaml1 name: Cloud Hypervisor Tests (x86-64)
4 group: ${{ github.workflow }}-${{ github.ref }}
5 cancel-in-progress: true
9 timeout-minutes: 60
11 fail-fast: false
13 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 checkout
19 …if: ${{ github.event_name != 'pull_request' || (matrix.runner == 'garm-jammy' && matrix.libc == 'g…
[all …]
H A Dintegration-vfio.yaml4 group: ${{ github.workflow }}-${{ github.ref }}
5 cancel-in-progress: true
10 runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'vfio-nvidia' }}
14 - name: Fix workspace permissions
16 run: sudo chown -R runner:runner ${GITHUB_WORKSPACE}
17 - name: Code checkout
21 fetch-depth: 0
22 - name: Run VFIO integration tests
24 timeout-minutes: 15
25 run: scripts/dev_cli.sh tests --integration-vfio
[all …]
H A Dintegration-windows.yaml4 group: ${{ github.workflow }}-${{ github.ref }}
5 cancel-in-progress: true
10 runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'garm-jammy-16' }}
12 - name: Code checkout
16 fetch-depth: 0
17 - name: Install Docker
20 sudo apt-get update
21 sudo apt-get -y install ca-certificates curl gnupg
22 …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 …]
H A Dintegration-metrics.yaml5 - main
10 runs-on: bare-metal-9950x
14 - name: Code checkout
17 fetch-depth: 0
18 - name: Run metrics tests
19 timeout-minutes: 60
20 run: scripts/dev_cli.sh tests --metrics -- -- --report-file /root/workloads/metrics.json
21 - name: Upload metrics report
22 …run: 'curl -X PUT https://ch-metrics.azurewebsites.net/api/publishmetrics -H "x-functions-key: $ME…
H A Dintegration-rate-limiter.yaml1 name: Cloud Hypervisor Tests (Rate-Limiter)
4 group: ${{ github.workflow }}-${{ github.ref }}
5 cancel-in-progress: true
9 name: Tests (Rate-Limiter)
10 runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'bare-metal-9950x' }}
14 - name: Code checkout
18 fetch-depth: 0
19 - name: Run rate-limiter integration tests
21 timeout-minutes: 20
22 run: scripts/dev_cli.sh tests --integration-rate-limiter
[all …]