diff --git a/.github/workflows/benchmarks-integration-tests.yml b/.github/benchmarks-integration-tests.yml similarity index 100% rename from .github/workflows/benchmarks-integration-tests.yml rename to .github/benchmarks-integration-tests.yml diff --git a/.github/workflows/coverage.yml b/.github/coverage.yml similarity index 100% rename from .github/workflows/coverage.yml rename to .github/coverage.yml diff --git a/.github/workflows/regression-tests.yml b/.github/regression-tests.yml similarity index 100% rename from .github/workflows/regression-tests.yml rename to .github/regression-tests.yml diff --git a/.github/workflows/scheduled.yml b/.github/scheduled.yml similarity index 100% rename from .github/workflows/scheduled.yml rename to .github/scheduled.yml diff --git a/.github/workflows/lnt-benchmarks.yml b/.github/workflows/lnt-benchmarks.yml new file mode 100644 index 000000000000..8262c1705130 --- /dev/null +++ b/.github/workflows/lnt-benchmarks.yml @@ -0,0 +1,19 @@ +name: LNT benchmarks + +on: + pull_request: + +concurrency: + group: ${{ github.repository_id }}-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + +jobs: + + lnt-benchmarks: + uses: matter-labs/era-compiler-ci/.github/workflows/lnt.yml@aba-lnt-support + secrets: inherit + with: + compiler_tester_branch: "aba-lnt-support" + compiler_llvm_branch: ${{ github.head_ref }} + ccache-key-type: 'static' # rotate ccache key every month + compiler-llvm-repo: ${{ github.event.pull_request.head.repo.full_name }} # required to properly test forks