Commit ad692b43 authored by catch's avatar catch
Browse files

Issue #3530843 by catch, mondrake: Adjust performance test job for new phpunit discovery

(cherry picked from commit b50c5edf)
parent 387ed06e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -277,4 +277,4 @@ variables:
    - mkdir -p ./sites/simpletest ./sites/default/files ./build/logs/junit /var/www/.composer
    - chown -R www-data:www-data ./sites ./build/logs/junit ./vendor /var/www/
    - sudo -u www-data git config --global --add safe.directory $CI_PROJECT_DIR
    - sudo SIMPLETEST_BASE_URL="http://$HOSTNAME/subdirectory" -u www-data -E -H ./vendor/bin/phpunit -c core --group OpenTelemetry --log-junit=./sites/default/files/simpletest/phpunit-performance.xml
    - sudo SIMPLETEST_BASE_URL="http://$HOSTNAME/subdirectory" -u www-data -E -H ./vendor/bin/phpunit -c core/.phpunit-next.xml --group OpenTelemetry --log-junit=./sites/default/files/simpletest/phpunit-performance.xml