contrib/heptapod-ci.yml
changeset 45991 c7f40562389f
parent 45965 3302584ac0c7
child 46045 7905899c4f8f
equal deleted inserted replaced
45990:5de27798d2af 45991:c7f40562389f
     1 stages:
     1 stages:
     2   - tests
     2   - tests
       
     3   - phabricator
     3 
     4 
     4 image: registry.heptapod.net/mercurial/ci-images/mercurial-core
     5 image: registry.heptapod.net/mercurial/ci-images/mercurial-core
     5 
     6 
     6 # The runner made a clone as root.
     7 # The runner made a clone as root.
     7 # We make a new clone owned by user used to run the step.
     8 # We make a new clone owned by user used to run the step.
    44 rust-cargo-test-py3:
    45 rust-cargo-test-py3:
    45     stage: tests
    46     stage: tests
    46     <<: *rust_cargo_test
    47     <<: *rust_cargo_test
    47     variables:
    48     variables:
    48         PYTHON: python3
    49         PYTHON: python3
       
    50 
       
    51 phabricator-refresh:
       
    52     stage: phabricator
       
    53     script:
       
    54       - ./contrib/phab-refresh-stack.sh
    49 
    55 
    50 rust-cargo-test-py3-dirstate-tree:
    56 rust-cargo-test-py3-dirstate-tree:
    51     <<: *rust_cargo_test
    57     <<: *rust_cargo_test
    52     variables:
    58     variables:
    53         PYTHON: python3
    59         PYTHON: python3