Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
2 merge requests!359Release TeraFlowSDN 5.0,!286Resolve "(CTTC) Implement integration test between E2E-IP-Optical SDN Controllers"
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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'
......
......@@ -14,6 +14,7 @@
# Deploy TeraFlowSDN and Execute end-2-end test
end2end_test ofc25_camara_e2e:
timeout: 40m
variables:
TEST_NAME: 'ofc25-camara-e2e-controller'
NCE_NAME: 'nce'
......
......@@ -37,6 +37,7 @@ build ofc25:
# Deploy TeraFlowSDN and Execute end-2-end test
end2end_test ofc25:
timeout: 90m
variables:
TEST_NAME: 'ofc25'
stage: end2end_test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment