You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present we have reached a state where there are enough unit test suite and a large source base to build momentum for this project. This is a tracking issue to figure out a nightly-continuous-integration process, targeted for Milestone-1
Steps of executions.
Checkout all the relevant repositories, from github, for rdms along with the latest commits.
Generate library artifacts, by compiling them in
release mode.
debug mode.
Invoke a sequence of command line programs that should typically validate the artifacts generated in step (2).
Each command shall return a success exit code 0, or a failure code.
Each command shall log messages into stdout and stderr that must by captured and saved in a file.
Nightly shall parse the stdout/stderr messages for warnings and error cases.
Finally, nigthly should be able to give a "green" or "yellow" or "red" flag, which respectively mean as "pass", "warn", "fail"
Additionally, Nightly shall commit the result status and stdout/stderr file into a git-repository.
out/<yyyy>/<yyyy-mm-dd>-nightly.log, shall contain the stdout/stderr messages from nightly script. out/<yyyy>/<yyyy-mm-dd>-nightly.status, shall contain parsed result from out/<yyyy>/<yyyy-mm-dd>-nightly.log.
The text was updated successfully, but these errors were encountered:
At present we have reached a state where there are enough unit test suite and a large source base to build momentum for this project. This is a tracking issue to figure out a nightly-continuous-integration process, targeted for Milestone-1
Steps of executions.
Organisation of nightly-repository
out/<yyyy>/<yyyy-mm-dd>-nightly.log, shall contain the stdout/stderr messages from nightly script. out/<yyyy>/<yyyy-mm-dd>-nightly.status, shall contain parsed result from out/<yyyy>/<yyyy-mm-dd>-nightly.log.
The text was updated successfully, but these errors were encountered: