Commit 3334ca99 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

GitLab CI/CD pipeline:

- Defined fine-grained timeouts for long-running jobs
parent bb971a48
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ build ecoc22:

# Deploy TeraFlowSDN and Execute end-2-end test
end2end_test ecoc22:
  timeout: 20m
  variables:
    TEST_NAME: 'ecoc22'
  stage: end2end_test
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ build eucnc24:

# Deploy TeraFlowSDN and Execute end-2-end test
end2end_test eucnc24:
  timeout: 90m
  variables:
    TEST_NAME: 'eucnc24'
  stage: end2end_test
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ build ofc22:

# Deploy TeraFlowSDN and Execute end-2-end test
end2end_test ofc22:
  timeout: 20m
  variables:
    TEST_NAME: 'ofc22'
  stage: end2end_test
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ build ofc24:

# Deploy TeraFlowSDN and Execute end-2-end test
end2end_test ofc24:
  timeout: 90m
  variables:
    TEST_NAME: 'ofc24'
  stage: end2end_test
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@

# Deploy TeraFlowSDN and Execute end-2-end test
end2end_test ofc25_camara_agg_net:
  timeout: 40m
  variables:
    TEST_NAME: 'ofc25-camara-agg-net-controller'
    IP_NAME: 'ip'
Loading