From 9ced1e7b1d448fa81bfa0a0affe741c4d325c01e Mon Sep 17 00:00:00 2001 From: Agnes Leroy Date: Fri, 24 Jan 2025 16:24:39 +0100 Subject: [PATCH] chore(gpu): shorten workflow names --- .github/workflows/gpu_4090_tests.yml | 2 +- .github/workflows/gpu_fast_h100_tests.yml | 2 +- .github/workflows/gpu_fast_tests.yml | 2 +- .github/workflows/gpu_full_h100_tests.yml | 2 +- .github/workflows/gpu_full_multi_gpu_tests.yml | 2 +- .github/workflows/gpu_pcc.yml | 2 +- .github/workflows/gpu_signed_integer_classic_tests.yml | 2 +- .github/workflows/gpu_signed_integer_h100_tests.yml | 2 +- .github/workflows/gpu_signed_integer_tests.yml | 2 +- .github/workflows/gpu_unsigned_integer_classic_tests.yml | 2 +- .github/workflows/gpu_unsigned_integer_h100_tests.yml | 2 +- .github/workflows/gpu_unsigned_integer_tests.yml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/gpu_4090_tests.yml b/.github/workflows/gpu_4090_tests.yml index f3ef61c03f..84c762f466 100644 --- a/.github/workflows/gpu_4090_tests.yml +++ b/.github/workflows/gpu_4090_tests.yml @@ -1,5 +1,5 @@ # Compile and test tfhe-cuda-backend on an RTX 4090 machine -name: TFHE Cuda Backend - 4090 full tests +name: Cuda - 4090 full tests env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/gpu_fast_h100_tests.yml b/.github/workflows/gpu_fast_h100_tests.yml index 6dfcd08a0c..30ea0b1377 100644 --- a/.github/workflows/gpu_fast_h100_tests.yml +++ b/.github/workflows/gpu_fast_h100_tests.yml @@ -1,5 +1,5 @@ # Compile and test tfhe-cuda-backend on an H100 VM on hyperstack -name: TFHE Cuda Backend - Fast tests on H100 +name: Cuda - Fast tests on H100 env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/gpu_fast_tests.yml b/.github/workflows/gpu_fast_tests.yml index c17bb45ada..f917025405 100644 --- a/.github/workflows/gpu_fast_tests.yml +++ b/.github/workflows/gpu_fast_tests.yml @@ -1,5 +1,5 @@ # Compile and test tfhe-cuda-backend on an AWS instance -name: TFHE Cuda Backend - Fast tests +name: Cuda - Fast tests env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/gpu_full_h100_tests.yml b/.github/workflows/gpu_full_h100_tests.yml index c33cdbe4c3..828b938935 100644 --- a/.github/workflows/gpu_full_h100_tests.yml +++ b/.github/workflows/gpu_full_h100_tests.yml @@ -1,5 +1,5 @@ # Compile and test tfhe-cuda-backend on an H100 VM on hyperstack -name: TFHE Cuda Backend - Full tests on H100 +name: Cuda - Full tests on H100 env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/gpu_full_multi_gpu_tests.yml b/.github/workflows/gpu_full_multi_gpu_tests.yml index 853267555c..59c524f3c8 100644 --- a/.github/workflows/gpu_full_multi_gpu_tests.yml +++ b/.github/workflows/gpu_full_multi_gpu_tests.yml @@ -1,5 +1,5 @@ # Compile and test tfhe-cuda-backend on an AWS instance -name: TFHE Cuda Backend - Full tests multi-GPU +name: Cuda - Full tests multi-GPU env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/gpu_pcc.yml b/.github/workflows/gpu_pcc.yml index 0b35cea9ab..d3fe2833a4 100644 --- a/.github/workflows/gpu_pcc.yml +++ b/.github/workflows/gpu_pcc.yml @@ -1,5 +1,5 @@ # Perfom tfhe-cuda-backend post-commit checks on an AWS instance -name: TFHE Cuda Backend - Post-commit Checks +name: Cuda - Post-commit Checks env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/gpu_signed_integer_classic_tests.yml b/.github/workflows/gpu_signed_integer_classic_tests.yml index c9a2f4d0f8..8727e29d79 100644 --- a/.github/workflows/gpu_signed_integer_classic_tests.yml +++ b/.github/workflows/gpu_signed_integer_classic_tests.yml @@ -1,5 +1,5 @@ # Signed integer GPU tests on an RTXA6000 VM on hyperstack with classical PBS -name: TFHE Cuda Backend - Signed integer tests with classical PBS +name: Cuda - Signed integer tests with classical PBS env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/gpu_signed_integer_h100_tests.yml b/.github/workflows/gpu_signed_integer_h100_tests.yml index 4b9ad2a9d4..75e19aaeb0 100644 --- a/.github/workflows/gpu_signed_integer_h100_tests.yml +++ b/.github/workflows/gpu_signed_integer_h100_tests.yml @@ -1,5 +1,5 @@ # Signed integer GPU tests on an H100 VM on hyperstack -name: TFHE Cuda Backend - Signed integer tests on H100 +name: Cuda - Signed integer tests on H100 env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/gpu_signed_integer_tests.yml b/.github/workflows/gpu_signed_integer_tests.yml index 3f8de5ab62..aed2545f14 100644 --- a/.github/workflows/gpu_signed_integer_tests.yml +++ b/.github/workflows/gpu_signed_integer_tests.yml @@ -1,5 +1,5 @@ # Compile and test tfhe-cuda-backend signed integer on an AWS instance -name: TFHE Cuda Backend - Signed integer tests +name: Cuda - Signed integer tests env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/gpu_unsigned_integer_classic_tests.yml b/.github/workflows/gpu_unsigned_integer_classic_tests.yml index b01f7e9905..d134e15a3b 100644 --- a/.github/workflows/gpu_unsigned_integer_classic_tests.yml +++ b/.github/workflows/gpu_unsigned_integer_classic_tests.yml @@ -1,5 +1,5 @@ # Test unsigned integers on an RTXA6000 VM on hyperstack with the classical PBS -name: TFHE Cuda Backend - Unsigned integer tests with classical PBS +name: Cuda - Unsigned integer tests with classical PBS env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/gpu_unsigned_integer_h100_tests.yml b/.github/workflows/gpu_unsigned_integer_h100_tests.yml index c009878f6a..f74b9d3e2a 100644 --- a/.github/workflows/gpu_unsigned_integer_h100_tests.yml +++ b/.github/workflows/gpu_unsigned_integer_h100_tests.yml @@ -1,5 +1,5 @@ # Test unsigned integers on an H100 VM on hyperstack -name: TFHE Cuda Backend - Unsigned integer tests on H100 +name: Cuda - Unsigned integer tests on H100 env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/gpu_unsigned_integer_tests.yml b/.github/workflows/gpu_unsigned_integer_tests.yml index 958974cf81..b8f46d2167 100644 --- a/.github/workflows/gpu_unsigned_integer_tests.yml +++ b/.github/workflows/gpu_unsigned_integer_tests.yml @@ -1,5 +1,5 @@ # Compile and test tfhe-cuda-backend unsigned integer on an AWS instance -name: TFHE Cuda Backend - Unsigned integer tests +name: Cuda - Unsigned integer tests env: CARGO_TERM_COLOR: always