- Apr 09, 2020
-
-
Andrew Morgan authored
This commit was originally merged in #7228 but reverted in #7254 as the associated sytest was not ready yet. Now that it is, we can merge this again.
-
Andrew Morgan authored
This reverts commit 59f0ca8b.
-
Andrew Morgan authored
-
- Mar 02, 2020
-
-
Erik Johnston authored
I'm not really sure how this was going wrong, but this seems like the right approach anyway.
-
- Feb 10, 2020
-
-
Patrick Cloke authored
-
Richard van der Hoff authored
Workaround for jaraco/zipp#40
-
- Jan 22, 2020
-
-
Erik Johnston authored
These now exist in the pipelines repo.
-
- Dec 13, 2019
-
-
Richard van der Hoff authored
Remove tests that got blacklisted while torturing was enabled, and add one that fails.
-
- Dec 06, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Nov 28, 2019
-
-
Richard van der Hoff authored
-
- Nov 27, 2019
-
-
Richard van der Hoff authored
-
- Nov 26, 2019
-
-
Richard van der Hoff authored
-
- Oct 29, 2019
-
-
Brendan Abolivier authored
* Don't use a virtualenv * Generate the server's signing key to allow it to start * Add signing key paths to CI configuration files * Use a Python script to create the postgresql database * Improve logging
-
- Oct 28, 2019
-
-
Brendan Abolivier authored
This adds: * a test sqlite database * a configuration file for the sqlite database * a configuration file for a postgresql database (using the credentials in `.buildkite/docker-compose.pyXX.pgXX.yaml`) as well as a new script named `.buildkite/scripts/test_synapse_port_db.sh` that: 1. installs Synapse 2. updates the test sqlite database to the latest schema and runs background updates on it 3. creates an empty postgresql database 4. run the `synapse_port_db` script to migrate the test sqlite database to the empty postgresql database (with coverage) Step `2` is done via a new script located at `scripts-dev/update_database`. The test sqlite database is extracted from a SyTest run, so that it can be considered as an actual homeserver's database with actual data in it.
-
- Oct 19, 2019
-
-
Andrew Morgan authored
* Delete format_tap.py This python implementation of a tap formatting library for buildkite has been replaced with a perl implementation as part of the matrix-org/sytest repo, which is specific to sytest's language, not that of any one homeserver's.
-
- Aug 30, 2019
-
-
Amber Brown authored
-
Amber Brown authored
-
- Aug 29, 2019
-
-
Amber Brown authored
-
- Aug 28, 2019
-
-
Amber Brown authored
-
- Aug 12, 2019
-
-
Erik Johnston authored
-
- Jul 29, 2019
-
-
Erik Johnston authored
-
- Jul 23, 2019
-
-
Erik Johnston authored
-
- Jul 22, 2019
-
-
Amber Brown authored
This also adds a worker blacklist.
-
- Jul 19, 2019
-
-
Amber Brown authored
-
- Jul 11, 2019
-
-
Amber Brown authored
-
- Jul 04, 2019
-
-
Andrew Morgan authored
* Add a sytest blacklist file * Add changelog * Add blacklist to manifest
-
- Jun 20, 2019
-
-
Amber Brown authored
-
- Jun 17, 2019
-
-
Amber Brown authored
-
Amber Brown authored
Including workers!
-
- Jun 12, 2019
-
-
Amber Brown authored
* remove 2.7 from CI and publishing * fill out classifiers and also make it not be installed on 3.5 * some minor bumps so that the old deps work on python 3.5
-
- Jun 06, 2019
-
-
Andrew Morgan authored
Sometimes the build agents get lost or die (error codes -1 and 2). Retry automatically a maximum of 2 times if this happens. Error code reference: * -1: Agent was lost * 0: Build successful * 1: There was an error in your code * 2: The build stopped abruptly * 255: The build was cancelled
-
Andrew Morgan authored
* Regen sample config before kicking off agents * Add changelog
-
- Mar 18, 2019
-
-
Erik Johnston authored
-
- Mar 04, 2019
-
-
Richard van der Hoff authored
-
- Feb 27, 2019
-
-
Amber Brown authored
-