Searched +full:fetch +full:- +full:depth (Results 1 – 12 of 12) sorted by relevance
2 set -x23 if [ -d "$SRC_DIR" ]; then25 git fetch26 SRC_LOCAL_COMMIT=$(git rev-parse HEAD)27 if [ -z "$GIT_COMMIT" ]; then28 GIT_COMMIT=$(git rev-parse remotes/origin/"$GIT_BRANCH")32 rm -rf "$SRC_DIR"37 if [ ! -d "$SRC_DIR" ]; then38 git clone --depth 1 "$GIT_URL" -b "$GIT_BRANCH" "$SRC_DIR"41 git fetch --depth 1 origin "$GIT_COMMIT"[all …]
8 runs-on: ubuntu-latest10 - name: Checkout repository14 fetch-depth: 015 - name: Set up Python 3.1016 uses: actions/setup-python@v518 python-version: "3.10"19 - name: Install dependencies21 python -m pip install --upgrade pip22 pip install --upgrade gitlint23 - name: Lint git commit messages[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…
4 group: ${{ github.workflow }}-${{ github.ref }}5 cancel-in-progress: true10 runs-on: ubuntu-latest12 - name: Code checkout15 fetch-depth: 017 - name: Install dependencies18 run: sudo apt install -y python320 - name: Install Rust toolchain stable21 uses: dtolnay/rust-toolchain@stable25 - name: Check Rust VMM Package Consistency of root Workspace[all …]
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 …]
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 …]
1 name: Cloud Hypervisor RISC-V 64-bit Preview4 group: ${{ github.workflow }}-${{ github.ref }}5 cancel-in-progress: true10 runs-on: riscv64-qemu-host12 fail-fast: false15 - hypervisor16 - arch17 - vm-allocator18 - devices21 - name: Code checkout[all …]
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 …]
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 …]
4 group: ${{ github.workflow }}-${{ github.ref }}5 cancel-in-progress: true10 runs-on: ubuntu-latest12 fail-fast: false15 - stable16 - beta17 - nightly18 - "1.83.0"20 - x86_64-unknown-linux-gnu21 - x86_64-unknown-linux-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: ubuntu-latest11 continue-on-error: ${{ matrix.experimental }}13 fail-fast: false16 - beta17 - stable19 - aarch64-unknown-linux-gnu20 - aarch64-unknown-linux-musl21 - x86_64-unknown-linux-gnu[all …]