Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
python-compile
Commits
d7ad3461
Commit
d7ad3461
authored
Apr 28, 2022
by
EKbfh
🐼
Browse files
ADd parallel buulds
parent
7f7b3aed
Pipeline
#36128
canceled with stage
in 11 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d7ad3461
...
...
@@ -3,8 +3,12 @@ stages:
-
compile
-
upload
.parallel
:
parallel
:
matrix
:
-
PYTHON_VERSION_3
:
[
"
3.8.13"
,
"
3.9.12"
,
"
3.10.4"
]
variables
:
PYTHON_VERSION_3
:
"
3.9.8"
S3_BASE
:
https://s3.getnoc.com
S3_BUCKET
:
$CI_PROJECT_NAMESPACE
COMPILE_FLAGS_DEB
:
"
--with-system-ffi
--with-computed-gotos
--enable-loadable-sqlite-extensions"
...
...
@@ -31,6 +35,7 @@ compile_RedHat:
-
tar czf "${CI_PROJECT_DIR}/python${PYTHON_VERSION_3}.tar.gz" -C /opt/python$PYTHON_VERSION_3/ .
.base_compile
:
extends
:
.parallel
stage
:
compile
image
:
debian:10
script
:
...
...
@@ -83,6 +88,7 @@ compile_Ubuntu_20:
image
:
ubuntu:20.04
.base_upload
:
extends
:
.parallel
stage
:
upload
image
:
registry.getnoc.com/infrastructure/s3helper:master
before_script
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment