Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 8231769

Browse files
committed
Switch back to using Sytest dinsic branch
As part of the 1.31.0 mainline merge, we updated the buildkite pipeline to more closely match mainline. Unfortunately we accidentally also updated the sytest portion verbatim, which meant we were now running Sytest develop against dinsic. This inevitably broke as dinsic started to fall behind mainline again. This commit returns us back to the dinsic tag of matrixdotorg/sytest-synapse, as well as removes some Linux distro variations which we aren't using for dinsic.
1 parent a5575ea commit 8231769

File tree

1 file changed

+4
-84
lines changed

1 file changed

+4
-84
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -318,57 +318,7 @@ steps:
318318
#
319319
################################################################################
320320

321-
- label: "SyTest Monolith :sqlite::ubuntu: 18.04"
322-
agents:
323-
queue: "medium"
324-
command:
325-
- "bash .buildkite/merge_base_branch.sh"
326-
- "bash /bootstrap.sh synapse"
327-
plugins:
328-
- docker#v3.7.0:
329-
image: "matrixdotorg/sytest-synapse:bionic"
330-
propagate-environment: true
331-
always-pull: true
332-
workdir: "/src"
333-
entrypoint: "/bin/sh"
334-
init: false
335-
shell: ["-x", "-c"]
336-
mount-buildkite-agent: false
337-
volumes: ["./logs:/logs"]
338-
- artifacts#v1.3.0:
339-
upload: [ "logs/**/*.log", "logs/**/*.log.*", "logs/results.tap" ]
340-
- matrix-org/annotate:
341-
path: "logs/annotate.md"
342-
style: "error"
343-
retry: *retry_setup
344-
345-
- label: "SyTest Monolith :postgres::ubuntu: 18.04"
346-
agents:
347-
queue: "medium"
348-
env:
349-
POSTGRES: "1"
350-
command:
351-
- "bash .buildkite/merge_base_branch.sh"
352-
- "bash /bootstrap.sh synapse"
353-
plugins:
354-
- docker#v3.7.0:
355-
image: "matrixdotorg/sytest-synapse:bionic"
356-
propagate-environment: true
357-
always-pull: true
358-
workdir: "/src"
359-
entrypoint: "/bin/sh"
360-
init: false
361-
shell: ["-x", "-c"]
362-
mount-buildkite-agent: false
363-
volumes: ["./logs:/logs"]
364-
- artifacts#v1.3.0:
365-
upload: [ "logs/**/*.log", "logs/**/*.log.*", "logs/results.tap" ]
366-
- matrix-org/annotate:
367-
path: "logs/annotate.md"
368-
style: "error"
369-
retry: *retry_setup
370-
371-
- label: "SyTest Monolith :postgres::debian: testing"
321+
- label: "SyTest Monolith :postgres::debian: 10"
372322
agents:
373323
queue: "medium"
374324
env:
@@ -378,37 +328,7 @@ steps:
378328
- "bash /bootstrap.sh synapse"
379329
plugins:
380330
- docker#v3.7.0:
381-
image: "matrixdotorg/sytest-synapse:testing"
382-
propagate-environment: true
383-
always-pull: true
384-
workdir: "/src"
385-
entrypoint: "/bin/sh"
386-
init: false
387-
shell: ["-x", "-c"]
388-
mount-buildkite-agent: false
389-
volumes: ["./logs:/logs"]
390-
- artifacts#v1.3.0:
391-
upload: [ "logs/**/*.log", "logs/**/*.log.*", "logs/results.tap" ]
392-
- matrix-org/annotate:
393-
path: "logs/annotate.md"
394-
style: "error"
395-
retry: *retry_setup
396-
397-
- label: "SyTest Workers :postgres::ubuntu: 18.04"
398-
agents:
399-
queue: "xlarge"
400-
env:
401-
MULTI_POSTGRES: "1" # Test with split out databases
402-
POSTGRES: "1"
403-
WORKERS: "1"
404-
BLACKLIST: "synapse-blacklist-with-workers"
405-
command:
406-
- "bash .buildkite/merge_base_branch.sh"
407-
- "bash -c 'cat /src/sytest-blacklist /src/.buildkite/worker-blacklist > /src/synapse-blacklist-with-workers'"
408-
- "bash /bootstrap.sh synapse"
409-
plugins:
410-
- docker#v3.7.0:
411-
image: "matrixdotorg/sytest-synapse:bionic"
331+
image: "matrixdotorg/sytest-synapse:dinsic"
412332
propagate-environment: true
413333
always-pull: true
414334
workdir: "/src"
@@ -438,7 +358,7 @@ steps:
438358
- "bash /bootstrap.sh synapse"
439359
plugins:
440360
- docker#v3.7.0:
441-
image: "matrixdotorg/sytest-synapse:buster"
361+
image: "matrixdotorg/sytest-synapse:dinsic"
442362
propagate-environment: true
443363
always-pull: true
444364
workdir: "/src"
@@ -469,7 +389,7 @@ steps:
469389
- "bash /bootstrap.sh synapse"
470390
plugins:
471391
- docker#v3.7.0:
472-
image: "matrixdotorg/sytest-synapse:buster"
392+
image: "matrixdotorg/sytest-synapse:dinsic"
473393
propagate-environment: true
474394
always-pull: true
475395
workdir: "/src"

0 commit comments

Comments
 (0)