# HG changeset patch # User Pierre-Yves David # Date 1654045695 -7200 # Node ID a31245a984f2b9b029d00ddffdc88510cdecbd57 # Parent f639982dfd00545dea9b008f178f619a47447fad 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. diff -r f639982dfd00 -r a31245a984f2 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: