-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: run only reactant for now (drop me)
- Loading branch information
Showing
8 changed files
with
589 additions
and
589 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,79 +1,79 @@ | ||
name: CI (LuxCUDA) | ||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
paths: | ||
- "lib/LuxCUDA/**" | ||
- ".github/workflows/CI_LuxCUDA.yml" | ||
push: | ||
branches: | ||
- main | ||
# name: CI (LuxCUDA) | ||
# on: | ||
# pull_request: | ||
# branches: | ||
# - main | ||
# paths: | ||
# - "lib/LuxCUDA/**" | ||
# - ".github/workflows/CI_LuxCUDA.yml" | ||
# push: | ||
# branches: | ||
# - main | ||
|
||
concurrency: | ||
# Skip intermediate builds: always. | ||
# Cancel intermediate builds: only if it is a pull request build. | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }} | ||
# concurrency: | ||
# # Skip intermediate builds: always. | ||
# # Cancel intermediate builds: only if it is a pull request build. | ||
# group: ${{ github.workflow }}-${{ github.ref }} | ||
# cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }} | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
version: | ||
- "1" | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: julia-actions/setup-julia@v2 | ||
with: | ||
version: ${{ matrix.version }} | ||
- uses: julia-actions/cache@v2 | ||
- uses: julia-actions/julia-buildpkg@v1 | ||
with: | ||
project: "lib/LuxCUDA" | ||
- name: "Run Tests" | ||
run: | | ||
import Pkg | ||
Pkg.test(; coverage="user") | ||
shell: julia --color=yes --code-coverage=user --depwarn=yes --project=lib/LuxCUDA {0} | ||
- uses: julia-actions/julia-processcoverage@v1 | ||
with: | ||
directories: lib/LuxCUDA/src | ||
- uses: codecov/codecov-action@v5 | ||
with: | ||
files: lcov.info | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
verbose: true | ||
fail_ci_if_error: false | ||
# jobs: | ||
# test: | ||
# runs-on: ubuntu-latest | ||
# strategy: | ||
# fail-fast: false | ||
# matrix: | ||
# version: | ||
# - "1" | ||
# steps: | ||
# - uses: actions/checkout@v4 | ||
# - uses: julia-actions/setup-julia@v2 | ||
# with: | ||
# version: ${{ matrix.version }} | ||
# - uses: julia-actions/cache@v2 | ||
# - uses: julia-actions/julia-buildpkg@v1 | ||
# with: | ||
# project: "lib/LuxCUDA" | ||
# - name: "Run Tests" | ||
# run: | | ||
# import Pkg | ||
# Pkg.test(; coverage="user") | ||
# shell: julia --color=yes --code-coverage=user --depwarn=yes --project=lib/LuxCUDA {0} | ||
# - uses: julia-actions/julia-processcoverage@v1 | ||
# with: | ||
# directories: lib/LuxCUDA/src | ||
# - uses: codecov/codecov-action@v5 | ||
# with: | ||
# files: lcov.info | ||
# token: ${{ secrets.CODECOV_TOKEN }} | ||
# verbose: true | ||
# fail_ci_if_error: false | ||
|
||
downgrade: | ||
if: ${{ !contains(github.event.head_commit.message, '[skip tests]') && github.base_ref == github.event.repository.default_branch }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: julia-actions/setup-julia@v2 | ||
with: | ||
version: "1.10" | ||
- uses: julia-actions/julia-downgrade-compat@v1 | ||
- uses: julia-actions/julia-buildpkg@v1 | ||
with: | ||
project: "lib/LuxCUDA" | ||
- name: "Run Tests" | ||
run: | | ||
import Pkg | ||
Pkg.test(; coverage="user") | ||
shell: julia --color=yes --code-coverage=user --depwarn=yes --project=lib/LuxCUDA {0} | ||
- uses: julia-actions/julia-processcoverage@v1 | ||
with: | ||
directories: lib/LuxCUDA/src | ||
- uses: codecov/codecov-action@v5 | ||
with: | ||
files: lcov.info | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
verbose: true | ||
fail_ci_if_error: false | ||
# downgrade: | ||
# if: ${{ !contains(github.event.head_commit.message, '[skip tests]') && github.base_ref == github.event.repository.default_branch }} | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - uses: actions/checkout@v4 | ||
# - uses: julia-actions/setup-julia@v2 | ||
# with: | ||
# version: "1.10" | ||
# - uses: julia-actions/julia-downgrade-compat@v1 | ||
# - uses: julia-actions/julia-buildpkg@v1 | ||
# with: | ||
# project: "lib/LuxCUDA" | ||
# - name: "Run Tests" | ||
# run: | | ||
# import Pkg | ||
# Pkg.test(; coverage="user") | ||
# shell: julia --color=yes --code-coverage=user --depwarn=yes --project=lib/LuxCUDA {0} | ||
# - uses: julia-actions/julia-processcoverage@v1 | ||
# with: | ||
# directories: lib/LuxCUDA/src | ||
# - uses: codecov/codecov-action@v5 | ||
# with: | ||
# files: lcov.info | ||
# token: ${{ secrets.CODECOV_TOKEN }} | ||
# verbose: true | ||
# fail_ci_if_error: false | ||
|
||
env: | ||
BACKEND_GROUP: "CPU" | ||
# env: | ||
# BACKEND_GROUP: "CPU" |
Oops, something went wrong.