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

Build latest docker container from master not develop branch #161

Merged
merged 6 commits into from
Aug 9, 2023

Conversation

valentin-seitz
Copy link
Member

@valentin-seitz valentin-seitz commented Aug 2, 2023

Should fix #160
Here a similar idea to the python-bindings applies:
I Made the Workflow a bit more usable via the manual dispatch and also split up latest and develop tags accordingly.

Additionally the Dockerfile is more in line with the current approach to Dockerfiles used in the Systemtestsv2

@valentin-seitz
Copy link
Member Author

I dont know about the checks: The Linting complains about missing links. So for me it seems that its not related to this PR.

Copy link
Member

@MakisH MakisH left a comment

Choose a reason for hiding this comment

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

The changes make sense to me. 👍

I guess this is still draft as it depends on precice/python-bindings#186

I dont know about the checks: The Linting complains about missing links. So for me it seems that its not related to this PR.

They are indeed unrelated (and need to be updated). The tests also fail because the configurations have yet to be ported to preCICE v3.

@IshaanDesai I let you do the merging.

@IshaanDesai
Copy link
Member

Similar to the question in the Python bindings. Do we really need to merge to master? We only merge to master via a release, so we would need to discuss such a merge before.

@valentin-seitz
Copy link
Member Author

I just created the merge to master because the the workflows that are "normally" triggered are the ones available on master.
But this could go to develop when the workflow is not started now from master and therefore overriding the image with thelatest tag again .

@MakisH
Copy link
Member

MakisH commented Aug 4, 2023

I understand that there is no reason (anymore) to target master, so let's just change the target branch to develop and merge.

@valentin-seitz you can change the target branch by clicking "Edit" on the top.

@IshaanDesai IshaanDesai changed the base branch from master to develop August 4, 2023 18:38
@IshaanDesai
Copy link
Member

I pointed the PR to develop. It is still draft, but is this ready for review and merging?

@MakisH MakisH marked this pull request as ready for review August 9, 2023 08:25
@valentin-seitz
Copy link
Member Author

valentin-seitz commented Aug 9, 2023

I pointed the PR to develop. It is still draft, but is this ready for review and merging?

This is indeed ready for merging.
Note that similar to the python-bindings, this change will not be effective until its merged to master.

@IshaanDesai
Copy link
Member

IshaanDesai commented Aug 9, 2023

Note that similar to the python-bindings, this change will not be effective until its merged to master.

Do we need this to be effective before version 3 of all downstream packages are released?

@IshaanDesai IshaanDesai self-requested a review August 9, 2023 14:40
@valentin-seitz
Copy link
Member Author

Note that similar to the python-bindings, this change will not be effective until its merged to master.

Do we need this to be effective before version 3 of all downstream packages are released?

From my perspective: not really. I currently rely on the latest tag to be compatible with v2 but i can easily re trigger the publishing of the image with the latest tag manually

@MakisH
Copy link
Member

MakisH commented Aug 9, 2023

We don't need to update master, but I guess we can already merge this, right? If yes, @IshaanDesai I leave it up to you.

@IshaanDesai IshaanDesai merged commit 8143553 into develop Aug 9, 2023
5 of 7 checks passed
@IshaanDesai IshaanDesai deleted the modify-docker-ci branch August 9, 2023 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

precice/fenics-adapter:latest is not stable but the develop release
3 participants