Skip to content

[compile_time] Deploy compile_time benchmark CI #59

[compile_time] Deploy compile_time benchmark CI

[compile_time] Deploy compile_time benchmark CI #59

Workflow file for this run

name: TritonBench Nightly
on:
schedule:
# Test nightly docker daily at 4 PM UTC
- cron: '0 16 * * *'
workflow_dispatch:
pull_request:
paths:
- benchmarks/nightly/**
- .github/workflows/_linux-benchmark-h100.yml
- .github/workflows/nightly.yml
jobs:
h100-triton-main-nightly-test:
uses: ./.github/workflows/_linux-benchmark-h100.yml

Check failure on line 15 in .github/workflows/nightly.yml

View workflow run for this annotation

GitHub Actions / TritonBench Nightly

Invalid workflow file

The workflow is not valid. .github/workflows/nightly.yml (Line: 15, Col: 11): Secret AWS_ACCESS_KEY_ID is required, but not provided while calling. .github/workflows/nightly.yml (Line: 15, Col: 11): Secret AWS_SECRET_ACCESS_KEY is required, but not provided while calling.
with:
conda_env: "triton-main"
benchmark_name: "nightly"
secrets:
TRITONBENCH_SCRIBE_GRAPHQL_ACCESS_TOKEN: ${{ secrets.TRITONBENCH_SCRIBE_GRAPHQL_ACCESS_TOKEN }}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
cancel-in-progress: true