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

Commit c43c1ad

Browse files
committed
fix
1 parent a025abe commit c43c1ad

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ steps:
3131
- "python -m pip install tox"
3232
- "scripts-dev/check-newsfragment"
3333
label: ":newspaper: Newsfile"
34-
branches: "!master !develop !release-*"
34+
branches: "!master !develop !release-* !shhs-v*"
3535
plugins:
3636
- docker#v3.0.1:
3737
image: "python:3.6"
@@ -137,6 +137,7 @@ steps:
137137
limit: 2
138138

139139
- label: ":python: 3.7 / :postgres: 9.5"
140+
branches: "!shhs !shhs-*"
140141
env:
141142
TRIAL_FLAGS: "-j 4"
142143
command:
@@ -233,14 +234,12 @@ steps:
233234
- exit_status: 2
234235
limit: 2
235236

236-
- wait
237-
238237
- label: "Docker Build -- Optimised Skylake-AVX512"
239238
agents:
240239
queue: "release"
241240
branches: "shhs-*"
242241
command:
243-
- "docker build -f docker/Dockerfile-optimised --build-arg PYTHON_VERSION=3.6 --build-arg MARCH=skylake-avx512 . -t matrixdotorg/synapse:${BUILDKITE_TAG}-skylake-avx512"
242+
- "docker build -f docker/Dockerfile-optimised --build-arg PYTHON_VERSION=3.7.4 --build-arg MARCH=skylake-avx512 . -t matrixdotorg/synapse:${BUILDKITE_TAG}-skylake-avx512"
244243
- "docker docker save matrixdotorg/synapse:${BUILDKITE_TAG}-skylake-avx512 | gzip -9 > docker.tar.gz"
245244
artifact_paths:
246245
- "docker.tar.gz"

docker/Dockerfile-optimised

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# There is an optional PYTHON_VERSION build argument which sets the
99
# version of python to build against: for example:
1010
#
11-
# docker build -f docker/Dockerfile --build-arg PYTHON_VERSION=3.6 .
11+
# docker build -f docker/Dockerfile --build-arg PYTHON_VERSION=3.6 --build-arg MARCH=skylake-avx512 .
1212
#
1313

1414
ARG PYTHON_VERSION=3.7.4

0 commit comments

Comments
 (0)