[Notes] [Git][BuildStream/buildstream][tristan/testing-dev-package-versions] Fixup



Title: GitLab

Tristan Van Berkom pushed to branch tristan/testing-dev-package-versions at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -67,14 +67,14 @@ source_dist:
    67 67
       - chown -R buildstream:buildstream buildstream
    
    68 68
       - cd buildstream
    
    69 69
     
    
    70
    -  # Run the tests from the source distribution, We run as a simple
    
    71
    -  # user to test for permission issues
    
    72
    -  - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts --integration'
    
    73
    -
    
    74 70
       - echo "========================================="
    
    75 71
       - python3 setup.py show
    
    76 72
       - echo "========================================="
    
    77 73
     
    
    74
    +  # Run the tests from the source distribution, We run as a simple
    
    75
    +  # user to test for permission issues
    
    76
    +  - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts --integration'
    
    77
    +
    
    78 78
       # Go back to the toplevel and collect our reports
    
    79 79
       - cd ../..
    
    80 80
       - mkdir -p coverage-linux/
    
    ... ... @@ -120,13 +120,13 @@ tests-unix:
    120 120
         # Unpack and get into dist/buildstream
    
    121 121
         - cd dist && ./unpack.sh && cd buildstream
    
    122 122
     
    
    123
    -    # Since the unix platform is required to run as root, no user change required
    
    124
    -    - python3 setup.py test --index-url invalid://uri --addopts --integration
    
    125
    -
    
    126 123
         - echo "========================================="
    
    127 124
         - python3 setup.py show
    
    128 125
         - echo "========================================="
    
    129 126
     
    
    127
    +    # Since the unix platform is required to run as root, no user change required
    
    128
    +    - python3 setup.py test --index-url invalid://uri --addopts --integration
    
    129
    +
    
    130 130
         # Go back to the toplevel and collect our reports
    
    131 131
         - cd ../..
    
    132 132
         - mkdir -p coverage-unix/
    



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