From 8bc2bca18dd35ace97a408028dda0ed18707dcc2 Mon Sep 17 00:00:00 2001 From: Daniel King Date: Thu, 29 Aug 2024 22:18:44 -0700 Subject: [PATCH] again --- .github/workflows/code-quality.yaml | 2 +- .github/workflows/coverage.yaml | 2 +- .github/workflows/pr-cpu.yaml | 2 +- .github/workflows/pr-gpu.yaml | 12 ++++++------ .github/workflows/smoketest.yaml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/code-quality.yaml b/.github/workflows/code-quality.yaml index fc420c208f..f958ce3c76 100644 --- a/.github/workflows/code-quality.yaml +++ b/.github/workflows/code-quality.yaml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v3 with: repository: mosaicml/ci-testing - ref: 3a63a1fd20ab051d8f86da55b910b75afd4c42d4 + ref: d063dcfa0dada654040df41b63844e84199bc165 path: ./ci-testing - uses: ./ci-testing/.github/actions/code-quality with: diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 74ace51946..b0c5514646 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v3 with: repository: mosaicml/ci-testing - ref: 3a63a1fd20ab051d8f86da55b910b75afd4c42d4 + ref: d063dcfa0dada654040df41b63844e84199bc165 path: ./ci-testing - uses: ./ci-testing/.github/actions/coverage with: diff --git a/.github/workflows/pr-cpu.yaml b/.github/workflows/pr-cpu.yaml index 8f6896405f..7145caa2e1 100644 --- a/.github/workflows/pr-cpu.yaml +++ b/.github/workflows/pr-cpu.yaml @@ -29,7 +29,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Run PR CPU Tests - uses: mosaicml/ci-testing/.github/actions/pytest-cpu@3a63a1fd20ab051d8f86da55b910b75afd4c42d4 + uses: mosaicml/ci-testing/.github/actions/pytest-cpu@d063dcfa0dada654040df41b63844e84199bc165 with: name: ${{ matrix.name }} container: ${{ matrix.container }} diff --git a/.github/workflows/pr-gpu.yaml b/.github/workflows/pr-gpu.yaml index d1e536833f..178d3be068 100644 --- a/.github/workflows/pr-gpu.yaml +++ b/.github/workflows/pr-gpu.yaml @@ -27,10 +27,10 @@ jobs: markers: "gpu" pip_deps: "[all]" pytest_command: "coverage run -m pytest" - ci_repo_gpu_test_ref: 3a63a1fd20ab051d8f86da55b910b75afd4c42d4 + ci_repo_gpu_test_ref: d063dcfa0dada654040df41b63844e84199bc165 steps: - name: Run PR GPU Tests - uses: mosaicml/ci-testing/.github/actions/pytest-gpu@3a63a1fd20ab051d8f86da55b910b75afd4c42d4 + uses: mosaicml/ci-testing/.github/actions/pytest-gpu@d063dcfa0dada654040df41b63844e84199bc165 with: container: ${{ matrix.container }} git_repo: mosaicml/llm-foundry @@ -56,10 +56,10 @@ jobs: markers: "gpu" pip_deps: "[all]" pytest_command: "coverage run -m pytest" - ci_repo_gpu_test_ref: 3a63a1fd20ab051d8f86da55b910b75afd4c42d4 + ci_repo_gpu_test_ref: d063dcfa0dada654040df41b63844e84199bc165 steps: - name: Run PR GPU Tests - uses: mosaicml/ci-testing/.github/actions/pytest-gpu@3a63a1fd20ab051d8f86da55b910b75afd4c42d4 + uses: mosaicml/ci-testing/.github/actions/pytest-gpu@d063dcfa0dada654040df41b63844e84199bc165 with: container: ${{ matrix.container }} git_repo: mosaicml/llm-foundry @@ -85,10 +85,10 @@ jobs: markers: "gpu" pip_deps: "[all]" pytest_command: "coverage run -m pytest" - ci_repo_gpu_test_ref: 3a63a1fd20ab051d8f86da55b910b75afd4c42d4 + ci_repo_gpu_test_ref: d063dcfa0dada654040df41b63844e84199bc165 steps: - name: Run PR GPU Tests - uses: mosaicml/ci-testing/.github/actions/pytest-gpu@3a63a1fd20ab051d8f86da55b910b75afd4c42d4 + uses: mosaicml/ci-testing/.github/actions/pytest-gpu@d063dcfa0dada654040df41b63844e84199bc165 with: container: ${{ matrix.container }} git_repo: mosaicml/llm-foundry diff --git a/.github/workflows/smoketest.yaml b/.github/workflows/smoketest.yaml index 69b5221614..71b7a3dd1c 100644 --- a/.github/workflows/smoketest.yaml +++ b/.github/workflows/smoketest.yaml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v3 with: repository: mosaicml/ci-testing - ref: 3a63a1fd20ab051d8f86da55b910b75afd4c42d4 + ref: d063dcfa0dada654040df41b63844e84199bc165 path: ./ci-testing - uses: ./ci-testing/.github/actions/smoketest with: