-
Notifications
You must be signed in to change notification settings - Fork 428
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
Template bootstrap script #2712
Conversation
8169.1 / Erlang 22.0 / small_tests / 8da0654 8169.2 / Erlang 22.0 / internal_mnesia / 8da0654 8169.4 / Erlang 22.0 / mysql_redis / 8da0654 8169.3 / Erlang 22.0 / odbc_mssql_mnesia / 8da0654 8169.5 / Erlang 22.0 / riak_mnesia / 8da0654 8169.7 / Erlang 22.0 / elasticsearch_and_cassandra_mnesia / 8da0654 8169.6 / Erlang 22.0 / ldap_mnesia / 8da0654 8169.9 / Erlang 21.3 / pgsql_mnesia / 8da0654 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the templating script! I had some questions and concerns about the tests run after building RPM package. Also, do we want to run the tests for DEB package as well?
@sebb7 Could you also take a look at the PR? There were some changes to the Dockerfile_rpm
, I'm not sure if this affects your other scripts.
@michalwski @arcusfelis I reviewed the rpm Dockerfile and I like the idea of splinting the source code to When it comes to the deb package the CI build |
@michalwski @arcusfelis Actually package was built but in the container on which smoke tests were run I found inside some files which have bad permissions or are placed in a wrong directory in my opinion:
It concerns testing rpm package which was fixed not to have any non-root files in a |
Ok. I think that I got it now. My previous comments were written when I was checking only what happened to the package and its files after the installation. So the files I mentioned earlier ( So without these
But it was mentioned already that this will not work without changing permissions. Do we want to allow the user to run Sorry if I missed something and if I do not completely understand this issue :D Please let me know what do you think about it. |
8178.1 / Erlang 22.0 / small_tests / d7436ab 8178.2 / Erlang 22.0 / internal_mnesia / d7436ab 8178.7 / Erlang 22.0 / elasticsearch_and_cassandra_mnesia / d7436ab 8178.5 / Erlang 22.0 / riak_mnesia / d7436ab 8178.6 / Erlang 22.0 / ldap_mnesia / d7436ab 8178.9 / Erlang 21.3 / pgsql_mnesia / d7436ab |
8189.1 / Erlang 22.0 / small_tests / 05f8a56 8189.2 / Erlang 22.0 / internal_mnesia / 05f8a56 8189.3 / Erlang 22.0 / odbc_mssql_mnesia / 05f8a56 8189.4 / Erlang 22.0 / mysql_redis / 05f8a56 8189.5 / Erlang 22.0 / riak_mnesia / 05f8a56 8189.6 / Erlang 22.0 / ldap_mnesia / 05f8a56 8189.7 / Erlang 22.0 / elasticsearch_and_cassandra_mnesia / 05f8a56 8189.9 / Erlang 21.3 / pgsql_mnesia / 05f8a56 |
Codecov Report
@@ Coverage Diff @@
## master #2712 +/- ##
==========================================
- Coverage 79.43% 79.38% -0.05%
==========================================
Files 358 358
Lines 30152 30152
==========================================
- Hits 23950 23936 -14
- Misses 6202 6216 +14
Continue to review full report at Codecov.
|
Proposed changes include: