Skip to content

Run Enzyme tests only on CUDA CI machine #7045

Run Enzyme tests only on CUDA CI machine

Run Enzyme tests only on CUDA CI machine #7045

Workflow file for this run

name: FluxBot
on:
issue_comment:
types: [created, edited]
jobs:
build:
if: contains(github.event.comment.body, '@ModelZookeeper')
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: [1.5.0]
julia-arch: [x86]
os: [ubuntu-latest]
steps:
- uses: actions/[email protected] # v1.0.0
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.julia-version }}
- name: Install dependencies
run: julia --project=.fluxbot/ -e 'using Pkg; Pkg.instantiate()'
- name: FluxBot.respond
env:
FLUXBOT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BOT_SECRET: ${{ secrets.BOT_SECRET }}
MODELZOO_TRIGGER_TOKEN: ${{ secrets.MODELZOO_TRIGGER_TOKEN }}
run: julia --project=.fluxbot -e 'using FluxBot; FluxBot.trial()'