aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-09-16 15:13:24 -0700
committerJunio C Hamano <gitster@pobox.com>2024-09-16 15:13:24 -0700
commitaf51e464bff32fb705ecc6bb6b3b72a02899103d (patch)
treeb5a938033b1c9583961af7446b9c556c489057c0
parentRevert "Merge branch 'jc/patch-id' into maint-2.46" (diff)
parentci: remove 'Upload failed tests' directories' step from linux32 jobs (diff)
downloadgit-af51e464bff32fb705ecc6bb6b3b72a02899103d.tar.gz
git-af51e464bff32fb705ecc6bb6b3b72a02899103d.zip
Merge branch 'jc/ci-upload-artifact-and-linux32' into maint-2.46
CI started failing completely for linux32 jobs, as the step to upload failed test directory uses GitHub actions that is deprecated and is now disabled. Remove the step so at least we will know if the tests are passing. * jc/ci-upload-artifact-and-linux32: ci: remove 'Upload failed tests' directories' step from linux32 jobs
Diffstat (limited to '')
-rw-r--r--.github/workflows/main.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 1ee0433acc..97f9b06310 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -365,12 +365,6 @@ jobs:
with:
name: failed-tests-${{matrix.vector.jobname}}
path: ${{env.FAILED_TEST_ARTIFACTS}}
- - name: Upload failed tests' directories
- if: failure() && env.FAILED_TEST_ARTIFACTS != '' && matrix.vector.jobname == 'linux32'
- uses: actions/upload-artifact@v1 # cannot be upgraded because Node.js Actions aren't supported in this container
- with:
- name: failed-tests-${{matrix.vector.jobname}}
- path: ${{env.FAILED_TEST_ARTIFACTS}}
static-analysis:
needs: ci-config
if: needs.ci-config.outputs.enabled == 'yes'