Skip to content

Commit c7a7990

Browse files
Disable new images from being used in CI (#831)
1 parent 7842215 commit c7a7990

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

release/7-5/azurelinux3/meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"size": 335
1212
},
1313
"EndOfLife": "2026-01-14",
14-
"DistributionState": "Validating"
14+
"DistributionState": "Validating",
15+
"UseInCi": false
1516
}

release/7-5/debian12/meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"size": 490
1515
},
1616
"EndOfLife": "2025-12-25",
17-
"DistributionState": "Validating"
17+
"DistributionState": "Validating",
18+
"UseInCi": false
1819
}
1920

release/7-5/ubuntu24.04/meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
},
1818
"SubImage": "test-deps",
1919
"EndOfLife": "2029-04-01",
20-
"DistributionState": "Validating"
20+
"DistributionState": "Validating",
21+
"UseInCi": false
2122
}

0 commit comments

Comments
 (0)