Skip to content

Enabling CI for AMD with new runner.. #27

Enabling CI for AMD with new runner..

Enabling CI for AMD with new runner.. #27

Workflow file for this run

name: CI build
on:
push:
branches:
- 'main'
tags:
- 'v*'
pull_request:
paths:
- ".github/workflows/build.yaml"
- "integration-tests/**"
- "server/**"
- "proto/**"
- "router/**"
- "launcher/**"
- "Cargo.lock"
- "rust-toolchain.toml"
- "Dockerfile"
- "Dockerfile_amd"
- "Dockerfile_intel"
branches:
- 'main'
jobs:
build:
strategy:
# super important if you want to see all results, even if one fails
# fail-fast is true by default
fail-fast: false
matrix:
hardware: ["cuda", "rocm", "intel"]
uses: ./.github/workflows/build.yaml # calls the one above ^

Check failure on line 33 in .github/workflows/ci_build.yaml

View workflow run for this annotation

GitHub Actions / CI build

Invalid workflow file

The workflow is not valid. In .github/workflows/ci_build.yaml (Line: 33, Col: 11): Error from called workflow huggingface/text-generation-inference/.github/workflows/build.yaml@5d5216e9db0c0160171cd18e16fcb84ca6dae2e5 (Line: 149, Col: 14): Unexpected symbol: 'label}-${{'. Located at position 30 within expression: needs.build-and-push.outputs.label}-${{ github.head_ref || github.run_id
with:
hardware: ${{ matrix.hardware }}
secrets: inherit