Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TC test run to CI #195

Merged
merged 30 commits into from
Sep 20, 2023
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix tests
  • Loading branch information
eu9ene committed Sep 15, 2023
commit 9409d749911048a4d03a1a1d9316512d1bb86e13
3 changes: 2 additions & 1 deletion taskcluster/ci/tests/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ tasks:
worker-type: b-linux-v100-gpu
worker:
max-run-time: 86400
docker-image: {in-tree: test}
env:
CUDA_DIR: fetches/cuda-toolkit
CUDNN_DIR: fetches/cuda-toolkit
Expand All @@ -67,6 +66,7 @@ tasks:
- -c
- >-
echo "Setting environment variables" &&
mkdir artifacts &&
export CONDA_PATH=artifacts/mambaforge &&
export SNAKEMAKE_OUTPUT_CACHE=artifacts/mambaforge &&
export REPORTS=artifacts/reports &&
Expand All @@ -87,6 +87,7 @@ tasks:
worker-type: b-linux-large
worker:
max-run-time: 86400
docker-image: {in-tree: test}
run:
command:
- bash
Expand Down