Skip to content

Commit dce8947

Browse files
sujik18arjunsuresh
andauthored
Added appropriate names for the GitHub actions (#191)
* Better naming for github action runs Fix for #134 * Use mlc logger in scripts instead of print statements 1.0 Fix #165, Replacement in the initial three files * Update test-mlperf-inference-rgat.yml test name update Co-authored-by: Arjun Suresh <arjun@gateoverflow.com>
1 parent 0f5a86f commit dce8947

6 files changed

+7
-2
lines changed

.github/workflows/test-mlperf-inference-abtf-poc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13+
name: Test MLPerf Inference ABTF POC
1314
runs-on: ${{ matrix.os }}
1415
strategy:
1516
fail-fast: false

.github/workflows/test-mlperf-inference-bert-deepsparse-tf-onnxruntime-pytorch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13+
name: MLPerf Inference Bert ${{ matrix.backend }} on ${{ matrix.os }}
1314
runs-on: ${{ matrix.os }}
1415
strategy:
1516
fail-fast: false

.github/workflows/test-mlperf-inference-mlcommons-cpp-resnet50.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13+
name: MLPerf inference MLCommons C++ ResNet50
1314
runs-on: ${{ matrix.os }}
1415
strategy:
1516
fail-fast: false

.github/workflows/test-mlperf-inference-rgat.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99
- '!**.md'
1010

1111
jobs:
12-
build:
12+
rgat-inference-run:
13+
name: ${{ matrix.os }} - ${{ matrix.backend }} - ${{ matrix.implementation }}
1314
runs-on: ${{ matrix.os }}
1415
strategy:
1516
fail-fast: false

.github/workflows/test-mlperf-inference-tvm-resnet50.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
tvm-run:
13+
name: TVM ResNet50
1314
runs-on: ubuntu-latest
1415
strategy:
1516
fail-fast: false

.github/workflows/test-mlperf-loadgen-onnx-huggingface-bert-fp32-squad.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
13+
name: Test MLPerf loadgen with HuggingFace bert onnx fp32 squad model on Python ${{ matrix.python-version }}
1414
runs-on: ubuntu-latest
1515
strategy:
1616
fail-fast: false

0 commit comments

Comments
 (0)