mirror of
https://github.com/exo-explore/exo.git
synced 2025-10-23 02:57:14 +03:00
temporarily disable github runner benchmarks
This commit is contained in:
30
.github/workflows/bench_job.yml
vendored
30
.github/workflows/bench_job.yml
vendored
@@ -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
|
||||
|
||||
12
.github/workflows/benchmarks.yml
vendored
12
.github/workflows/benchmarks.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user