Skip to content

Commit

Permalink
T2
Browse files Browse the repository at this point in the history
  • Loading branch information
mag1cp1n authored Oct 19, 2023
1 parent 072f7e0 commit a5c44a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-gh-cpu-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ on:

jobs:
build-cpu:
strategy:
fail-fast: false
matrix:
include:
- { name: With UCX, build-type: ucx }
- { name: mypy, build-type: no-ucx }
name: ${{ matrix.name }}
if: ${{ github.repository_owner == 'nv-legate' }}
uses:
./.github/workflows/gh-build.yml
Expand All @@ -21,6 +28,7 @@ jobs:
repos-name: ${{ github.event.repository.name }}
runs-on: ${{ contains(github.repository, 'nv-legate/legate.core') && 'linux-amd64-cpu4' || 'ubuntu-latest' }}
sha: ${{ github.sha }}
build-type: ${{ matrix.build-type }}

test-cpu:
needs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/gh-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
sha:
required: true
type: string
build-type:
required: true
type: string

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a5c44a1

Please sign in to comment.