Skip to content
Snippets Groups Projects
Commit 83cda018 authored by Maik Nijhuis's avatar Maik Nijhuis
Browse files

Fix cibuildwheel job @ SKA mirror

parent 7243ad8c
No related branches found
No related tags found
1 merge request!339Fix cibuildwheel job @ SKA mirror
Pipeline #76238 passed
...@@ -8,6 +8,12 @@ ...@@ -8,6 +8,12 @@
tags: tags:
- dind - dind
# At Astron, the cibuild-python-wheels job needs this custom configuration.
.cibuildwheels-custom:
extends: .dind-requester
variables:
DOCKER_HOST: tcp://docker:2375
include: .gitlab-ci.common.yml include: .gitlab-ci.common.yml
deploy-package-2204: deploy-package-2204:
......
...@@ -302,12 +302,11 @@ deploy-image-2204: ...@@ -302,12 +302,11 @@ deploy-image-2204:
- dist/everybeam*.whl - dist/everybeam*.whl
cibuild-python-wheels: cibuild-python-wheels:
extends: [ ".needs-base-2204", ".dind-requester" ] extends: [ ".needs-base-2204", ".cibuildwheels-custom" ]
stage: deploy stage: deploy
image: python:3.8 image: python:3.8
variables: variables:
GIT_SUBMODULE_STRATEGY: normal GIT_SUBMODULE_STRATEGY: normal
DOCKER_HOST: tcp://docker:2375
script: script:
- wget -qO - https://get.docker.com/ | sh - wget -qO - https://get.docker.com/ | sh
- pip install cibuildwheel - pip install cibuildwheel
......
...@@ -8,6 +8,12 @@ ...@@ -8,6 +8,12 @@
services: services:
- docker:20.10-dind - docker:20.10-dind
# At SKAO, the cibuild-python-wheels job needs this custom configuration.
.cibuildwheels-custom:
extends: .dind-requester
tags:
- k8srunner
include: include:
- local: .gitlab-ci.common.yml - local: .gitlab-ci.common.yml
# Create Gitlab CI badges from CI metrics # Create Gitlab CI badges from CI metrics
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment