ci: drop the phabricator refresh step stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Wed, 01 Jun 2022 03:08:15 +0200
branchstable
changeset 49270 a31245a984f2
parent 49267 f639982dfd00
child 49272 fda7ec505dc5
ci: drop the phabricator refresh step Now that phabricator is no longer in us, we should avoid this useless step to save time and simplify things.
contrib/heptapod-ci.yml
--- a/contrib/heptapod-ci.yml	Sun May 22 01:48:20 2022 +0200
+++ b/contrib/heptapod-ci.yml	Wed Jun 01 03:08:15 2022 +0200
@@ -47,24 +47,6 @@
         - echo "python used, $PYTHON"
         - make rust-tests
 
-phabricator-refresh:
-    stage: phabricator
-    except:
-      refs:
-        - merge_requests
-      variables:
-        - $PHABRICATOR_TOKEN == "NO-PHAB"
-    variables:
-      DEFAULT_COMMENT: ":white_check_mark: refresh by Heptapod after a successful CI run (:octopus: :green_heart:)"
-      STABLE_COMMENT: ":white_check_mark: refresh by Heptapod after a successful CI run (:octopus: :green_heart:)\n⚠ This patch is intended for stable ⚠\n{image https://media.giphy.com/media/nYI8SmmChYXK0/source.gif}"
-    script:
-      - |
-        if [ `hg branch` == "stable" ]; then
-            ./contrib/phab-refresh-stack.sh --comment "$STABLE_COMMENT";
-        else
-            ./contrib/phab-refresh-stack.sh --comment "$DEFAULT_COMMENT";
-        fi
-
 test-py2:
     <<: *runtests
     variables: