aboutsummaryrefslogtreecommitdiff
path: root/afdo_metadata
diff options
context:
space:
mode:
Diffstat (limited to 'afdo_metadata')
-rw-r--r--afdo_metadata/README.md6
-rw-r--r--afdo_metadata/kernel_afdo.json11
-rw-r--r--afdo_metadata/kernel_arm_afdo.json5
3 files changed, 15 insertions, 7 deletions
diff --git a/afdo_metadata/README.md b/afdo_metadata/README.md
index 2338404c..ad71c0b4 100644
--- a/afdo_metadata/README.md
+++ b/afdo_metadata/README.md
@@ -1,6 +1,6 @@
# Overview
This directory contains JSON files describing metadata of AFDO profiles
-used to compile packages (Chrome and kernel) in Chrome OS.
+used to compile packages (Chrome and kernel) in ChromeOS.
# Description of each JSON Files
kernel_afdo.json contains the name of the latest AFDO profiles for each
@@ -15,7 +15,7 @@ When a new profile (kernel or Chrome) is successfully uploaded to the
production GS bucket, a bot submits to modify the corresponding JSON
file to reflect the updates.
-## Roll to Chrome OS
+## Roll to ChromeOS
There will be scheduler jobs listening to the changes made to these
JSON files. When changes detected, buildbot will roll these changes into
-corresponding Chrome OS packages.
+corresponding ChromeOS packages.
diff --git a/afdo_metadata/kernel_afdo.json b/afdo_metadata/kernel_afdo.json
index 49e19277..98dab12e 100644
--- a/afdo_metadata/kernel_afdo.json
+++ b/afdo_metadata/kernel_afdo.json
@@ -1,14 +1,17 @@
{
"chromeos-kernel-4_4": {
- "name": "R100-14516.0-1645439511"
+ "name": "R108-15117.10-1664184941"
},
"chromeos-kernel-4_14": {
- "name": "R100-14516.0-1645439661"
+ "name": "R109-15183.8-1666603998"
},
"chromeos-kernel-4_19": {
- "name": "R100-14516.0-1645439606"
+ "name": "R109-15183.8-1666604011"
},
"chromeos-kernel-5_4": {
- "name": "R100-14516.0-1645439482"
+ "name": "R109-15183.8-1666603918"
+ },
+ "chromeos-kernel-5_10": {
+ "name": "R109-15183.8-1666604219"
}
}
diff --git a/afdo_metadata/kernel_arm_afdo.json b/afdo_metadata/kernel_arm_afdo.json
new file mode 100644
index 00000000..e73d2eb8
--- /dev/null
+++ b/afdo_metadata/kernel_arm_afdo.json
@@ -0,0 +1,5 @@
+{
+ "chromeos-kernel-5_15": {
+ "name": "R109-15183.8-1666604194"
+ }
+}