Skip to content

[stable32] do not re-install phpunit in integration ci#7701

Merged
grnd-alt merged 1 commit intostable32from
chore/update-phpunit
Mar 4, 2026
Merged

[stable32] do not re-install phpunit in integration ci#7701
grnd-alt merged 1 commit intostable32from
chore/update-phpunit

Conversation

@grnd-alt
Copy link
Member

@grnd-alt grnd-alt commented Mar 2, 2026

ci for integration tests couldn't run before
comparison for a test run before: https://github.com/nextcloud/deck/actions/runs/22556727299/job/65335384451

phpunit is already installed in run.sh: https://github.com/nextcloud/server/blob/stable32/build/integration/run.sh#L41
so I don't know why this line would even be required tbh.

Signed-off-by: grnd-alt <git@belakkaf.net>
@grnd-alt grnd-alt force-pushed the chore/update-phpunit branch from e2d0170 to a157fea Compare March 2, 2026 11:29
@grnd-alt grnd-alt changed the title chore: update phpunit with dependencies do not re-install phpunit in integration ci Mar 2, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 2, 2026

🐢 Performance warning.
It looks like the query count of the integration tests increased with this PR.
Database query count is now 83520 was 82773 (+0.9%)
Please check your code again. If you added a new test this can be expected and the base value in tests/integration/base-query-count.txt can be increased.

@github-project-automation github-project-automation bot moved this to 🧭 Planning evaluation (don't pick) in 📝 Productivity team Mar 2, 2026
@grnd-alt grnd-alt moved this from 🧭 Planning evaluation (don't pick) to 👀 In review in 📝 Productivity team Mar 2, 2026
@grnd-alt grnd-alt self-assigned this Mar 2, 2026
@grnd-alt grnd-alt enabled auto-merge March 2, 2026 11:38
@grnd-alt grnd-alt changed the title do not re-install phpunit in integration ci [stable32] do not re-install phpunit in integration ci Mar 4, 2026
@grnd-alt grnd-alt merged commit 122d686 into stable32 Mar 4, 2026
41 checks passed
@grnd-alt grnd-alt deleted the chore/update-phpunit branch March 4, 2026 12:22
@github-project-automation github-project-automation bot moved this from 👀 In review to ☑️ Done in 📝 Productivity team Mar 4, 2026
@grnd-alt
Copy link
Member Author

/backport to stable31

@grnd-alt
Copy link
Member Author

/backport to stable30

@backportbot
Copy link

backportbot bot commented Mar 11, 2026

The backport to stable31 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable31
git pull origin stable31

# Create the new backport branch
git checkout -b backport/7701/stable31

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick a157fea8

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/7701/stable31

Error: Failed to check for changes with origin/stable31: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@grnd-alt
Copy link
Member Author

/backport to stable29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ☑️ Done

Development

Successfully merging this pull request may close these issues.

2 participants