Skip to content

Commit

Permalink
Setting the feature map of all concentration clusters to 0 in zapfile…
Browse files Browse the repository at this point in the history
… so that we don't accidentally pass CI if the cluster fails to encode it (#29104)
  • Loading branch information
mhazley authored and pull[bot] committed Apr 22, 2024
1 parent bfe52a2 commit 4406675
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7233,7 +7233,7 @@ endpoint 1 {
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 63;
ram attribute featureMap default = 0;
ram attribute clusterRevision default = 3;
}

Expand All @@ -7252,7 +7252,7 @@ endpoint 1 {
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 63;
ram attribute featureMap default = 0;
ram attribute clusterRevision default = 3;
}

Expand All @@ -7271,7 +7271,7 @@ endpoint 1 {
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 63;
ram attribute featureMap default = 0;
ram attribute clusterRevision default = 3;
}

Expand All @@ -7290,7 +7290,7 @@ endpoint 1 {
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 63;
ram attribute featureMap default = 0;
ram attribute clusterRevision default = 3;
}

Expand All @@ -7309,7 +7309,7 @@ endpoint 1 {
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 63;
ram attribute featureMap default = 0;
ram attribute clusterRevision default = 3;
}

Expand All @@ -7328,7 +7328,7 @@ endpoint 1 {
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 63;
ram attribute featureMap default = 0;
ram attribute clusterRevision default = 3;
}

Expand All @@ -7347,7 +7347,7 @@ endpoint 1 {
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 63;
ram attribute featureMap default = 0;
ram attribute clusterRevision default = 3;
}

Expand All @@ -7366,7 +7366,7 @@ endpoint 1 {
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 63;
ram attribute featureMap default = 0;
ram attribute clusterRevision default = 3;
}

Expand All @@ -7385,7 +7385,7 @@ endpoint 1 {
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 63;
ram attribute featureMap default = 0;
ram attribute clusterRevision default = 3;
}

Expand All @@ -7404,7 +7404,7 @@ endpoint 1 {
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 63;
ram attribute featureMap default = 0;
ram attribute clusterRevision default = 3;
}

Expand Down
20 changes: 10 additions & 10 deletions examples/all-clusters-app/all-clusters-common/all-clusters-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -24162,7 +24162,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "63",
"defaultValue": "0",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -24486,7 +24486,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "63",
"defaultValue": "0",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -24810,7 +24810,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "63",
"defaultValue": "0",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -25134,7 +25134,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "63",
"defaultValue": "0",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -25458,7 +25458,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "63",
"defaultValue": "0",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -25782,7 +25782,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "63",
"defaultValue": "0",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -26106,7 +26106,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "63",
"defaultValue": "0",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -26430,7 +26430,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "63",
"defaultValue": "0",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -26754,7 +26754,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "63",
"defaultValue": "0",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -27078,7 +27078,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "63",
"defaultValue": "0",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down

0 comments on commit 4406675

Please sign in to comment.