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

Set up "cycle" builder / CI system #90

Open
mithro opened this issue Apr 28, 2020 · 2 comments
Open

Set up "cycle" builder / CI system #90

mithro opened this issue Apr 28, 2020 · 2 comments
Assignees

Comments

@mithro
Copy link
Collaborator

mithro commented Apr 28, 2020

A cycle builder does the following;

while true:
   if new_upstream_revision:
      update_to_new_revision()
      i = 0
   run_all_tests --seed=i
   save_data(i, revision)
   i++

Basically, it sits at the current HEAD and just runs the build over and over collecting the results.

@mithro
Copy link
Collaborator Author

mithro commented Apr 28, 2020

Any time HEAD changes, it updates to HEAD and then starts from the beginning again.

@mithro
Copy link
Collaborator Author

mithro commented Apr 28, 2020

@acomodi - This relates to trying to get more statistical confidence in the output.

It also assumes the tree HEAD is moving slower than it takes to run the tests.

Due to people (hopefully) not working on the weekends, I expect that commits on Friday will get a lot more data.

@acomodi acomodi added this to CI related in FPGA tool perf project May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
FPGA tool perf project
  
CI related
Development

No branches or pull requests

2 participants