Skip to content

Commit 8d77350

Browse files
committed
Test gpu hostname
1 parent 27a7da6 commit 8d77350

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Graph Compiler build
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
7+
permissions: read-all
8+
9+
jobs:
10+
build:
11+
name: Build GPU with IMEX
12+
runs-on: [self-hosted, l0]
13+
14+
steps:
15+
- uses: actions/checkout@v4
16+
17+
- name: Test hostname
18+
run: |
19+
hostname

0 commit comments

Comments
 (0)