Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EveryBeam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ResearchAndDevelopment
EveryBeam
Commits
83cda018
Commit
83cda018
authored
1 year ago
by
Maik Nijhuis
Browse files
Options
Downloads
Patches
Plain Diff
Fix cibuildwheel job @ SKA mirror
parent
7243ad8c
No related branches found
No related tags found
1 merge request
!339
Fix cibuildwheel job @ SKA mirror
Pipeline
#76238
passed
1 year ago
Stage: versioning
Stage: prepare
Stage: build
Stage: deploy
Changes
3
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.astron.yml
+6
-0
6 additions, 0 deletions
.gitlab-ci.astron.yml
.gitlab-ci.common.yml
+1
-2
1 addition, 2 deletions
.gitlab-ci.common.yml
.gitlab-ci.ska.yml
+7
-1
7 additions, 1 deletion
.gitlab-ci.ska.yml
with
14 additions
and
3 deletions
.gitlab-ci.astron.yml
+
6
−
0
View file @
83cda018
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.common.yml
+
1
−
2
View file @
83cda018
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.ska.yml
+
7
−
1
View file @
83cda018
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment