From 1bab6fc070a1b636cb4b69e44a9bf7fea1286c0f Mon Sep 17 00:00:00 2001 From: Emma De Silva Date: Sat, 4 Jul 2026 02:17:33 +0200 Subject: [PATCH 1/2] Update monorepo analytics server endpoint --- monorepo/scripts/ping-openanalytics-testrunner.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monorepo/scripts/ping-openanalytics-testrunner.php b/monorepo/scripts/ping-openanalytics-testrunner.php index 095c66b6d6b..638eb99ea1e 100644 --- a/monorepo/scripts/ping-openanalytics-testrunner.php +++ b/monorepo/scripts/ping-openanalytics-testrunner.php @@ -24,7 +24,7 @@ } // Shared database with the CI server -$url = 'https://analytics.hydephp.com/api/test_runs'; +$url = 'https://ci.hydephp.com/api/test_runs'; $data = [ 'runner' => json_encode($runner), ]; From f2dc75a2f1cc99d9813d8bbece47a646d7166e10 Mon Sep 17 00:00:00 2001 From: Emma De Silva Date: Sat, 4 Jul 2026 02:18:00 +0200 Subject: [PATCH 2/2] Update testrunner version --- .github/workflows/continuous-integration.yml | 6 +++--- .github/workflows/coverage-tests.yml | 2 +- .github/workflows/matrix-tests.yml | 2 +- .github/workflows/smoke-tests.yml | 2 +- packages/framework/.github/workflows/run-tests.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 66199bed2f5..bb942f11c4e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -65,7 +65,7 @@ jobs: - name: Ping statistics server with test results run: | - curl https://raw.githubusercontent.com/hydephp/develop/6e9d17f31879f4ccda13a3fec4029c9663bccec0/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php + curl https://raw.githubusercontent.com/hydephp/develop/1bab6fc070a1b636cb4b69e44a9bf7fea1286c0f/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php php ping.php "Monorepo Smoke Tests" ${{ secrets.OPENANALYTICS_TOKEN }} ${{ github.ref_name }} test-matrix: @@ -92,7 +92,7 @@ jobs: - name: Ping statistics server with test results run: | - curl https://raw.githubusercontent.com/hydephp/develop/6e9d17f31879f4ccda13a3fec4029c9663bccec0/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php + curl https://raw.githubusercontent.com/hydephp/develop/1bab6fc070a1b636cb4b69e44a9bf7fea1286c0f/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php php ping.php "Monorepo CI Matrix" ${{ secrets.OPENANALYTICS_TOKEN }} ${{ github.ref_name }} system-testing: @@ -204,7 +204,7 @@ jobs: - name: Ping statistics server with test results run: | cp build/junit.xml report.xml - curl https://raw.githubusercontent.com/hydephp/develop/6e9d17f31879f4ccda13a3fec4029c9663bccec0/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php + curl https://raw.githubusercontent.com/hydephp/develop/1bab6fc070a1b636cb4b69e44a9bf7fea1286c0f/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php php ping.php "Monorepo PR Test" ${{ secrets.OPENANALYTICS_TOKEN }} ${{ github.ref_name }} - name: Upload coverage artifacts diff --git a/.github/workflows/coverage-tests.yml b/.github/workflows/coverage-tests.yml index b806a6a30ca..03c7c3d2bfa 100644 --- a/.github/workflows/coverage-tests.yml +++ b/.github/workflows/coverage-tests.yml @@ -42,5 +42,5 @@ jobs: - name: Ping statistics server with test results run: | - curl https://raw.githubusercontent.com/hydephp/develop/6e9d17f31879f4ccda13a3fec4029c9663bccec0/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php + curl https://raw.githubusercontent.com/hydephp/develop/1bab6fc070a1b636cb4b69e44a9bf7fea1286c0f/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php php ping.php "Monorepo Coverage Tests" ${{ secrets.OPENANALYTICS_TOKEN }} ${{ github.ref_name }} diff --git a/.github/workflows/matrix-tests.yml b/.github/workflows/matrix-tests.yml index 1fd12dfb080..9fa499e0e5f 100644 --- a/.github/workflows/matrix-tests.yml +++ b/.github/workflows/matrix-tests.yml @@ -37,5 +37,5 @@ jobs: - name: Ping statistics server with test results run: | - curl https://raw.githubusercontent.com/hydephp/develop/6e9d17f31879f4ccda13a3fec4029c9663bccec0/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php + curl https://raw.githubusercontent.com/hydephp/develop/1bab6fc070a1b636cb4b69e44a9bf7fea1286c0f/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php php ping.php "Monorepo PR Matrix" ${{ secrets.OPENANALYTICS_TOKEN }} ${{ github.ref_name }} diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index b06e2aa861a..33dd87ab573 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -131,5 +131,5 @@ jobs: - name: Ping statistics server with test results if: always() run: | - curl https://raw.githubusercontent.com/hydephp/develop/6e9d17f31879f4ccda13a3fec4029c9663bccec0/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php + curl https://raw.githubusercontent.com/hydephp/develop/1bab6fc070a1b636cb4b69e44a9bf7fea1286c0f/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php php ping.php "Monorepo Smoke Tests" ${{ secrets.OPENANALYTICS_TOKEN }} ${{ github.ref_name }} diff --git a/packages/framework/.github/workflows/run-tests.yml b/packages/framework/.github/workflows/run-tests.yml index e7ee90735f9..2612c7c8527 100644 --- a/packages/framework/.github/workflows/run-tests.yml +++ b/packages/framework/.github/workflows/run-tests.yml @@ -62,5 +62,5 @@ jobs: - name: Ping statistics server with test results run: | cd runner - curl https://raw.githubusercontent.com/hydephp/develop/6e9d17f31879f4ccda13a3fec4029c9663bccec0/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php + curl https://raw.githubusercontent.com/hydephp/develop/1bab6fc070a1b636cb4b69e44a9bf7fea1286c0f/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php php ping.php "Framework CI Matrix" ${{ secrets.OPENANALYTICS_TOKEN }}