Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
Kenneth Moreland
VTK
Commits
07fcdb37
Commit
07fcdb37
authored
7 months ago
by
Ben Boeckel
Browse files
Options
Downloads
Patches
Plain Diff
gitlab-ci: add architecture to tagsets for macOS x86_64
(cherry picked from commit
45b5fbb3
)
parent
4c8ac1c6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+13
-13
13 additions, 13 deletions
.gitlab-ci.yml
.gitlab/os-macos.yml
+3
-3
3 additions, 3 deletions
.gitlab/os-macos.yml
with
16 additions
and
16 deletions
.gitlab-ci.yml
+
13
−
13
View file @
07fcdb37
...
...
@@ -1502,7 +1502,7 @@ macos-x86_64-kits-python-qt:build:
extends
:
-
.macos_x86_64_kits_python_qt
-
.cmake_build_macos
-
.macos_builder_tags
-
.macos_
x86_64_
builder_tags
-
.cmake_build_artifacts
-
.run_manually
# Some of the macOS runners are not very powerful.
...
...
@@ -1513,7 +1513,7 @@ macos-x86_64-kits-python-qt:test:
extends
:
-
.macos_x86_64_kits_python_qt
-
.cmake_test_macos
-
.macos_builder_tags
-
.macos_
x86_64_
builder_tags
-
.cmake_test_artifacts
-
.run_automatically
needs
:
...
...
@@ -1526,7 +1526,7 @@ macos-x86_64-kits-python-qt-stdthread:test:
-
.smp_backend_stdthread_env_variable
-
.ctest_new_cdash_submission
-
.cmake_test_macos
-
.macos_builder_tags
-
.macos_
x86_64_
builder_tags
-
.cmake_test_artifacts
-
.run_automatically
needs
:
...
...
@@ -1557,7 +1557,7 @@ wheel-macos-python38-x86_64:build:
extends
:
-
.wheel_macos38_x86_64
-
.cmake_build_wheel_macos
-
.macos_wheel_builder_tags
-
.macos_
x86_64_
wheel_builder_tags
-
.cmake_wheel_artifacts
-
.old_python_wheel_rules
timeout
:
90 minutes
...
...
@@ -1567,7 +1567,7 @@ wheel-macos-python38-x86_64:test:
extends
:
-
.wheel_macos38_x86_64
-
.cmake_test_wheel_macos
-
.macos_wheel_builder_tags
-
.macos_
x86_64_
wheel_builder_tags
-
.old_python_wheel_rules
-
.cdash_annotations_artifacts
needs
:
...
...
@@ -1596,7 +1596,7 @@ wheel-macos-python39-x86_64:build:
extends
:
-
.wheel_macos39_x86_64
-
.cmake_build_wheel_macos
-
.macos_wheel_builder_tags
-
.macos_
x86_64_
wheel_builder_tags
-
.cmake_wheel_artifacts
-
.old_python_wheel_rules
timeout
:
90 minutes
...
...
@@ -1606,7 +1606,7 @@ wheel-macos-python39-x86_64:test:
extends
:
-
.wheel_macos39_x86_64
-
.cmake_test_wheel_macos
-
.macos_wheel_builder_tags
-
.macos_
x86_64_
wheel_builder_tags
-
.old_python_wheel_rules
-
.cdash_annotations_artifacts
needs
:
...
...
@@ -1635,7 +1635,7 @@ wheel-macos-python310-x86_64:build:
extends
:
-
.wheel_macos310_x86_64
-
.cmake_build_wheel_macos
-
.macos_wheel_builder_tags
-
.macos_
x86_64_
wheel_builder_tags
-
.cmake_wheel_artifacts
-
.old_python_wheel_rules
timeout
:
90 minutes
...
...
@@ -1645,7 +1645,7 @@ wheel-macos-python310-x86_64:test:
extends
:
-
.wheel_macos310_x86_64
-
.cmake_test_wheel_macos
-
.macos_wheel_builder_tags
-
.macos_
x86_64_
wheel_builder_tags
-
.old_python_wheel_rules
-
.cdash_annotations_artifacts
needs
:
...
...
@@ -1674,7 +1674,7 @@ wheel-macos-python311-x86_64:build:
extends
:
-
.wheel_macos311_x86_64
-
.cmake_build_wheel_macos
-
.macos_wheel_builder_tags
-
.macos_
x86_64_
wheel_builder_tags
-
.cmake_wheel_artifacts
-
.old_python_wheel_rules
timeout
:
90 minutes
...
...
@@ -1684,7 +1684,7 @@ wheel-macos-python311-x86_64:test:
extends
:
-
.wheel_macos311_x86_64
-
.cmake_test_wheel_macos
-
.macos_wheel_builder_tags
-
.macos_
x86_64_
wheel_builder_tags
-
.old_python_wheel_rules
-
.cdash_annotations_artifacts
needs
:
...
...
@@ -1713,7 +1713,7 @@ wheel-macos-python312-x86_64:build:
extends
:
-
.wheel_macos312_x86_64
-
.cmake_build_wheel_macos
-
.macos_wheel_builder_tags
-
.macos_
x86_64_
wheel_builder_tags
-
.cmake_wheel_artifacts
-
.run_manually
timeout
:
90 minutes
...
...
@@ -1723,7 +1723,7 @@ wheel-macos-python312-x86_64:test:
extends
:
-
.wheel_macos312_x86_64
-
.cmake_test_wheel_macos
-
.macos_wheel_builder_tags
-
.macos_
x86_64_
wheel_builder_tags
-
.run_automatically
-
.cdash_annotations_artifacts
needs
:
...
...
This diff is collapsed.
Click to expand it.
.gitlab/os-macos.yml
+
3
−
3
View file @
07fcdb37
...
...
@@ -132,7 +132,7 @@
## Tags
.macos_builder_tags
:
.macos_
x86_64_
builder_tags
:
tags
:
-
vtk
-
macos-x86_64
...
...
@@ -140,7 +140,7 @@
-
xcode-14.2
-
nonconcurrent
.macos_wheel_builder_tags
:
.macos_
x86_64_
wheel_builder_tags
:
tags
:
-
vtk
-
macos-x86_64
...
...
@@ -148,7 +148,7 @@
-
xcode-14.2
-
concurrent
.macos_ext_builder_tags
:
.macos_
x86_64_
ext_builder_tags
:
tags
:
-
vtk
-
macos-x86_64
...
...
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