File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ '*' ]
88
9+ permissions :
10+ contents : read
11+ packages : read
12+
913jobs :
1014 renode_automated_fastmath_smallstack :
1115 runs-on : ubuntu-22.04
1519 with :
1620 submodules : true
1721
22+ - name : Log in to GHCR
23+ uses : docker/login-action@v3
24+ with :
25+ registry : ghcr.io
26+ username : ${{ github.actor }}
27+ password : ${{ secrets.GITHUB_TOKEN }}
28+
1829 - name : Select config
1930 run : |
2031 cp config/examples/nrf52840.config .config && make include/target.h
7081 with :
7182 name : Renode Test Results
7283 path : test_results/
73-
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ '*' ]
88
9+ permissions :
10+ contents : read
11+ packages : read
12+
913jobs :
1014 renode_automated_fastmath :
1115 runs-on : ubuntu-22.04
1620 with :
1721 submodules : true
1822
23+ - name : Log in to GHCR
24+ uses : docker/login-action@v3
25+ with :
26+ registry : ghcr.io
27+ username : ${{ github.actor }}
28+ password : ${{ secrets.GITHUB_TOKEN }}
29+
1930 - name : Select config
2031 run : |
2132 cp config/examples/nrf52840.config .config && make include/target.h
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ '*' ]
88
9+ permissions :
10+ contents : read
11+ packages : read
12+
913jobs :
1014 renode_automated_noasm_smallstack :
1115 runs-on : ubuntu-22.04
1620 with :
1721 submodules : true
1822
23+ - name : Log in to GHCR
24+ uses : docker/login-action@v3
25+ with :
26+ registry : ghcr.io
27+ username : ${{ github.actor }}
28+ password : ${{ secrets.GITHUB_TOKEN }}
29+
1930 - name : Select config
2031 run : |
2132 cp config/examples/nrf52840.config .config && make include/target.h
7182 with :
7283 name : Renode Test Results
7384 path : test_results/
74-
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ '*' ]
88
9+ permissions :
10+ contents : read
11+ packages : read
12+
913jobs :
1014 renode_automated_noasm :
1115 runs-on : ubuntu-22.04
1620 with :
1721 submodules : true
1822
23+ - name : Log in to GHCR
24+ uses : docker/login-action@v3
25+ with :
26+ registry : ghcr.io
27+ username : ${{ github.actor }}
28+ password : ${{ secrets.GITHUB_TOKEN }}
29+
1930 - name : Select config
2031 run : |
2132 cp config/examples/nrf52840.config .config && make include/target.h
8091 with :
8192 name : Renode Test Results
8293 path : test_results/
83-
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ '*' ]
88
9+ permissions :
10+ contents : read
11+ packages : read
12+
913jobs :
1014 renode_automated_base :
1115 runs-on : ubuntu-22.04
1620 with :
1721 submodules : true
1822
23+ - name : Log in to GHCR
24+ uses : docker/login-action@v3
25+ with :
26+ registry : ghcr.io
27+ username : ${{ github.actor }}
28+ password : ${{ secrets.GITHUB_TOKEN }}
29+
1930 - name : Select config
2031 run : |
2132 cp config/examples/nrf52840.config .config && make include/target.h SIGN=NONE
8495 with :
8596 name : Renode Test Results
8697 path : test_results/
87-
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ '*' ]
88
9+ permissions :
10+ contents : read
11+ packages : read
12+
913jobs :
1014 renode_automated_multi_sha :
1115 runs-on : ubuntu-22.04
1620 with :
1721 submodules : true
1822
23+ - name : Log in to GHCR
24+ uses : docker/login-action@v3
25+ with :
26+ registry : ghcr.io
27+ username : ${{ github.actor }}
28+ password : ${{ secrets.GITHUB_TOKEN }}
29+
1930 - name : Select config
2031 run : |
2132 cp config/examples/nrf52840.config .config && make include/target.h
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ '*' ]
88
9+ permissions :
10+ contents : read
11+ packages : read
12+
913jobs :
1014 renode_automated_multi_sha :
1115 runs-on : ubuntu-22.04
1620 with :
1721 submodules : true
1822
23+ - name : Log in to GHCR
24+ uses : docker/login-action@v3
25+ with :
26+ registry : ghcr.io
27+ username : ${{ github.actor }}
28+ password : ${{ secrets.GITHUB_TOKEN }}
29+
1930 - name : Select config
2031 run : |
2132 cp config/examples/nrf52840.config .config && make include/target.h
6879 with :
6980 name : Renode Test Results
7081 path : test_results/
71-
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ '*' ]
88
9+ permissions :
10+ contents : read
11+ packages : read
12+
913jobs :
1014 renode_automated_smallstack :
1115 runs-on : ubuntu-22.04
1620 with :
1721 submodules : true
1822
23+ - name : Log in to GHCR
24+ uses : docker/login-action@v3
25+ with :
26+ registry : ghcr.io
27+ username : ${{ github.actor }}
28+ password : ${{ secrets.GITHUB_TOKEN }}
29+
1930 - name : Select config
2031 run : |
2132 cp config/examples/nrf52840.config .config && make include/target.h
8697 with :
8798 name : Renode Test Results
8899 path : test_results/
89-
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ mkdir -p ${HOST_LOG_PATH}
1212
1313docker pull ${DOCKER_IMAGE} > /dev/null 2>&1 || true
1414
15- # running in `if` to avoid setting +e
16-
1715exit_code=0
1816if ! docker run \
1917 --log-driver=none -a stdout -a stderr \
You can’t perform that action at this time.
0 commit comments