[Notes] [Git][BuildStream/buildstream][bschubert/add-fedora-nobwrap-tests] 2 commits: Export variables globally for less repetition.



Title: GitLab

Benjamin Schubert pushed to branch bschubert/add-fedora-nobwrap-tests at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -10,6 +10,10 @@ stages:
    10 10
       - test
    
    11 11
       - post
    
    12 12
     
    
    13
    +variables:
    
    14
    +  PYTEST_ADDOPTS: "--color=yes"
    
    15
    +  INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache"
    
    16
    +
    
    13 17
     #####################################################
    
    14 18
     #                  Prepare stage                    #
    
    15 19
     #####################################################
    
    ... ... @@ -54,9 +58,6 @@ source_dist:
    54 58
     #
    
    55 59
     .linux-tests-template: &linux-tests
    
    56 60
       stage: test
    
    57
    -  variables:
    
    58
    -    PYTEST_ADDOPTS: "--color=yes"
    
    59
    -    INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache"
    
    60 61
     
    
    61 62
       script:
    
    62 63
       # Diagnostics
    
    ... ... @@ -108,9 +109,11 @@ tests-unix:
    108 109
       stage: test
    
    109 110
       variables:
    
    110 111
         BST_FORCE_BACKEND: "unix"
    
    111
    -    PYTEST_ADDOPTS: "--color=yes"
    
    112
    -    INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache"
    
    112
    +
    
    113 113
       script:
    
    114
    +    - echo $PYTEST_ADDOPTS
    
    115
    +    - echo $BST_FORCE_BACKEND
    
    116
    +    - echo $INTEGRATION_CACHE
    
    114 117
     
    
    115 118
         # We remove the Bubblewrap and OSTree packages here so that we catch any
    
    116 119
         # codepaths that try to use them. Removing OSTree causes fuse-libs to
    



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