Re: [EXT] [testing-wg] Zephyr: Testing WG weekly call - Mon, 01/11/2021 2:00pm-3:00pm, Please RSVP
#cal-reminder
Hake Huang
Hi Maciej,
I do some work on your proposed h5py format file, here is my trial: https://github.com/hakehuang/test_results/commit/84834483181f2e66e47d8707e2e985fc8f108fd2
my observations are:
1. h5py is initially to store large numpy data sets, so it is friendly to numbers, but to xml result format I only use a variable string to store all the xml, as I did not see an ready schema to convert all the result xml content to h5 attribute, tough. But in this way the h5py table function is not supported, as the variable is only comments. Looks like we need at least define a dataset which represents the trend. 2. We can merge all the report in to several result h5 files named by the version number or further merge them to one file, is this what your proposed?
Regards, Hake
From: testing-wg@... <testing-wg@...>
On Behalf Of testing-wg@... Calendar via lists.zephyrproject.org
Sent: 2021年1月11日 21:50 To: testing-wg@... Subject: [EXT] [testing-wg] Zephyr: Testing WG weekly call - Mon, 01/11/2021 2:00pm-3:00pm, Please RSVP #cal-reminder
Caution: EXT Email Reminder: Zephyr: Testing WG weekly call When: Monday, 11 January 2021, 2:00pm to 3:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: testing-wg@... Description: Meeting Agenda: https://docs.google.com/document/d/1Qti_6mFPkctk9v2vnbz-IMe0ZZO2FJEpX72FaNnEfpE/edit?usp=sharing ________________________________________________________________________________ +1 321-558-6518 United States, Orlando (Toll) Conference ID: 831 716 531# Local numbers | Reset PIN | Learn more about Teams | Meeting options
________________________________________________________________________________
|
|
Zephyr: Testing WG weekly call - Mon, 01/11/2021 2:00pm-3:00pm, Please RSVP
#cal-reminder
testing-wg@lists.zephyrproject.org Calendar <testing-wg@...>
Reminder: Zephyr: Testing WG weekly call When: Monday, 11 January 2021, 2:00pm to 3:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: testing-wg@... Description: Meeting Agenda: https://docs.google.com/document/d/1Qti_6mFPkctk9v2vnbz-IMe0ZZO2FJEpX72FaNnEfpE/edit?usp=sharing
________________________________________________________________________________
+1 321-558-6518 United States, Orlando (Toll)
Conference ID: 831 716 531#
Local numbers | Reset PIN | Learn more about Teams | Meeting options
________________________________________________________________________________
|
|
Re: [EXT] [testing-wg] Zephyr: Testing WG weekly call - Mon, 1/11/2021 2:00pm-3:00pm, Please RSVP
#cal-reminder
Hake Huang
Hi All,
This is this weekly agenda:
1. Update the version SHA to 12 digitals merged(https://github.com/zephyrproject-rtos/zephyr/pull/31140) Note: Last weekly result can not merged, due to this check.
2. Release document is RST format reviewing.(All, 15 minutes) https://github.com/zephyrproject-rtos/test_results/pull/154
3. Round table discussion. (40 mintues) a) Pytest has allure plugin, would this possible to merge it to twister? b) …
Regards, Hake
From: testing-wg@... <testing-wg@...>
On Behalf Of testing-wg@... Calendar via lists.zephyrproject.org
Sent: 2021年2月11日 21:50 To: testing-wg@... Subject: [EXT] [testing-wg] Zephyr: Testing WG weekly call - Mon, 1/11/2021 2:00pm-3:00pm, Please RSVP #cal-reminder
Caution: EXT Email Reminder: Zephyr: Testing WG weekly call When: Monday, 1 January 2021, 2:00pm to 3:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: testing-wg@... Description: Meeting Agenda: https://docs.google.com/document/d/1Qti_6mFPkctk9v2vnbz-IMe0ZZO2FJEpX72FaNnEfpE/edit?usp=sharing ________________________________________________________________________________ +1 321-558-6518 United States, Orlando (Toll) Conference ID: 831 716 531# Local numbers | Reset PIN | Learn more about Teams | Meeting options
________________________________________________________________________________
|
|
Re: [EXT] [testing-wg] about git version issue in testresult xml file
Hake Huang
update PR created. https://github.com/zephyrproject-rtos/zephyr/pull/31140 . @Anas Nashif please review. Thanks in advance.
Regards, Hake
From: Hake Huang
Sent: 2021年1月7日 16:10 To: testing-wg@... Subject: RE: [EXT] [testing-wg] about git version issue in testresult xml file
I find this is because
b9c953c12636a8d8f3d22b10e23218a50a695030
twister: add 12 hexadecimal digits to version
With the earlier version of Git, git describe command will use the default 7 hexadecimal digits as the abbreviated object name. But currently the Linux kernel project needs 11 to 12 hexdigits to stay unique.So it's necessary to add --abbrev=12 to ensure twister always generate the same tags.
In https://testing.zephyrproject.org/daily_tests/versions.json, all tags have 10 hexadecimal digits.
Signed-off-by: Jingru Wang <jingru@...>
Regards, hake
From:
testing-wg@... <testing-wg@...>
On Behalf Of Hake Huang via lists.zephyrproject.org
Caution: EXT Email Hi All,
Does anyone meet this issue like https://github.com/zephyrproject-rtos/test_results/pull/179?
I find the problem is the version in xml file is zephyr-v2.4.0-2748-gfbb0327d3e29, but the json file is zephyr-v2.4.0-2748-gfbb0327d3e.
Regards, Hake
|
|
Re: [EXT] [testing-wg] about git version issue in testresult xml file
Hake Huang
I find this is because
b9c953c12636a8d8f3d22b10e23218a50a695030
twister: add 12 hexadecimal digits to version
With the earlier version of Git, git describe command will use the default 7 hexadecimal digits as the abbreviated object name. But currently the Linux kernel project needs 11 to 12 hexdigits to stay unique.So it's necessary to add --abbrev=12 to ensure twister always generate the same tags.
In https://testing.zephyrproject.org/daily_tests/versions.json, all tags have 10 hexadecimal digits.
Signed-off-by: Jingru Wang <jingru@...>
Regards, hake
From: testing-wg@...
<testing-wg@...> On Behalf Of Hake Huang via lists.zephyrproject.org
Sent: 2021年1月7日 15:46 To: testing-wg@... Subject: [EXT] [testing-wg] about git version issue in testresult xml file
Caution: EXT Email Hi All,
Does anyone meet this issue like https://github.com/zephyrproject-rtos/test_results/pull/179?
I find the problem is the version in xml file is zephyr-v2.4.0-2748-gfbb0327d3e29, but the json file is zephyr-v2.4.0-2748-gfbb0327d3e.
Regards, Hake
|
|
about git version issue in testresult xml file
Hake Huang
Hi All,
Does anyone meet this issue like https://github.com/zephyrproject-rtos/test_results/pull/179?
I find the problem is the version in xml file is zephyr-v2.4.0-2748-gfbb0327d3e29, but the json file is zephyr-v2.4.0-2748-gfbb0327d3e.
Regards, Hake
|
|
Zephyr: Testing WG weekly call - Mon, 12/14/2020 2:00pm-3:00pm, Please RSVP
#cal-reminder
testing-wg@lists.zephyrproject.org Calendar <testing-wg@...>
Reminder: Zephyr: Testing WG weekly call When: Monday, 14 December 2020, 2:00pm to 3:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: testing-wg@... Description: Meeting Agenda: https://docs.google.com/document/d/1Qti_6mFPkctk9v2vnbz-IMe0ZZO2FJEpX72FaNnEfpE/edit?usp=sharing
________________________________________________________________________________
+1 321-558-6518 United States, Orlando (Toll)
Conference ID: 831 716 531#
Local numbers | Reset PIN | Learn more about Teams | Meeting options
________________________________________________________________________________
|
|
Re: [EXT] [testing-wg] Zephyr: Testing WG weekly call - Mon, 12/14/2020 2:00pm-3:00pm, Please RSVP
#cal-reminder
Hake Huang
Hi All,
1. Bug scrum meeting for last weekly testing. (hake/all 20 minutes). a) Call for board test result on last weekly. i. https://testing.zephyrproject.org/daily_tests/zephyr-v2.4.0-2126-g7516d5846d/report/index.html 2. Last weekly action items updates (All, 30 minutes) a) Add GHAction for checking test result. i. https://github.com/PerMac/test_results/pull/2 b) Release document pr i. https://github.com/zephyrproject-rtos/test_results/pull/154 ii. 3. Round table discussion. (all 10 minutes)
This is the last weekly meeting of 2020. Thanks all for your participant in TWG.
Best wishes to all TWG members for 2021, Happy New Year and Merry Christmas.
Regards, Hake
From: testing-wg@... <testing-wg@...>
On Behalf Of testing-wg@... Calendar via lists.zephyrproject.org
Sent: 2020年12月14日 21:50 To: testing-wg@... Subject: [EXT] [testing-wg] Zephyr: Testing WG weekly call - Mon, 12/14/2020 2:00pm-3:00pm, Please RSVP #cal-reminder
Caution: EXT Email Reminder: Zephyr: Testing WG weekly call When: Monday, 14 December 2020, 2:00pm to 3:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: testing-wg@... Description: Meeting Agenda: https://docs.google.com/document/d/1Qti_6mFPkctk9v2vnbz-IMe0ZZO2FJEpX72FaNnEfpE/edit?usp=sharing ________________________________________________________________________________ +1 321-558-6518 United States, Orlando (Toll) Conference ID: 831 716 531# Local numbers | Reset PIN | Learn more about Teams | Meeting options
________________________________________________________________________________
|
|
Re: [EXT] RE: Zephyr meetings over winter holidays
On Thu, Dec 10, 2020 10:35 AM, Hake Huang hake.huang@... wrote:
Brett Preston The Linux Foundation +1 (971) 303-9030 bpreston@... Google Talk: bpreston@... Skype: bprestoncf
|
|
Cancelled Event: Zephyr: Testing WG weekly call - Monday, 4 January 2021
#cal-cancelled
testing-wg@lists.zephyrproject.org Calendar <noreply@...>
Cancelled: Zephyr: Testing WG weekly call This event has been cancelled. When: Where: Organizer: testing-wg@... Description: Meeting Agenda: https://docs.google.com/document/d/1Qti_6mFPkctk9v2vnbz-IMe0ZZO2FJEpX72FaNnEfpE/edit?usp=sharing
________________________________________________________________________________
+1 321-558-6518 United States, Orlando (Toll)
Conference ID: 831 716 531#
Local numbers | Reset PIN | Learn more about Teams | Meeting options
________________________________________________________________________________
|
|
Cancelled Event: Zephyr: Testing WG weekly call - Monday, 28 December 2020
#cal-cancelled
testing-wg@lists.zephyrproject.org Calendar <noreply@...>
Cancelled: Zephyr: Testing WG weekly call This event has been cancelled. When: Where: Organizer: testing-wg@... Description: Meeting Agenda: https://docs.google.com/document/d/1Qti_6mFPkctk9v2vnbz-IMe0ZZO2FJEpX72FaNnEfpE/edit?usp=sharing
________________________________________________________________________________
+1 321-558-6518 United States, Orlando (Toll)
Conference ID: 831 716 531#
Local numbers | Reset PIN | Learn more about Teams | Meeting options
________________________________________________________________________________
|
|
Cancelled Event: Zephyr: Testing WG weekly call - Monday, 21 December 2020
#cal-cancelled
testing-wg@lists.zephyrproject.org Calendar <noreply@...>
Cancelled: Zephyr: Testing WG weekly call This event has been cancelled. When: Where: Organizer: testing-wg@... Description: Meeting Agenda: https://docs.google.com/document/d/1Qti_6mFPkctk9v2vnbz-IMe0ZZO2FJEpX72FaNnEfpE/edit?usp=sharing
________________________________________________________________________________
+1 321-558-6518 United States, Orlando (Toll)
Conference ID: 831 716 531#
Local numbers | Reset PIN | Learn more about Teams | Meeting options
________________________________________________________________________________
|
|
Re: [EXT] RE: Zephyr meetings over winter holidays
Hake Huang
Hi Brett,
toggle quoted messageShow quoted text
Please help to cancel the test working group weely meeting on 2020/12/21, 2020/12/28, 2021/1/4. Thanks. Regards, Hake
-----Original Message-----
From: Cufi, Carles <Carles.Cufi@...> Sent: 2020年12月10日 18:32 To: Kumar Gala <kumar.gala@...>; Brett Preston <bpreston@...> Cc: Maureen Helm <maureen.helm@...>; Anas Nashif <anas.nashif@...>; Flavio Ceolin <flavio.ceolin@...>; Hibberd, Amber M <amber.m.hibberd@...>; Hake Huang <hake.huang@...>; kstewart@... Subject: [EXT] RE: Zephyr meetings over winter holidays Caution: EXT Email I did the same. Thanks, Carles -----Original Message-----
|
|
Re: about cancel winter holiday weekly meetings
pfagerburg@...
I'm okay with canceling. Thanks for checking. -paul
On Wed, Dec 9, 2020, 20:14 Hake Huang <hake.huang@...> wrote:
|
|
about cancel winter holiday weekly meetings
Hake Huang
Hi All Zephyer TWG members,
As the winter is coming, would this be more approriate to cancel the last two weekly on 2020/12/21, 2020/12/28, 2021/1/4, so next weekly meeting (12/14)will be our last weekly meeting of this year(2020), and we will start weekly meeting next year on 2021/1/11, any comments? If not, I will inform Brett to cnacel the meetings. Thanks.
Regards, Hake
|
|
Zephyr: Testing WG weekly call - Mon, 12/07/2020 2:00pm-3:00pm, Please RSVP
#cal-reminder
testing-wg@lists.zephyrproject.org Calendar <testing-wg@...>
Reminder: Zephyr: Testing WG weekly call When: Monday, 7 December 2020, 2:00pm to 3:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: testing-wg@... Description: Meeting Agenda: https://docs.google.com/document/d/1Qti_6mFPkctk9v2vnbz-IMe0ZZO2FJEpX72FaNnEfpE/edit?usp=sharing
________________________________________________________________________________
+1 321-558-6518 United States, Orlando (Toll)
Conference ID: 831 716 531#
Local numbers | Reset PIN | Learn more about Teams | Meeting options
________________________________________________________________________________
|
|
Re: [EXT] [testing-wg] Zephyr: Testing WG weekly call - Mon, 12/7/2020 2:00pm-3:00pm, Please RSVP
#cal-reminder
Hake Huang
Hi All,
1. Bug scrumb for last weekly testing. (hake/all 20 minutes) 2. The new format of Doxygen tags for a test case. (Enjia Mai (Intel) 20 minutes) 3. Round table discussion. (all 20 minutes)
Regards, Hake
From: testing-wg@... <testing-wg@...>
On Behalf Of testing-wg@... Calendar via lists.zephyrproject.org
Sent: 2020年12月7日 21:50 To: testing-wg@... Subject: [EXT] [testing-wg] Zephyr: Testing WG weekly call - Mon, 12/7/2020 2:00pm-3:00pm, Please RSVP #cal-reminder
Caution: EXT Email Reminder: Zephyr: Testing WG weekly call When: Monday, 7 December 2020, 2:00pm to 3:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: testing-wg@... Description: Meeting Agenda: https://docs.google.com/document/d/1Qti_6mFPkctk9v2vnbz-IMe0ZZO2FJEpX72FaNnEfpE/edit?usp=sharing ________________________________________________________________________________ +1 321-558-6518 United States, Orlando (Toll) Conference ID: 831 716 531# Local numbers | Reset PIN | Learn more about Teams | Meeting options
________________________________________________________________________________
|
|
Zephyr: Testing WG weekly call - Mon, 11/30/2020 2:00pm-3:00pm, Please RSVP
#cal-reminder
testing-wg@lists.zephyrproject.org Calendar <testing-wg@...>
Reminder: Zephyr: Testing WG weekly call When: Monday, 30 November 2020, 2:00pm to 3:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: testing-wg@... Description: Meeting Agenda: https://docs.google.com/document/d/1Qti_6mFPkctk9v2vnbz-IMe0ZZO2FJEpX72FaNnEfpE/edit?usp=sharing
________________________________________________________________________________
+1 321-558-6518 United States, Orlando (Toll)
Conference ID: 831 716 531#
Local numbers | Reset PIN | Learn more about Teams | Meeting options
________________________________________________________________________________
|
|
Re: [EXT] [testing-wg] Zephyr: Testing WG weekly call - Mon, 11/30/2020 2:00pm-3:00pm, Please RSVP
#cal-reminder
Hake Huang
Hi All,
This is this weekly meeting agenda.
1. Weekly testing status update(All, 20 minuts). a) Do we need plan a regular bug scrum meeting?
2. Round table disscussion. (all, 40 mintues)
Regards, Hake
From: testing-wg@... <testing-wg@...>
On Behalf Of testing-wg@... Calendar via lists.zephyrproject.org
Sent: 2020年11月30日 21:50 To: testing-wg@... Subject: [EXT] [testing-wg] Zephyr: Testing WG weekly call - Mon, 11/30/2020 2:00pm-3:00pm, Please RSVP #cal-reminder
Caution: EXT Email Reminder: Zephyr: Testing WG weekly call When: Monday, 30 November 2020, 2:00pm to 3:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: testing-wg@... Description: Meeting Agenda: https://docs.google.com/document/d/1Qti_6mFPkctk9v2vnbz-IMe0ZZO2FJEpX72FaNnEfpE/edit?usp=sharing ________________________________________________________________________________ +1 321-558-6518 United States, Orlando (Toll) Conference ID: 831 716 531# Local numbers | Reset PIN | Learn more about Teams | Meeting options
________________________________________________________________________________
|
|
Zephyr: Testing WG weekly call - Mon, 11/23/2020 2:00pm-3:00pm, Please RSVP
#cal-reminder
testing-wg@lists.zephyrproject.org Calendar <testing-wg@...>
Reminder: Zephyr: Testing WG weekly call When: Monday, 23 November 2020, 2:00pm to 3:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: testing-wg@... Description: Meeting Agenda: https://docs.google.com/document/d/1Qti_6mFPkctk9v2vnbz-IMe0ZZO2FJEpX72FaNnEfpE/edit?usp=sharing
________________________________________________________________________________
+1 321-558-6518 United States, Orlando (Toll)
Conference ID: 831 716 531#
Local numbers | Reset PIN | Learn more about Teams | Meeting options
________________________________________________________________________________
|
|