Skip to content

Commit

Permalink
Merge pull request #2061 from nextcloud/backport/2043/stable30
Browse files Browse the repository at this point in the history
[stable30] ci(performance): Make performance test more reliable by disabling cro…
  • Loading branch information
nickvergessen authored Sep 24, 2024
2 parents ed44f9d + f2077aa commit 0ad4998
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ jobs:
mkdir data
./occ maintenance:install --verbose --database=sqlite --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass admin
./occ app:enable --force ${{ env.APP_NAME }}
./occ app:disable webhoook_listeners
./occ background:cron
./occ config:system:set query_log_file --value "$PWD/query.log"
# - name: Check PHPUnit script is defined
Expand Down
2 changes: 1 addition & 1 deletion tests/Integration/base-query-count.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8200
8800

0 comments on commit 0ad4998

Please sign in to comment.