diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-03-31 11:57:44 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-04-09 07:40:28 -0400 |
commit | 3c48e12a241d50c480ed4e68180a1886be649a35 (patch) | |
tree | b934bb5e793c9f6c207ae7633d1214d9abe28632 /.gitlab-ci.yml | |
parent | 4bb008393bc7cc851b86bd0e4460612f8d415a76 (diff) | |
download | haskell-3c48e12a241d50c480ed4e68180a1886be649a35.tar.gz |
ci: Remove doc-tarball dependency from perf and perf-nofib jobs
These don't depend on the contents of the tarball so we can run them
straight after the fedora33 job finishes.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
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: |