gitlab.nesad.fit.vutbr.cz/blended/libblended@v0.0.0-20221202124402-2bee159339df/.gitlab-ci.yml (about)

     1  image: koutensky/ethereum:latest
     2  
     3  variables:
     4    GIT_SUBMODULE_STRATEGY: recursive
     5  
     6  stages:
     7    - test
     8  
     9  test:
    10    stage: test
    11    services:
    12      - name: ipfs/go-ipfs:v0.6.0
    13        alias: ipfs
    14      - name: koutensky/bootnode:latest
    15        alias: bootnode
    16    before_script:
    17      - export BOOTNODE_IP="$(getent ahostsv4 | grep bootnode | cut -d' ' -f 1 | head -n 1):30303"
    18      - export IPFS_IP="$(getent ahostsv4 | grep ipfs | cut -d' ' -f 1 | head -n 1):5001"
    19      - script/before_script.sh
    20    script: script/script.sh
    21    variables:
    22      BOOTNODE_KEY: 6d0a7467aac370e93c883885e60d7ed2dc8eaad95aeb7b6b09a34f9feca9249fb671b8d7f43f56cbe269fa70b5802a361f2cb91bf37ee0f54a31a6b51dca9092
    23      ETHEREUM_IP: 127.0.0.1:8546
    24    artifacts:
    25      when: always
    26      reports:
    27        junit: result.xml