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

Test directory layout #118

Closed
shahzebsiddiqui opened this issue Oct 11, 2019 · 1 comment
Closed

Test directory layout #118

shahzebsiddiqui opened this issue Oct 11, 2019 · 1 comment

Comments

@shahzebsiddiqui
Copy link
Member

Buildtest writes test in a directory that is differentiated by timestamp.

The test directory should be further subdivided so it precreates directory by architecture and operating system.

Buildtest will need to detect the host environment where test is written.

Furthermore, a directory can be created with a hostname where test directory are differentiated by timestamp.

This will allow some interesting queries such as seeing test run by arch, operating system or host.

Goal is to run same test for different host architecture to see difference in test as it runs on different system.

@shahzebsiddiqui
Copy link
Member Author

This issue is resolved. Directory structure includes $VENDOR/$ARCH/$PLATFORM/$OS/$OSVER/build_<id>. Tn example will be like follows intel/sandybridge/x86_64/rhel/7.6/build_0/ this allows for builds to work with different vendors (Intel, AMD).

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

No branches or pull requests

1 participant