Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
d345692c
Commit
d345692c
authored
Oct 25, 2021
by
André Anjos
💬
Browse files
[ci] Run on machines with the "bob" tag, closes #88
parent
34e285e4
Pipeline
#55549
passed with stage
in 22 minutes and 45 seconds
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d345692c
...
...
@@ -28,6 +28,7 @@ stages:
variables
:
BUILD_EGG
:
"
true"
tags
:
-
bob
-
docker
image
:
quay.io/condaforge/linux-anvil-cos7-x86_64
before_script
:
...
...
@@ -49,6 +50,7 @@ stages:
.build_macos_intel_template
:
extends
:
.build_template
tags
:
-
bob
-
macos
-
intel
before_script
:
...
...
@@ -134,6 +136,7 @@ build_macos_intel_bob_devtools:
-
build_macos_intel_bob_devtools
tags
:
-
docker
-
bob
cache
:
paths
:
-
miniconda.sh
...
...
@@ -176,6 +179,7 @@ pypi:
-
build_macos_intel_deps
-
build_macos_intel_bob_devtools
tags
:
-
bob
-
docker
cache
:
paths
:
...
...
bob/devtools/data/gitlab-ci/base-build.yaml
View file @
d345692c
...
...
@@ -32,6 +32,7 @@ stages:
build_linux
:
extends
:
.build_template
tags
:
-
bob
-
docker
image
:
quay.io/condaforge/linux-anvil-cos7-x86_64
cache
:
...
...
@@ -41,6 +42,7 @@ build_linux:
build_macos_intel
:
extends
:
.build_template
tags
:
-
bob
-
macos
-
intel
cache
:
...
...
bob/devtools/data/gitlab-ci/beat-docker-package.yaml
View file @
d345692c
build_linux_38
:
tags
:
-
bob
-
docker-build
bob/devtools/data/gitlab-ci/docs.yaml
View file @
d345692c
...
...
@@ -19,6 +19,7 @@ stages:
# All stages are prepared the same, with a base set of commands
.bootstrap
:
tags
:
-
bob
-
docker
image
:
quay.io/condaforge/linux-anvil-cos7-x86_64
before_script
:
...
...
bob/devtools/data/gitlab-ci/nightlies.yaml
View file @
d345692c
...
...
@@ -42,6 +42,7 @@ stages:
.build_linux_template
:
extends
:
.build_template
tags
:
-
bob
-
docker
image
:
quay.io/condaforge/linux-anvil-cos7-x86_64
...
...
@@ -57,6 +58,7 @@ build_macos_intel_38:
variables
:
PYTHON_VERSION
:
"
3.8"
tags
:
-
bob
-
macos
-
intel
cache
:
...
...
@@ -68,6 +70,7 @@ build_macos_intel_38:
extends
:
.bootstrap
stage
:
cleanup
tags
:
-
bob
-
docker
image
:
quay.io/condaforge/linux-anvil-cos7-x86_64
script
:
...
...
bob/devtools/data/gitlab-ci/noarch.yaml
View file @
d345692c
...
...
@@ -51,6 +51,7 @@ stages:
build_linux
:
extends
:
.build_template
tags
:
-
bob
-
docker
image
:
quay.io/condaforge/linux-anvil-cos7-x86_64
variables
:
...
...
@@ -77,6 +78,7 @@ build_macos_intel:
key
:
"
build"
extends
:
.build_template
tags
:
-
bob
-
macos
-
intel
...
...
@@ -96,6 +98,7 @@ build_macos_intel:
.test_linux_template
:
extends
:
.test_template
tags
:
-
bob
-
docker
image
:
quay.io/condaforge/linux-anvil-cos7-x86_64
...
...
@@ -103,6 +106,7 @@ build_macos_intel:
.test_macos_intel_template
:
extends
:
.test_template
tags
:
-
bob
-
macos
-
intel
...
...
@@ -118,6 +122,7 @@ build_macos_intel:
-
build_linux
-
build_macos_intel
tags
:
-
bob
-
docker
cache
:
key
:
"
deploy"
...
...
@@ -157,6 +162,7 @@ pypi:
-
build_linux
-
build_macos_intel
tags
:
-
bob
-
docker
cache
:
key
:
"
pypi"
bob/devtools/data/gitlab-ci/python-package.yaml
View file @
d345692c
...
...
@@ -21,6 +21,7 @@ stages:
build
:
image
:
python:latest
tags
:
-
bob
-
docker
stage
:
build
before_script
:
...
...
@@ -46,6 +47,7 @@ build:
# Test targets
.test_template
:
tags
:
-
bob
-
docker
stage
:
test
dependencies
:
...
...
@@ -80,6 +82,7 @@ test_py310:
.deploy_template
:
image
:
python:latest
tags
:
-
bob
-
docker
stage
:
deploy
dependencies
:
...
...
@@ -111,6 +114,7 @@ deploy_stable:
pypi
:
image
:
python:latest
tags
:
-
bob
-
docker
stage
:
pypi
environment
:
pypi
...
...
bob/devtools/data/gitlab-ci/single-package.yaml
View file @
d345692c
...
...
@@ -51,6 +51,7 @@ stages:
.build_linux_template
:
extends
:
.build_template
tags
:
-
bob
-
docker
image
:
quay.io/condaforge/linux-anvil-cos7-x86_64
artifacts
:
...
...
@@ -62,6 +63,7 @@ stages:
.build_macos_intel_template
:
extends
:
.build_template
tags
:
-
bob
-
macos
-
intel
artifacts
:
...
...
@@ -112,6 +114,7 @@ build_linux_38:
.test_linux_template
:
extends
:
.test_template
tags
:
-
bob
-
docker
image
:
quay.io/condaforge/linux-anvil-cos7-x86_64
...
...
@@ -119,6 +122,7 @@ build_linux_38:
.test_macos_intel_template
:
extends
:
.test_template
tags
:
-
bob
-
macos
-
intel
...
...
@@ -134,6 +138,7 @@ build_linux_38:
-
build_linux_38
-
build_macos_intel_38
tags
:
-
bob
-
docker
cache
:
key
:
"
deploy"
...
...
@@ -173,6 +178,7 @@ pypi:
-
build_linux_38
-
build_macos_intel_38
tags
:
-
bob
-
docker
cache
:
key
:
"
pypi"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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