From cc645160ab91289af4ebc036956be71a582d8595 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Mon, 8 Jan 2024 15:49:27 +0000 Subject: [PATCH] Build/Test Tools: Remove `svn` debug command. SVN support has officially been sunset by GitHub. While SVN was not has not been utilized in GitHub Action workflows, the version of SVN being used has been output for debugging purposes. This removes those debug lines to prevent encountering failures as new versions of test runners are pushed out without `svn` installed. See https://github.blog/changelog/2024-01-08-subversion-has-been-sunset/. See #59805. git-svn-id: https://develop.svn.wordpress.org/trunk@57249 602fd350-edb4-49c9-b593-d223f7449a82 --- .github/workflows/callable-test-core-build-process.yml | 1 - .github/workflows/callable-test-gutenberg-build-process.yml | 1 - .github/workflows/coding-standards.yml | 1 - .github/workflows/end-to-end-tests.yml | 1 - .github/workflows/javascript-tests.yml | 1 - .github/workflows/performance.yml | 1 - .github/workflows/phpunit-tests-run.yml | 1 - .github/workflows/test-coverage.yml | 1 - 8 files changed, 8 deletions(-) diff --git a/.github/workflows/callable-test-core-build-process.yml b/.github/workflows/callable-test-core-build-process.yml index a9523ec343..bf566e7782 100644 --- a/.github/workflows/callable-test-core-build-process.yml +++ b/.github/workflows/callable-test-core-build-process.yml @@ -58,7 +58,6 @@ jobs: node --version curl --version git --version - svn --version - name: Install npm Dependencies run: npm ci diff --git a/.github/workflows/callable-test-gutenberg-build-process.yml b/.github/workflows/callable-test-gutenberg-build-process.yml index ef41cff56e..0e747a059a 100644 --- a/.github/workflows/callable-test-gutenberg-build-process.yml +++ b/.github/workflows/callable-test-gutenberg-build-process.yml @@ -69,7 +69,6 @@ jobs: node --version curl --version git --version - svn --version - name: Install Core Dependencies run: npm ci diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index c09703167f..393c7d1d7b 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -162,7 +162,6 @@ jobs: npm --version node --version git --version - svn --version - name: Install npm Dependencies run: npm ci diff --git a/.github/workflows/end-to-end-tests.yml b/.github/workflows/end-to-end-tests.yml index 25f37b5d4b..344201d257 100644 --- a/.github/workflows/end-to-end-tests.yml +++ b/.github/workflows/end-to-end-tests.yml @@ -87,7 +87,6 @@ jobs: node --version curl --version git --version - svn --version locale -a - name: Install npm Dependencies diff --git a/.github/workflows/javascript-tests.yml b/.github/workflows/javascript-tests.yml index ce3536b84f..1826b03041 100644 --- a/.github/workflows/javascript-tests.yml +++ b/.github/workflows/javascript-tests.yml @@ -77,7 +77,6 @@ jobs: npm --version node --version git --version - svn --version - name: Install npm Dependencies run: npm ci diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 356d5f7724..900b77417b 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -121,7 +121,6 @@ jobs: node --version curl --version git --version - svn --version locale -a - name: Install npm dependencies diff --git a/.github/workflows/phpunit-tests-run.yml b/.github/workflows/phpunit-tests-run.yml index d47db28696..bebd1e3a29 100644 --- a/.github/workflows/phpunit-tests-run.yml +++ b/.github/workflows/phpunit-tests-run.yml @@ -124,7 +124,6 @@ jobs: node --version curl --version git --version - svn --version composer --version locale -a diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index 82449a8f0e..5d1e6b2f2a 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -117,7 +117,6 @@ jobs: node --version curl --version git --version - svn --version composer --version locale -a