RIOT-OS / RobotFW-tests

Includes tests for RIOT based on the Robot Framework
GNU Lesser General Public License v2.1
4 stars 13 forks source link

dist/tools: Add tool to print current setup #42

Closed MrKevinWeiss closed 4 years ago

MrKevinWeiss commented 4 years ago

Description

This PR adds a script to print out the environment variables, python packages being used, and the toolchains being used. It also adds a call for Jenkins to print the information.

Testing Proceedure

Call the dist/tools/print_versions.sh from different directories. ~Also read the CI output.~ <- Not included in the CI yet

MrKevinWeiss commented 4 years ago

Hmm I think this is not what we want. We want to know the env per board. Any hints @smlng?

smlng commented 4 years ago

please separate the changes to the Jenkinsfile into a distinct commit and the script/tooling into another.

MrKevinWeiss commented 4 years ago

Will do but currently it isn't working at all it seems...

MrKevinWeiss commented 4 years ago

Do I need to add a trigger or setups somehow?

MrKevinWeiss commented 4 years ago

I don't know if it could somehow be a separate test since it should be run per node and not on master...

smlng commented 4 years ago

basically okay, but please put scripts into a subdirectory as in RIOT, e.g. dist/tools/ci

smlng commented 4 years ago

and squash too

MrKevinWeiss commented 4 years ago

Squashed and ready to go!

MrKevinWeiss commented 4 years ago

Many thanks!