Skip to content

Use master of js-sdk when running CI on master - #29596

Closed
dbkr wants to merge 1 commit into
developfrom
dbkr/master_ci_branches
Closed

Use master of js-sdk when running CI on master#29596
dbkr wants to merge 1 commit into
developfrom
dbkr/master_ci_branches

Conversation

@dbkr

@dbkr dbkr commented Mar 26, 2025

Copy link
Copy Markdown
Member

We previously checked out develop js-sdk even when building / testing mster. This would have worked usually, except when we have non-backwards compat changes on the js-sdk which we sometimes do with unstable interfaces (like sliding sync).

This changes to use the master branch.

Checklist

  • Tests written for new code (and old code if feasible).
  • New or updated public/exported symbols have accurate TSDoc documentation.
  • Linter and other CI checks pass.
  • I have licensed the changes to Element by completing the Contributor License Agreement (CLA)

We previously checked out develop js-sdk even when building / testing
mster. This would have worked usually, except when we have non-backwards
compat changes on the js-sdk which we sometimes do with unstable
interfaces (like sliding sync).

This changes to use the master branch.

@t3chguy t3chguy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

What about staging? Wouldn't the existing branch matching work here? Feels like something fetchdep should just handle in the branch matching IMO

@dbkr

dbkr commented Mar 27, 2025

Copy link
Copy Markdown
Member Author

True, looks like we do have env vars that fetchdep can look at directly: have done that in a separate PR: #29601

@dbkr

dbkr commented Mar 27, 2025

Copy link
Copy Markdown
Member Author

We went with #29601

@dbkr dbkr closed this Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants