Skip to content

Commit 1346748

Browse files
authored
Enable Ipv6 for stateless tests
1 parent e00145a commit 1346748

File tree

1 file changed

+135
-0
lines changed

1 file changed

+135
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,6 +1532,11 @@ jobs:
15321532
- name: Setup
15331533
uses: ./.github/actions/runner_setup
15341534

1535+
- name: Docker setup
1536+
uses: ./.github/actions/docker_setup
1537+
with:
1538+
test_name: "Stateless"
1539+
15351540
- name: Prepare env script
15361541
run: |
15371542
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -1573,6 +1578,11 @@ jobs:
15731578
- name: Setup
15741579
uses: ./.github/actions/runner_setup
15751580

1581+
- name: Docker setup
1582+
uses: ./.github/actions/docker_setup
1583+
with:
1584+
test_name: "Stateless"
1585+
15761586
- name: Prepare env script
15771587
run: |
15781588
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -1614,6 +1624,11 @@ jobs:
16141624
- name: Setup
16151625
uses: ./.github/actions/runner_setup
16161626

1627+
- name: Docker setup
1628+
uses: ./.github/actions/docker_setup
1629+
with:
1630+
test_name: "Stateless"
1631+
16171632
- name: Prepare env script
16181633
run: |
16191634
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -1655,6 +1670,11 @@ jobs:
16551670
- name: Setup
16561671
uses: ./.github/actions/runner_setup
16571672

1673+
- name: Docker setup
1674+
uses: ./.github/actions/docker_setup
1675+
with:
1676+
test_name: "Stateless"
1677+
16581678
- name: Prepare env script
16591679
run: |
16601680
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -1696,6 +1716,11 @@ jobs:
16961716
- name: Setup
16971717
uses: ./.github/actions/runner_setup
16981718

1719+
- name: Docker setup
1720+
uses: ./.github/actions/docker_setup
1721+
with:
1722+
test_name: "Stateless"
1723+
16991724
- name: Prepare env script
17001725
run: |
17011726
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -1737,6 +1762,11 @@ jobs:
17371762
- name: Setup
17381763
uses: ./.github/actions/runner_setup
17391764

1765+
- name: Docker setup
1766+
uses: ./.github/actions/docker_setup
1767+
with:
1768+
test_name: "Stateless"
1769+
17401770
- name: Prepare env script
17411771
run: |
17421772
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -1778,6 +1808,11 @@ jobs:
17781808
- name: Setup
17791809
uses: ./.github/actions/runner_setup
17801810

1811+
- name: Docker setup
1812+
uses: ./.github/actions/docker_setup
1813+
with:
1814+
test_name: "Stateless"
1815+
17811816
- name: Prepare env script
17821817
run: |
17831818
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -1819,6 +1854,11 @@ jobs:
18191854
- name: Setup
18201855
uses: ./.github/actions/runner_setup
18211856

1857+
- name: Docker setup
1858+
uses: ./.github/actions/docker_setup
1859+
with:
1860+
test_name: "Stateless"
1861+
18221862
- name: Prepare env script
18231863
run: |
18241864
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -1860,6 +1900,11 @@ jobs:
18601900
- name: Setup
18611901
uses: ./.github/actions/runner_setup
18621902

1903+
- name: Docker setup
1904+
uses: ./.github/actions/docker_setup
1905+
with:
1906+
test_name: "Stateless"
1907+
18631908
- name: Prepare env script
18641909
run: |
18651910
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -1901,6 +1946,11 @@ jobs:
19011946
- name: Setup
19021947
uses: ./.github/actions/runner_setup
19031948

1949+
- name: Docker setup
1950+
uses: ./.github/actions/docker_setup
1951+
with:
1952+
test_name: "Stateless"
1953+
19041954
- name: Prepare env script
19051955
run: |
19061956
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -1942,6 +1992,11 @@ jobs:
19421992
- name: Setup
19431993
uses: ./.github/actions/runner_setup
19441994

1995+
- name: Docker setup
1996+
uses: ./.github/actions/docker_setup
1997+
with:
1998+
test_name: "Stateless"
1999+
19452000
- name: Prepare env script
19462001
run: |
19472002
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -1983,6 +2038,11 @@ jobs:
19832038
- name: Setup
19842039
uses: ./.github/actions/runner_setup
19852040

2041+
- name: Docker setup
2042+
uses: ./.github/actions/docker_setup
2043+
with:
2044+
test_name: "Stateless"
2045+
19862046
- name: Prepare env script
19872047
run: |
19882048
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -2024,6 +2084,11 @@ jobs:
20242084
- name: Setup
20252085
uses: ./.github/actions/runner_setup
20262086

2087+
- name: Docker setup
2088+
uses: ./.github/actions/docker_setup
2089+
with:
2090+
test_name: "Stateless"
2091+
20272092
- name: Prepare env script
20282093
run: |
20292094
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -2065,6 +2130,11 @@ jobs:
20652130
- name: Setup
20662131
uses: ./.github/actions/runner_setup
20672132

2133+
- name: Docker setup
2134+
uses: ./.github/actions/docker_setup
2135+
with:
2136+
test_name: "Stateless"
2137+
20682138
- name: Prepare env script
20692139
run: |
20702140
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -2106,6 +2176,11 @@ jobs:
21062176
- name: Setup
21072177
uses: ./.github/actions/runner_setup
21082178

2179+
- name: Docker setup
2180+
uses: ./.github/actions/docker_setup
2181+
with:
2182+
test_name: "Stateless"
2183+
21092184
- name: Prepare env script
21102185
run: |
21112186
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -2147,6 +2222,11 @@ jobs:
21472222
- name: Setup
21482223
uses: ./.github/actions/runner_setup
21492224

2225+
- name: Docker setup
2226+
uses: ./.github/actions/docker_setup
2227+
with:
2228+
test_name: "Stateless"
2229+
21502230
- name: Prepare env script
21512231
run: |
21522232
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -2188,6 +2268,11 @@ jobs:
21882268
- name: Setup
21892269
uses: ./.github/actions/runner_setup
21902270

2271+
- name: Docker setup
2272+
uses: ./.github/actions/docker_setup
2273+
with:
2274+
test_name: "Stateless"
2275+
21912276
- name: Prepare env script
21922277
run: |
21932278
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -2229,6 +2314,11 @@ jobs:
22292314
- name: Setup
22302315
uses: ./.github/actions/runner_setup
22312316

2317+
- name: Docker setup
2318+
uses: ./.github/actions/docker_setup
2319+
with:
2320+
test_name: "Stateless"
2321+
22322322
- name: Prepare env script
22332323
run: |
22342324
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -2270,6 +2360,11 @@ jobs:
22702360
- name: Setup
22712361
uses: ./.github/actions/runner_setup
22722362

2363+
- name: Docker setup
2364+
uses: ./.github/actions/docker_setup
2365+
with:
2366+
test_name: "Stateless"
2367+
22732368
- name: Prepare env script
22742369
run: |
22752370
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -2311,6 +2406,11 @@ jobs:
23112406
- name: Setup
23122407
uses: ./.github/actions/runner_setup
23132408

2409+
- name: Docker setup
2410+
uses: ./.github/actions/docker_setup
2411+
with:
2412+
test_name: "Stateless"
2413+
23142414
- name: Prepare env script
23152415
run: |
23162416
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -2352,6 +2452,11 @@ jobs:
23522452
- name: Setup
23532453
uses: ./.github/actions/runner_setup
23542454

2455+
- name: Docker setup
2456+
uses: ./.github/actions/docker_setup
2457+
with:
2458+
test_name: "Stateless"
2459+
23552460
- name: Prepare env script
23562461
run: |
23572462
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -2393,6 +2498,11 @@ jobs:
23932498
- name: Setup
23942499
uses: ./.github/actions/runner_setup
23952500

2501+
- name: Docker setup
2502+
uses: ./.github/actions/docker_setup
2503+
with:
2504+
test_name: "Stateless"
2505+
23962506
- name: Prepare env script
23972507
run: |
23982508
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -2434,6 +2544,11 @@ jobs:
24342544
- name: Setup
24352545
uses: ./.github/actions/runner_setup
24362546

2547+
- name: Docker setup
2548+
uses: ./.github/actions/docker_setup
2549+
with:
2550+
test_name: "Stateless"
2551+
24372552
- name: Prepare env script
24382553
run: |
24392554
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -2475,6 +2590,11 @@ jobs:
24752590
- name: Setup
24762591
uses: ./.github/actions/runner_setup
24772592

2593+
- name: Docker setup
2594+
uses: ./.github/actions/docker_setup
2595+
with:
2596+
test_name: "Stateless"
2597+
24782598
- name: Prepare env script
24792599
run: |
24802600
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -2516,6 +2636,11 @@ jobs:
25162636
- name: Setup
25172637
uses: ./.github/actions/runner_setup
25182638

2639+
- name: Docker setup
2640+
uses: ./.github/actions/docker_setup
2641+
with:
2642+
test_name: "Stateless"
2643+
25192644
- name: Prepare env script
25202645
run: |
25212646
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -2557,6 +2682,11 @@ jobs:
25572682
- name: Setup
25582683
uses: ./.github/actions/runner_setup
25592684

2685+
- name: Docker setup
2686+
uses: ./.github/actions/docker_setup
2687+
with:
2688+
test_name: "Stateless"
2689+
25602690
- name: Prepare env script
25612691
run: |
25622692
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -2598,6 +2728,11 @@ jobs:
25982728
- name: Setup
25992729
uses: ./.github/actions/runner_setup
26002730

2731+
- name: Docker setup
2732+
uses: ./.github/actions/docker_setup
2733+
with:
2734+
test_name: "Stateless"
2735+
26012736
- name: Prepare env script
26022737
run: |
26032738
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp

0 commit comments

Comments
 (0)