Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add weekly json support #141

Closed

Conversation

hakehuang
Copy link
Contributor

a weeklys.json need to donwload from
'https://testing.zephyrproject.org/daily_tests/weeklys.json'
the schema is:
week of year: version tag
e.g.
{"44": "zephyr-v2.4.0-668-g260b327d2f"}

Signed-off-by: Hake Huang hake.huang@oss.nxp.com

@hakehuang hakehuang force-pushed the add_weekly_json branch 2 times, most recently from 9d0b627 to ef77bab Compare October 27, 2020 06:32
a weeklys.json need to donwload from
'https://testing.zephyrproject.org/daily_tests/weeklys.json'
the schema is:
week of year: version tag
e.g.
{"44": "zephyr-v2.4.0-668-g260b327d2f"}

Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>

from git import Git

VERSIONS_FILE = "versions.json"
WEEKLY_FILE = "weeklys.json"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can continue using one file and just add a flag per entry signifying a weekly milestone.

Copy link
Member

@nashif nashif Oct 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and the change needs to happen on zephyr tree which does updates the file

@nashif
Copy link
Member

nashif commented Oct 27, 2020

@hakehuang hakehuang closed this Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants