Skip to content

Commit 855afac

Browse files
committed
Focus on functional testing and glitching.
1 parent 9f3c14b commit 855afac

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/rtpproxy_ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
FullBuild:
9898
name: Full Build
99-
needs: [LoadJobs_conf, MinBuild]
99+
needs: [LoadJobs_conf]
100100
if: needs.LoadJobs_conf.outputs.do_FullBuild == 'true'
101101
# The type of runner that the job will run on
102102
runs-on: ubuntu-${{ matrix.os }}
@@ -169,7 +169,7 @@ jobs:
169169

170170
FuncTest:
171171
name: Functional Testing
172-
needs: [LoadJobs_conf, FullBuild]
172+
needs: [LoadJobs_conf]
173173
if: needs.LoadJobs_conf.outputs.do_FuncTest == 'true'
174174
# The type of runner that the job will run on
175175
runs-on: ubuntu-${{ matrix.os }}
@@ -242,7 +242,7 @@ jobs:
242242

243243
Glitching:
244244
name: Glitch Injection
245-
needs: [LoadJobs_conf, FuncTest]
245+
needs: [LoadJobs_conf]
246246
if: needs.LoadJobs_conf.outputs.do_Glitch == 'true'
247247
# The type of runner that the job will run on
248248
runs-on: ubuntu-${{ matrix.os }}
@@ -315,7 +315,7 @@ jobs:
315315

316316
Fuzzing:
317317
name: Fuzz with OSS-Fuzz
318-
needs: [LoadJobs_conf, Glitching]
318+
needs: [LoadJobs_conf]
319319
if: needs.LoadJobs_conf.outputs.do_Fuzzing == 'true'
320320
runs-on: ubuntu-latest
321321
permissions:
@@ -364,7 +364,7 @@ jobs:
364364

365365
Docker:
366366
name: Build&Push to DockerHub
367-
needs: [LoadJobs_conf, Fuzzing]
367+
needs: [LoadJobs_conf]
368368
if: needs.LoadJobs_conf.outputs.do_Docker == 'true' &&
369369
(github.event_name == 'push' || github.event_name == 'pull_request')
370370
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)