summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-03-31 11:57:44 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2022-04-08 09:18:35 +0000
commit11fd7f40287fe59f68042e752d0972b8002f097a (patch)
tree4d9eaff5b65cce36f6bca0d0bf65ffdc87049355
parent64b8ee6bc027a22f565ef38cdf8fdaf8fb66b3b0 (diff)
downloadhaskell-wip/head-hackage-needs.tar.gz
ci: Remove doc-tarball dependency from perf and perf-nofib jobswip/head-hackage-needs
These don't depend on the contents of the tarball so we can run them straight after the fedora33 job finishes.
-rw-r--r--.gitlab-ci.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e6dc2d019..6f0966cdae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -599,9 +599,6 @@ perf-nofib:
optional: true
- job: release-x86_64-linux-fedora33-perf
optional: true
-
- - job: doc-tarball
- optional: false
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-fedora33:$DOCKER_REV"
rules:
- if: $CI_MERGE_REQUEST_ID
@@ -648,8 +645,6 @@ perf:
optional: true
- job: release-x86_64-linux-fedora33-perf
optional: true
- - job: doc-tarball
- optional: false
dependencies: null
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-fedora33:$DOCKER_REV"
rules: