Skip to content

test: Use example.org instead of nextcloud.com for testing links - #7998

Merged
mejo- merged 2 commits into
mainfrom
test/no_nextcloud_com
Dec 1, 2025
Merged

test: Use example.org instead of nextcloud.com for testing links#7998
mejo- merged 2 commits into
mainfrom
test/no_nextcloud_com

Conversation

@mejo-

@mejo-mejo- commented Dec 1, 2025

Copy link
Copy Markdown
Member

CI often runs into rate limits when testing against nextcloud.com and we're asked to not use nextcloud.com in tests anyway.

🏁 Checklist

  • Code is properly formatted (npm run lint / npm run stylelint / composer run cs:check)
  • Sign-off message is added to all commits
  • Tests (unit, integration and/or end-to-end) passing and the changes are covered with tests

@mejo-mejo- self-assigned this Dec 1, 2025
@mejo-mejo- added tests If you write them we ♥ you 3. to review labels Dec 1, 2025
CI often runs into rate limits when testing against nextcloud.com and
we're asked to not use nextcloud.com in tests anyway.
Signed-off-by: Jonas <jonas@freesources.org>
@mejo-
mejo-force-pushed the test/no_nextcloud_com branch from f9ff064 to 033860cCompareDecember 1, 2025 08:56
@mejo-

mejo- commented Dec 1, 2025

Copy link
Copy Markdown
MemberAuthor

/backport to stable32

@codecov

codecovBot commented Dec 1, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

This was accidently introduced again with 51ac9ad, but we have
a different approach in text. JS assets are compiled and pushed to the
branches by a CI job after PRs got merged.
Signed-off-by: Jonas <jonas@freesources.org>
CYPRESS_INSTALL_BINARY: 0
run: |
npm ci
npm run build --if-present

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the idea here is to make sure it still builds after the npm audit update. But I guess the same would also happen in the PR created below.

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We had this removed in the past as well, see c253378 😉

@max-nextcloudmax-nextcloud left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

example.org also had it's issues once - nextcloud/collectives@858036d

But at least there's no rate limiting.

@mejo-
mejo- merged commit ddf1f5a into mainDec 1, 2025
69 checks passed
@mejo-
mejo- deleted the test/no_nextcloud_com branch December 1, 2025 09:30
@mejo-

mejo- commented Dec 1, 2025

Copy link
Copy Markdown
MemberAuthor

/backport to stable31

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

Labels

3. to reviewtestsIf you write them we ♥ you

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@mejo-@max-nextcloud