Skip to content

Commit 9a3e13c

Browse files
committed
CI: remove usage of debugger
1 parent 9d1e71a commit 9a3e13c

File tree

1 file changed

+0
-77
lines changed

1 file changed

+0
-77
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,6 @@ jobs:
473473
timeout-minutes: 30
474474
container:
475475
image: gcr.io/o1labs-192920/mina-daemon:3.3.0-alpha1-6929a7e-noble-devnet
476-
options: --volume debugger_data:/tmp/db
477476
env:
478477
BPF_ALIAS: /coda/0.0.1/29936104443aaf264a7f0192ac64b1c7173198c1ed404c1bcff5e562e05eb7f6-0.0.0.0
479478
strategy:
@@ -489,18 +488,6 @@ jobs:
489488
]
490489
fail-fast: false
491490

492-
services:
493-
network-debugger:
494-
image: openmina/mina-network-debugger:23385c61
495-
options: --privileged --init --volume debugger_data:/tmp/db --volume /sys/kernel/debug:/sys/kernel/debug
496-
env:
497-
SERVER_PORT: 80
498-
FIREWALL_INTERFACE: lo
499-
RUST_LOG: info
500-
DB_PATH: /tmp/db
501-
ports:
502-
- 80:80
503-
504491
steps:
505492
- name: Install libssl3t64 # Our binaries are built on a newer ubuntu and require libssl3t64
506493
run: |
@@ -519,23 +506,10 @@ jobs:
519506
run: |
520507
chmod +x ./${{ matrix.test }}
521508
522-
# TODO: use curl
523-
- name: Wait for the debugger
524-
run: |
525-
sleep 5
526-
527509
- name: Run the test
528510
run: |
529511
./${{ matrix.test }} --test-threads=1
530512
531-
- name: Archive network debugger database
532-
uses: actions/upload-artifact@v5
533-
with:
534-
name: network-debugger-${{ matrix.test }}-${{ github.sha }}
535-
path: /tmp/db
536-
retention-days: 3
537-
if: ${{ always() }}
538-
539513
scenario-tests:
540514
timeout-minutes: 60
541515
needs:
@@ -544,7 +518,6 @@ jobs:
544518
runs-on: ubuntu-24.04
545519
container:
546520
image: gcr.io/o1labs-192920/mina-daemon:3.3.0-alpha1-6929a7e-noble-devnet
547-
options: --volume debugger_data:/tmp/db
548521
env:
549522
# to allow local addrs discovery
550523
MINA_DISCOVERY_FILTER_ADDR: false
@@ -572,18 +545,6 @@ jobs:
572545
# - webrtc_multi_node
573546
fail-fast: false
574547

575-
services:
576-
network-debugger:
577-
image: openmina/mina-network-debugger:23385c61
578-
options: --privileged --init --volume debugger_data:/tmp/db --volume /sys/kernel/debug:/sys/kernel/debug
579-
env:
580-
SERVER_PORT: 80
581-
FIREWALL_INTERFACE: lo
582-
RUST_LOG: info
583-
DB_PATH: /tmp/db
584-
ports:
585-
- 80:80
586-
587548
steps:
588549
- name: Install libssl3t64 # Our binaries are built on a newer ubuntu and require libssl3t64
589550
run: |
@@ -608,23 +569,10 @@ jobs:
608569
run: |
609570
chmod +x ./${{ matrix.test }}
610571
611-
# TODO: use curl
612-
- name: Wait for the debugger
613-
run: |
614-
sleep 5
615-
616572
- name: Run the test
617573
run: |
618574
./${{ matrix.test }} --test-threads=1
619575
620-
- name: Archive network debugger database
621-
uses: actions/upload-artifact@v5
622-
with:
623-
name: network-debugger-${{ matrix.test }}-${{ github.sha }}
624-
path: /tmp/db
625-
retention-days: 3
626-
if: ${{ always() }}
627-
628576
record-replay-tests:
629577
timeout-minutes: 70
630578
needs:
@@ -673,18 +621,6 @@ jobs:
673621
MINA_HOME: data
674622
BPF_ALIAS: /coda/0.0.1/29936104443aaf264a7f0192ac64b1c7173198c1ed404c1bcff5e562e05eb7f6-0.0.0.0
675623

676-
services:
677-
network-debugger:
678-
image: openmina/mina-network-debugger:23385c61
679-
options: --privileged --init --volume /tmp/db:/tmp/db --volume /sys/kernel/debug:/sys/kernel/debug
680-
env:
681-
SERVER_PORT: 80
682-
FIREWALL_INTERFACE: lo
683-
RUST_LOG: info
684-
DB_PATH: /tmp/db
685-
ports:
686-
- 80:80
687-
688624
steps:
689625
- name: Download binary
690626
uses: actions/download-artifact@v6
@@ -701,11 +637,6 @@ jobs:
701637
run: |
702638
chmod +x bootstrap mina
703639
704-
# TODO: use curl
705-
- name: Wait for the debugger
706-
run: |
707-
sleep 5
708-
709640
- name: Bootstrap node
710641
env:
711642
MINA_COMMAND: mina
@@ -736,11 +667,3 @@ jobs:
736667
path: ${{ env.MINA_HOME }}/recorder/*
737668
retention-days: 7
738669
if: ${{ failure() }}
739-
740-
- name: Archive network debugger database
741-
uses: actions/upload-artifact@v5
742-
with:
743-
name: network-debugger-test-bootstrap-${{ github.sha }}
744-
path: /tmp/db
745-
retention-days: 3
746-
if: ${{ always() }}

0 commit comments

Comments
 (0)