[Notes] [Git][BuildStream/buildstream][jjardon/aarch64] .gitlab-ci.yml: Add jobs to run tests in aarch64



Title: GitLab

Javier Jardón pushed to branch jjardon/aarch64 at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -89,6 +89,12 @@ tests-debian-9:
    89 89
       image: buildstream/testsuite-debian:9-master-119-552f5fc6
    
    90 90
       <<: *linux-tests
    
    91 91
     
    
    92
    +tests-debian-9-aarch64:
    
    93
    +  image: buildstream/testsuite-debian:aarch64-9-master-123-8931e42c
    
    94
    +  tags:
    
    95
    +  - aarch64
    
    96
    +  <<: *linux-tests
    
    97
    +
    
    92 98
     tests-fedora-27:
    
    93 99
       image: buildstream/testsuite-fedora:27-master-119-552f5fc6
    
    94 100
       <<: *linux-tests
    
    ... ... @@ -97,10 +103,22 @@ tests-fedora-28:
    97 103
       image: buildstream/testsuite-fedora:28-master-119-552f5fc6
    
    98 104
       <<: *linux-tests
    
    99 105
     
    
    106
    +tests-fedora-28-aarch64:
    
    107
    +  image: buildstream/testsuite-fedora:aarch64-27-master-123-8931e42c
    
    108
    +  tags:
    
    109
    +  - aarch64
    
    110
    +  <<: *linux-tests
    
    111
    +
    
    100 112
     tests-ubuntu-18.04:
    
    101 113
       image: buildstream/testsuite-ubuntu:18.04-master-119-552f5fc6
    
    102 114
       <<: *linux-tests
    
    103 115
     
    
    116
    +tests-ubuntu-18.04-aarch64:
    
    117
    +  image: buildstream/testsuite-ubuntu:aarch64-27-master-123-8931e42c
    
    118
    +  tags:
    
    119
    +  - aarch64
    
    120
    +  <<: *linux-tests
    
    121
    +
    
    104 122
     tests-unix:
    
    105 123
       # Use fedora here, to a) run a test on fedora and b) ensure that we
    
    106 124
       # can get rid of ostree - this is not possible with debian-8
    



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