This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
1414ARG PYTHON_VERSION=3.7.4
You can’t perform that action at this time.
0 commit comments