]> granicus.if.org Git - graphviz/commitdiff
Revert "Only run macOS CI on graphviz/graphviz repo"
authorMark Hansen <markhansen@google.com>
Sat, 20 Feb 2021 22:07:19 +0000 (09:07 +1100)
committerMark Hansen <markhansen@google.com>
Sat, 20 Feb 2021 22:07:19 +0000 (09:07 +1100)
This reverts commit 5052447d34a37421282b8eb5a9677097518b86b7.

.gitlab-ci.yml

index 71caf0ea3004125fc2abf1e9076a4535865a11dd..23588978004686ba0ab5d8d8aa3f439b40f143f5 100644 (file)
@@ -102,15 +102,6 @@ portable-source:
             metrics: metrics.txt
     except:
         - tags
-    # Most submitters don't have access to the macOS runners, and if they try
-    # to run macOS pipeline jobs, the jobs will hang forever.  This variable is
-    # only set on repos that have access to macOS runners, in GitLab repo
-    # settings.
-    # https://gitlab.com/graphviz/graphviz/-/settings/ci_cd
-    only:
-        variables:
-          - $CI_ENABLE_MACOS
-
 
 .build_template: &windows_build_definition
     stage: build
@@ -520,14 +511,6 @@ macos-autotools-test:
           artifacts: true
     tags:
         - macos
-    # Most submitters don't have access to the macOS runners, and if they try
-    # to run macOS pipeline jobs, the jobs will hang forever.  This variable is
-    # only set on repos that have access to macOS runners, in GitLab repo
-    # settings.
-    # https://gitlab.com/graphviz/graphviz/-/settings/ci_cd
-    only:
-        variables:
-          - $CI_ENABLE_MACOS
 
 ubuntu18-04-cmake-test:
     <<: *linux_test_definition
@@ -604,14 +587,6 @@ macos-cmake-test:
           artifacts: true
     tags:
         - macos
-    # Most submitters don't have access to the macOS runners, and if they try
-    # to run macOS pipeline jobs, the jobs will hang forever.  This variable is
-    # only set on repos that have access to macOS runners, in GitLab repo
-    # settings.
-    # https://gitlab.com/graphviz/graphviz/-/settings/ci_cd
-    only:
-        variables:
-          - $CI_ENABLE_MACOS
 
 deployment:
     stage: deploy