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

Update circleCI scripts and image #1156

Merged
merged 2 commits into from
Jul 25, 2023

Conversation

vissarion
Copy link
Member

@vissarion vissarion commented Jun 1, 2023

Following the discussion here this PR proposes:

  • to update the circleCI image to a next-gen convenience image (read this for the advantages of this change). Moreover, following the discussion here the compiler is set to gcc-6 to possible catch library issues,
  • add a closing job to circleCI to cover missing tests.

@vissarion vissarion changed the title Update circleCI convenience image Update circleCI scripts and image Jun 1, 2023
@vissarion vissarion added this to the 1.83 milestone Jun 16, 2023
Copy link
Collaborator

@barendgehrels barendgehrels left a comment

Choose a reason for hiding this comment

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

I'm not an expert here.
I welcome improvements so I approve this.

.circleci/config.yml Outdated Show resolved Hide resolved
@awulkiew
Copy link
Member

Thanks for this update!

Btw, I'd be ok with using the default gcc version. It's probably more commonly used (I assume it's ubuntu 20.04) and requires to do less manual steps which have tendency to fail.

FYI, currently the coverage step is failing due to some issues with package repositories so this change could fix it, maybe.

Have you tested whether or not it works with your fork by pushing develop or master branch and checking at CircleCI?
Even if you havent I'd be ok with pushing this change and finding out this way. In the worst case we could always reverse it.

@vissarion vissarion force-pushed the fix/circle_ci_image branch 2 times, most recently from 93e09bf to 8f55833 Compare July 21, 2023 09:53
@vissarion
Copy link
Member Author

Hi @awulkiew thanks for the review. I revised my PR by adding a more straightforward solution, i.e. manually adding the missing tests. The previous approach by adding a closing job was end up too complicated (since I had to add also special cases to the run_test.sh and I think it doesn't worth the trouble. Now I am running circleci tests in my fork.

@vissarion
Copy link
Member Author

There is also this related PR #1154 where I need your feedback.

@awulkiew
Copy link
Member

Thanks, I'm ok with merging it.

Regarding testing in your fork, AFAIR you have to push them to your develop branch because otherwise minimal test is tested. You can also modify the script temporarily to always run it for all branches. Unless I'm mistaken.

@vissarion vissarion merged commit d009db4 into boostorg:develop Jul 25, 2023
22 checks passed
@vissarion vissarion deleted the fix/circle_ci_image branch July 25, 2023 12:13
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.

3 participants