Skip to content
Snippets Groups Projects
Commit 4eba09b6 authored by sayan goswami's avatar sayan goswami
Browse files

Disabling next minor jobs as no NEXT_MINOR is available

parent 746dcac6
Branches
No related tags found
No related merge requests found
Pipeline #393979 failed
......@@ -4,7 +4,7 @@ variables:
description: "Set to 0 to run the LIVE_TEST CI job"
SKIP_LOOSE_DEPRECATED_CODE_SCAN:
value: "0"
value: "1"
description: "Set to 1 to skip the LOOSE_DEPRECATED_CODE_SCAN CI job"
SKIP_DEPRECATED_CODE_SCAN_W_CONTRIB:
......@@ -12,7 +12,7 @@ variables:
description: "Set to 1 to skip the DEPRECATED_CODE_SCAN_W_CONTRIB CI job"
SKIP_INTEGRATED_TEST_ON_NEXT_MINOR_DEV:
value: "0"
value: "1"
description: "Set to 1 to skip the INTEGRATED_TEST_ON_NEXT_MINOR_DEV CI job"
SKIP_INTEGRATED_TEST_ON_NEXT_MINOR:
......@@ -20,7 +20,7 @@ variables:
description: "Set to 1 to skip the INTEGRATED_TEST_ON_NEXT_MINOR CI job"
SKIP_ISOLATED_TEST_ON_NEXT_MINOR_DEV:
value: "0"
value: "1"
description: "Set to 1 to skip the ISOLATED_TEST_ON_NEXT_MINOR_DEV CI job"
SKIP_ISOLATED_TEST_ON_NEXT_MINOR:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment