From 95ade8c12d32e6ae87ceb540a85c7cd5c4e112c1 Mon Sep 17 00:00:00 2001 From: Daniel Juenger <2955913+sleeepyjack@users.noreply.github.com> Date: Fri, 18 Aug 2023 13:12:54 +0000 Subject: [PATCH] Fix annotations --- .github/workflows/build-and-test.yml | 7 +++---- .github/workflows/pr.yml | 3 +-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index db748dc03..68583cbfd 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -39,10 +39,10 @@ on: jobs: build: if: inputs.build_script != '' && inputs.build_image != '' - name: Build ${{inputs.compiler}}${{inputs.compiler_version}}/C++${{inputs.std}} uses: ./.github/workflows/run-as-coder.yml + name: lala with: - name: Build ${{inputs.compiler}}${{inputs.compiler_version}}/C++${{inputs.std}} + name: Build runner: linux-${{inputs.cpu}}-cpu16 image: ${{inputs.build_image}} command: | @@ -51,10 +51,9 @@ jobs: test: needs: build if: ${{ !cancelled() && ( needs.build.result == 'success' || needs.build.result == 'skipped' ) && inputs.test_script != '' && inputs.test_image != '' && inputs.run_tests}} - name: Test ${{inputs.compiler}}${{inputs.compiler_version}}/C++${{inputs.std}} uses: ./.github/workflows/run-as-coder.yml with: - name: Test ${{inputs.compiler}}${{inputs.compiler_version}}/C++${{inputs.std}} + name: Test runner: linux-${{inputs.cpu}}-gpu-v100-latest-1 image: ${{inputs.test_image}} command: | diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2ca22369f..e0a87f468 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -32,7 +32,6 @@ concurrency: cancel-in-progress: true jobs: - get-devcontainer-version: name: Get devcontainer version runs-on: ubuntu-latest @@ -77,7 +76,7 @@ jobs: echo "PER_CUDA_COMPILER_MATRIX=$PER_CUDA_COMPILER_MATRIX" | tee -a "$GITHUB_OUTPUT" ci: - name: CUDA${{ matrix.cuda_version }} ${{ matrix.compiler }} + name: CI / ${{ matrix.cuda_version }} needs: [compute-nvcc-matrix, get-devcontainer-version] uses: ./.github/workflows/dispatch-build-and-test.yml strategy: