Skip to content

Commit 4503dbc

Browse files
committed
Test wip-ubuntu_latest.
1 parent a5041a2 commit 4503dbc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ on:
2323
jobs:
2424
# Alice->OpenSIPS->Bob
2525
opensips:
26-
if: false
2726
uses: ./.github/workflows/.main.yml
2827
with:
2928
mm-type: 'opensips'
3029
mm-branch: ${{ matrix.mm-branch }}
3130
rtppc-type: ${{ matrix.rtppc-type }}
31+
rtpp-image-tag: 'wip-ubuntu_latest'
3232
artifact-files: 'opensips.cfg'
3333
strategy:
3434
fail-fast: false
@@ -57,12 +57,12 @@ jobs:
5757

5858
# Alice->OpenSIPS(RFC8760)->Bob
5959
opensips_rfc8760:
60-
if: false
6160
uses: ./.github/workflows/.main.yml
6261
with:
6362
mm-type: 'opensips'
6463
mm-auth: ${{ matrix.mm-auth }}
6564
rtppc-type: ${{ matrix.rtppc-type }}
65+
rtpp-image-tag: 'wip-ubuntu_latest'
6666
artifact-files: 'opensips.cfg'
6767

6868
strategy:
@@ -78,6 +78,7 @@ jobs:
7878
mm-type: 'b2bua'
7979
mm-branch: ${{ matrix.mm-branch }}
8080
rtppc-type: ${{ matrix.rtppc-type }}
81+
rtpp-image-tag: 'wip-ubuntu_latest'
8182
python-version: ${{ matrix.python-version }}
8283
artifact-files: 'b2bua.log'
8384
strategy:
@@ -89,11 +90,11 @@ jobs:
8990

9091
# Alice->Sippy GO B2B->Bob
9192
sippy_go_b2bua:
92-
if: false
9393
uses: ./.github/workflows/.main.yml
9494
with:
9595
mm-type: 'go-b2bua'
9696
rtppc-type: ${{ matrix.rtppc-type }}
97+
rtpp-image-tag: 'wip-ubuntu_latest'
9798
artifact-files: 'b2bua.log'
9899
strategy:
99100
fail-fast: false
@@ -102,12 +103,12 @@ jobs:
102103

103104
# Alice->Kamailio->Bob
104105
kamailio:
105-
if: false
106106
uses: ./.github/workflows/.main.yml
107107
with:
108108
mm-type: 'kamailio'
109109
mm-branch: ${{ matrix.mm-branch }}
110110
rtppc-type: ${{ matrix.rtppc-type }}
111+
rtpp-image-tag: 'wip-ubuntu_latest'
111112
artifact-files: 'kamailio.cfg'
112113
strategy:
113114
fail-fast: false

0 commit comments

Comments
 (0)