From: Marc Fehling Date: Wed, 12 Feb 2025 10:44:08 +0000 (+0100) Subject: Simplify redundant names. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18295%2Fhead;p=dealii.git Simplify redundant names. --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 01602aec05..4df1c515a0 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -1,4 +1,4 @@ -name: github-linux +name: linux on: push: @@ -24,11 +24,11 @@ env: jobs: - ######################## - # linux-release-serial # - ######################## + ################## + # release-serial # + ################## - linux-release-serial: + release-serial: # simple serial release build using g++ name: ${{ matrix.ubuntu_version }} release serial @@ -84,11 +84,11 @@ jobs: setup_tests_quick_tests ctest -VV - ######################## - # linux-debug-parallel # - ######################## + ################## + # debug-parallel # + ################## - linux-debug-parallel: + debug-parallel: # simple parallel debug build using g++ name: ${{ matrix.ubuntu_version }} ${{ matrix.architecture }} debug parallel @@ -160,11 +160,11 @@ jobs: setup_tests_quick_tests ctest -VV - ############################### - # linux-debug-parallel-tpetra # - ############################### + ######################### + # debug-parallel-tpetra # + ######################### - linux-debug-parallel-tpetra: + debug-parallel-tpetra: # simple parallel debug build using g++ and trilinos+tpetra name: ${{ matrix.ubuntu_version }} debug parallel tpetra @@ -222,17 +222,17 @@ jobs: make setup_tests_trilinos_tpetra ctest -VV - ############################ - # linux-debug-intel-oneapi # - ############################ + ###################### + # debug-intel-oneapi # + ###################### - linux-debug-intel-oneapi: + debug-intel-oneapi: # parallel debug build with Intel oneAPI including MPI and MKL # # Based on https://github.com/oneapi-src/oneapi-ci # For a list of Intel packages see https://oneapi-src.github.io/oneapi-ci/#linux-apt - name: linux debug intel oneapi + name: jammy debug intel oneapi runs-on: [ubuntu-22.04] # @@ -292,14 +292,14 @@ jobs: setup_tests_quick_tests ctest -VV - ####################### - # linux-debug-cuda-11 # - ####################### + ################# + # debug-cuda-11 # + ################# - linux-debug-cuda-11: + debug-cuda-11: # simple parallel debug build using cuda-11 - name: linux debug cuda-11 + name: jammy debug cuda-11 runs-on: [ubuntu-22.04] # @@ -404,14 +404,14 @@ jobs: cd tests/matrix_free_kokkos make compile_test_executables - ############################# - # linux-debug-cuda-11-clang # - ############################# + ####################### + # debug-cuda-11-clang # + ####################### - linux-debug-cuda-11-clang: + debug-cuda-11-clang: # simple parallel debug build using cuda-11 and clang - name: linux debug cuda-11 clang + name: jammy debug cuda-11 clang runs-on: [ubuntu-22.04] # diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index 51072c467d..6e7413bc63 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -1,4 +1,4 @@ -name: github-OSX +name: osx on: push: @@ -23,7 +23,7 @@ env: MAKEFLAGS: "--jobs=3" jobs: - osx-serial: + serial: # simple serial build using apple clang name: ${{ matrix.os }} serial @@ -70,7 +70,7 @@ jobs: setup_tests_quick_tests ctest -VV - osx-parallel64: + parallel64: # MPI build using apple clang and 64 bit indices name: ${{ matrix.os }} parallel 64bit diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 35caa8ac63..19f8097d58 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -1,4 +1,4 @@ -name: github-windows +name: windows on: push: @@ -23,7 +23,7 @@ env: CTEST_PARALLEL_LEVEL: 1 jobs: - windows-serial: + serial: # Serial build on Windows name: ${{ matrix.os }} serial