[Notes] [Git][BuildStream/buildstream][richardmaw/pytest-dep-update] 3 commits: Use less fetchers in overnight build to work-around limitations from servers.



Title: GitLab

richardmaw-codethink pushed to branch richardmaw/pytest-dep-update at BuildStream / buildstream

Commits:

2 changed files:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -166,6 +166,12 @@ docs:
    166 166
         BST_EXT_REF: 1d6ab71151b93c8cbc0a91a36ffe9270f3b835f1 # 0.5.1
    
    167 167
         FD_SDK_REF: 88d7c22c2281b987faa02edd57df80d430eecf1f # 18.08.11-35-g88d7c22c
    
    168 168
       before_script:
    
    169
    +  - |
    
    170
    +    mkdir -p "${HOME}/.config"
    
    171
    +    cat <<EOF >"${HOME}/.config/buildstream.conf"
    
    172
    +    scheduler:
    
    173
    +      fetchers: 2
    
    174
    +    EOF
    
    169 175
       - (cd dist && ./unpack.sh && cd buildstream && pip3 install .)
    
    170 176
       - pip3 install --user -e ${BST_EXT_URL}@${BST_EXT_REF}#egg=bst_ext
    
    171 177
       - git clone https://gitlab.com/freedesktop-sdk/freedesktop-sdk.git
    

  • dev-requirements.txt
    1 1
     coverage == 4.4.0
    
    2 2
     pep8
    
    3 3
     pylint == 2.1.1
    
    4
    -pytest >= 3.7
    
    4
    +pytest >= 3.8
    
    5 5
     pytest-cov >= 2.5.0
    
    6 6
     pytest-datafiles
    
    7 7
     pytest-env
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]