[Notes] [Git][BuildStream/buildstream][jjardon/pycodestyle] 2 commits: WIP



Title: GitLab

Tristan Maat pushed to branch jjardon/pycodestyle at BuildStream / buildstream

Commits:

2 changed files:

Changes:

  • .gitlab-ci.yml
    1
    -image: buildstream/testsuite-debian:9-master-119-552f5fc6
    
    1
    +image: buildstream/testsuite-debian:9-06bab030-b848172c
    
    2 2
     
    
    3 3
     cache:
    
    4 4
       key: "$CI_JOB_NAME-"
    
    ... ... @@ -92,23 +92,23 @@ source_dist:
    92 92
         - ${COVERAGE_DIR}
    
    93 93
     
    
    94 94
     tests-debian-9:
    
    95
    -  image: buildstream/testsuite-debian:9-master-123-7ce6581b
    
    95
    +  image: buildstream/testsuite-debian:9-06bab030-b848172c
    
    96 96
       <<: *tests
    
    97 97
     
    
    98 98
     tests-fedora-27:
    
    99
    -  image: buildstream/testsuite-fedora:27-master-123-7ce6581b
    
    99
    +  image: buildstream/testsuite-fedora:27-06bab030-b848172c
    
    100 100
       <<: *tests
    
    101 101
     
    
    102 102
     tests-fedora-28:
    
    103
    -  image: buildstream/testsuite-fedora:28-master-123-7ce6581b
    
    103
    +  image: buildstream/testsuite-fedora:28-06bab030-b848172c
    
    104 104
       <<: *tests
    
    105 105
     
    
    106 106
     tests-ubuntu-18.04:
    
    107
    -  image: buildstream/testsuite-ubuntu:18.04-master-123-7ce6581b
    
    107
    +  image: buildstream/testsuite-ubuntu:18.04-06bab030-b848172c
    
    108 108
       <<: *tests
    
    109 109
     
    
    110 110
     overnight-fedora-28-aarch64:
    
    111
    -  image: buildstream/testsuite-fedora:aarch64-28-master-123-7ce6581b
    
    111
    +  image: buildstream/testsuite-fedora:aarch64-28-06bab030-32a101f6
    
    112 112
       tags:
    
    113 113
         - aarch64
    
    114 114
       <<: *tests
    
    ... ... @@ -121,7 +121,7 @@ overnight-fedora-28-aarch64:
    121 121
     tests-unix:
    
    122 122
       # Use fedora here, to a) run a test on fedora and b) ensure that we
    
    123 123
       # can get rid of ostree - this is not possible with debian-8
    
    124
    -  image: buildstream/testsuite-fedora:27-master-123-7ce6581b
    
    124
    +  image: buildstream/testsuite-fedora:27-06bab030-b848172c
    
    125 125
       <<: *tests
    
    126 126
       variables:
    
    127 127
         BST_FORCE_BACKEND: "unix"
    
    ... ... @@ -141,7 +141,7 @@ tests-unix:
    141 141
     
    
    142 142
     tests-fedora-missing-deps:
    
    143 143
       # Ensure that tests behave nicely while missing bwrap and ostree
    
    144
    -  image: buildstream/testsuite-fedora:28-master-119-552f5fc6
    
    144
    +  image: buildstream/testsuite-fedora:28-06bab030-b848172c
    
    145 145
       <<: *tests
    
    146 146
     
    
    147 147
       script:
    

  • buildstream/_signals.py
    ... ... @@ -38,7 +38,7 @@ def terminator_handler(signal_, frame):
    38 38
             terminator_ = terminator_stack.pop()
    
    39 39
             try:
    
    40 40
                 terminator_()
    
    41
    -        except:                                                 # pylint: disable=bare-except
    
    41
    +        except:                               # noqa pylint: disable=bare-except
    
    42 42
                 # Ensure we print something if there's an exception raised when
    
    43 43
                 # processing the handlers. Note that the default exception
    
    44 44
                 # handler won't be called because we os._exit next, so we must
    



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