Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Merge branch 'merge-1.88' into beeper
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Jul 27, 2023
2 parents 38f8398 + 384dc85 commit a9e6301
Show file tree
Hide file tree
Showing 215 changed files with 11,830 additions and 7,688 deletions.
16 changes: 6 additions & 10 deletions .ci/scripts/calculate_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ def set_output(key: str, value: str):

# First calculate the various trial jobs.
#
# For each type of test we only run on Py3.7 on PRs
# For PRs, we only run each type of test with the oldest Python version supported (which
# is Python 3.8 right now)

trial_sqlite_tests = [
{
"python-version": "3.7",
"python-version": "3.8",
"database": "sqlite",
"extras": "all",
}
Expand All @@ -46,13 +47,13 @@ def set_output(key: str, value: str):
"database": "sqlite",
"extras": "all",
}
for version in ("3.8", "3.9", "3.10", "3.11")
for version in ("3.9", "3.10", "3.11")
)


trial_postgres_tests = [
{
"python-version": "3.7",
"python-version": "3.8",
"database": "postgres",
"postgres-version": "11",
"extras": "all",
Expand All @@ -71,7 +72,7 @@ def set_output(key: str, value: str):

trial_no_extra_tests = [
{
"python-version": "3.7",
"python-version": "3.8",
"database": "sqlite",
"extras": "",
}
Expand Down Expand Up @@ -133,11 +134,6 @@ def set_output(key: str, value: str):
"sytest-tag": "testing",
"postgres": "postgres",
},
{
"sytest-tag": "buster",
"postgres": "multi-postgres",
"workers": "workers",
},
]
)

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/beeper-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- ${{ github.workspace }}:/src
env:
# Pinned at: https://github.com/matrix-org/sytest/commit/3b0208a1ced1da95d46d88881ebe90f5696b8e27
SYTEST_BRANCH: 3b0208a1ced1da95d46d88881ebe90f5696b8e27
SYTEST_BRANCH: 50544bb329119be48643396e65bac585c554903f
TOP: ${{ github.workspace }}
POSTGRES: 1
MULTI_POSTGRES: 1
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
with:
repository: matrix-org/complement
path: complement
ref: bcc2bcef25fd31c5ee40c03aba1060e563f09004
ref: f032b6cef0e47d4222eb9028459c036ab8257d14
- name: Install complement dependencies
run: |-
sudo apt-get -qq update
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ __pycache__/
/logs
/media_store/
/uploads
/homeserver-config-overrides.d

# For direnv users
/.envrc
Expand Down
2,982 changes: 217 additions & 2,765 deletions CHANGES.md

Large diffs are not rendered by default.

58 changes: 35 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@

[workspace]
members = ["rust"]
resolver = "2"
Loading

0 comments on commit a9e6301

Please sign in to comment.