Commit bb971a48 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Fix GitLab CI/CD pipeline for NBI

parent 1af7c001
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ end2end_test ecoc22:
    # Deploy TeraFlowSDN
    - ./deploy/crdb.sh
    - ./deploy/nats.sh
    - ./deploy/kafka.sh
    - ./deploy/qdb.sh
    - ./deploy/expose_dashboard.sh
    - ./deploy/tfs.sh
+1 −1
Original line number Diff line number Diff line
@@ -93,8 +93,8 @@ end2end_test eucnc24:
    # Deploy TeraFlowSDN
    - ./deploy/crdb.sh
    - ./deploy/nats.sh
    - ./deploy/qdb.sh
    - ./deploy/kafka.sh
    - ./deploy/qdb.sh
    - ./deploy/tfs.sh
    - ./deploy/show.sh

+1 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@ end2end_test ofc22:
    # Deploy TeraFlowSDN
    - ./deploy/crdb.sh
    - ./deploy/nats.sh
    - ./deploy/kafka.sh
    - ./deploy/qdb.sh
    - ./deploy/expose_dashboard.sh
    - ./deploy/tfs.sh
+1 −0
Original line number Diff line number Diff line
@@ -112,6 +112,7 @@ end2end_test ofc24:
    # Deploy TeraFlowSDN
    - ./deploy/crdb.sh
    - ./deploy/nats.sh
    - ./deploy/kafka.sh
    - ./deploy/qdb.sh
    - ./deploy/expose_dashboard.sh
    - ./deploy/tfs.sh
+1 −1
Original line number Diff line number Diff line
@@ -41,8 +41,8 @@ end2end_test ofc25_camara_agg_net:
    # Deploy TeraFlowSDN
    - ./deploy/crdb.sh
    - ./deploy/nats.sh
    - ./deploy/qdb.sh
    - ./deploy/kafka.sh
    - ./deploy/qdb.sh
    - ./deploy/tfs.sh
    - ./deploy/show.sh

Loading