File tree Expand file tree Collapse file tree 1 file changed +2
-45
lines changed
Expand file tree Collapse file tree 1 file changed +2
-45
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: test
44
55jobs :
66 centos :
7- container : almalinux:10
7+ container : centos:8
88 runs-on : [self-hosted, Linux, X64]
99 env :
1010 TEST_STRING : " VERY_COOL_STRING"
1313 GHA_PREEMPTIBLE : " false"
1414
1515 steps :
16- - uses : actions/checkout@v2
17- with :
18- submodules : recursive
19- - run : pwd
20- - run : ls -alh
21- - run : hostname
22- - run : echo test
23- - run : printenv
24- env :
25- TEST_STRING_RUN : " VERY_COOL_STRING5"
2616 - run : df -h .
2717 - run : df -h /mnt/aux
2818 - run : ls -alh /mnt/aux
29- - name : Checkout tools repo
30- uses : actions/checkout@v2
31- with :
32- repository : KittyKatt/screenFetch
33- path : screenfetch
34- - run : cp screenfetch/screenfetch-dev /usr/bin/screenfetch
35- - run : chmod +x screenfetch
36- - run : yum -y install wget
37- - uses : actions/upload-artifact@v4
38- with :
39- name : plots
40- path : ' **/plot_*.svg'
19+ - run : sleep 8h
4120
42- simple-job :
43- container : debian:bullseye
44- runs-on : [self-hosted, Linux, X64]
45- env :
46- GHA_PREEMPTIBLE : " false"
47- steps :
48- - uses : actions/checkout@v2
49- with :
50- submodules : recursive
51- - run : ls -alh
52- - run : hostname
53- - run : printenv
54-
55- ipv6-test :
56- container : debian:bullseye
57- runs-on : [self-hosted, Linux, X64]
58- env :
59- GHA_PREEMPTIBLE : " false"
60- steps :
61- - run : apt -qqy update && apt -qqy install iputils-ping iproute2
62- - run : ip a
63- - run : ping -c 3 ipv6.google.com
You can’t perform that action at this time.
0 commit comments