[Notes] [Git][BuildStream/buildstream][master] 4 commits: .gitlab-ci.yml: Add job to run test in current Fedora:29



Title: GitLab

Javier Jardón pushed to branch master at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -53,26 +53,20 @@ tests-fedora-28:
    53 53
       image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:28-master-46405991
    
    54 54
       <<: *tests
    
    55 55
     
    
    56
    -tests-ubuntu-18.04:
    
    57
    -  image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-ubuntu:18.04-master-46405991
    
    56
    +tests-fedora-29:
    
    57
    +  image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:29-master-47052095
    
    58 58
       <<: *tests
    
    59 59
     
    
    60
    -tests-python-3.7-stretch:
    
    61
    -  image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-python:3.7-stretch-master-46405991
    
    60
    +tests-ubuntu-18.04:
    
    61
    +  image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-ubuntu:18.04-master-46405991
    
    62 62
       <<: *tests
    
    63 63
     
    
    64
    -  variables:
    
    65
    -    # Note that we explicitly specify TOXENV in this case because this
    
    66
    -    # image has both 3.6 and 3.7 versions. python3.6 cannot be removed because
    
    67
    -    # some of our base dependencies declare it as their runtime dependency.
    
    68
    -    TOXENV: py37
    
    69
    -
    
    70 64
     tests-centos-7.6:
    
    71 65
       <<: *tests
    
    72 66
       image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-centos:7.6.1810-master-46405991
    
    73 67
     
    
    74
    -overnight-fedora-28-aarch64:
    
    75
    -  image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:aarch64-28-master-46405991
    
    68
    +overnight-fedora-29-aarch64:
    
    69
    +  image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:aarch64-29-master-47052095
    
    76 70
       tags:
    
    77 71
         - aarch64
    
    78 72
       <<: *tests
    
    ... ... @@ -91,7 +85,7 @@ overnight-fedora-28-aarch64:
    91 85
     tests-unix:
    
    92 86
       # Use fedora here, to a) run a test on fedora and b) ensure that we
    
    93 87
       # can get rid of ostree - this is not possible with debian-8
    
    94
    -  image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:28-master-46405991
    
    88
    +  image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:29-master-47052095
    
    95 89
       <<: *tests
    
    96 90
       variables:
    
    97 91
         BST_FORCE_BACKEND: "unix"
    
    ... ... @@ -109,7 +103,7 @@ tests-unix:
    109 103
     
    
    110 104
     tests-fedora-missing-deps:
    
    111 105
       # Ensure that tests behave nicely while missing bwrap and ostree
    
    112
    -  image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:28-master-46405991
    
    106
    +  image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:29-master-47052095
    
    113 107
       <<: *tests
    
    114 108
     
    
    115 109
       script:
    
    ... ... @@ -128,7 +122,7 @@ tests-fedora-update-deps:
    128 122
       # Check if the tests pass after updating requirements to their latest
    
    129 123
       # allowed version.
    
    130 124
       allow_failure: true
    
    131
    -  image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:28-master-46405991
    
    125
    +  image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:29-master-47052095
    
    132 126
       <<: *tests
    
    133 127
     
    
    134 128
       script:
    
    ... ... @@ -289,6 +283,7 @@ coverage:
    289 283
       dependencies:
    
    290 284
       - tests-debian-9
    
    291 285
       - tests-fedora-28
    
    286
    +  - tests-fedora-29
    
    292 287
       - tests-fedora-missing-deps
    
    293 288
       - tests-ubuntu-18.04
    
    294 289
       - tests-unix
    



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