[object Object]

← back to Exo

temporarily disable github runner benchmarks

09e12d8673539c12eb0c2d9d400e0f52f9b6877a · 2025-01-22 22:00:13 +0000 · Alex Cheema

Files touched

Diff

commit 09e12d8673539c12eb0c2d9d400e0f52f9b6877a
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Wed Jan 22 22:00:13 2025 +0000

    temporarily disable github runner benchmarks
---
 .github/workflows/bench_job.yml  | 30 +++++++++++++++---------------
 .github/workflows/benchmarks.yml | 12 ++++++------
 2 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/.github/workflows/bench_job.yml b/.github/workflows/bench_job.yml
index 842f2527..9f0b0ef1 100644
--- a/.github/workflows/bench_job.yml
+++ b/.github/workflows/bench_job.yml
@@ -1,21 +1,21 @@
 # This is the reusable workflow file
 name: Distributed Job Runner
 
-on:
-  workflow_call:
-    inputs:
-      config:
-        required: true
-        type: string
-      model:
-        required: true
-        type: string
-      calling_job_name:
-        required: true
-        type: string
-      network_interface:
-        required: true
-        type: string
+# on:
+#   workflow_call:
+#     inputs:
+#       config:
+#         required: true
+#         type: string
+#       model:
+#         required: true
+#         type: string
+#       calling_job_name:
+#         required: true
+#         type: string
+#       network_interface:
+#         required: true
+#         type: string
 jobs:
   generate-matrix:
     runs-on: ubuntu-latest
diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml
index 2750ac4a..ab5eca6b 100644
--- a/.github/workflows/benchmarks.yml
+++ b/.github/workflows/benchmarks.yml
@@ -1,11 +1,11 @@
 name: Build and Test
 
-on:
-  push:
-    branches: [ '*' ]
-    tags: [ '*' ]
-  pull_request:
-    branches: [ '*' ]
+# on:
+  # push:
+  #   branches: [ '*' ]
+  #   tags: [ '*' ]
+  # pull_request:
+  #   branches: [ '*' ]
 
 jobs:
   single-m4-pro:

← 98d6e986 add back .circleci  ·  back to Exo  ·  fix treating token as a list 9954ce8e →