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

Fix Erlang version for GitHub Actions #4276

Merged
merged 1 commit into from
May 8, 2024
Merged

Fix Erlang version for GitHub Actions #4276

merged 1 commit into from
May 8, 2024

Conversation

gustawlippa
Copy link
Contributor

Currently, Erlang does not download on GitHub Actions, which we use to test the master branch. See
https://github.com/esl/MongooseIM/actions/runs/8971880579 for example.
The issue was with the new scripts that download the Erlang package from our website.
The fix is taken from 05f03eb from #4273.

I've run GH Actions for this branch manually, and the packages jobs have passed: https://github.com/esl/MongooseIM/actions/runs/8984746064.
There are some red results, but they should be unrelated (flaky tests?).

Currently, Erlang does not download on GitHub Actions.
The fix is taken from 05f03eb.
@mongoose-im
Copy link
Collaborator

mongoose-im commented May 7, 2024

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 24cc98c
Reports root/ big
OK: 437 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 24cc98c
Reports root / small


small_tests_26 / small_tests / 24cc98c
Reports root / small


small_tests_26_arm64 / small_tests / 24cc98c
Reports root / small


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 24cc98c
Reports root/ big
OK: 4543 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / 24cc98c
Reports root/ big
OK: 2286 / Failed: 0 / User-skipped: 897 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / 24cc98c
Reports root/ big
OK: 4510 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / 24cc98c
Reports root/ big
OK: 2286 / Failed: 0 / User-skipped: 897 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / 24cc98c
Reports root/ big
OK: 4458 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / 24cc98c
Reports root/ big
OK: 2426 / Failed: 0 / User-skipped: 757 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 24cc98c
Reports root/ big
OK: 4540 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 24cc98c
Reports root/ big
OK: 4932 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 24cc98c
Reports root/ big
OK: 4543 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / 24cc98c
Reports root/ big
OK: 4911 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 24cc98c
Reports root/ big
OK: 4932 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / 24cc98c
Reports root/ big
OK: 4929 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0

Copy link

codecov bot commented May 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.43%. Comparing base (703cfbd) to head (24cc98c).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4276   +/-   ##
=======================================
  Coverage   84.43%   84.43%           
=======================================
  Files         553      553           
  Lines       33582    33582           
=======================================
+ Hits        28354    28356    +2     
+ Misses       5228     5226    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@arcusfelis arcusfelis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

@arcusfelis arcusfelis merged commit 09149c2 into master May 8, 2024
22 of 24 checks passed
@arcusfelis arcusfelis deleted the fix_CI_GA branch May 8, 2024 13:07
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

Successfully merging this pull request may close these issues.

None yet

3 participants