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

#2084: Create release 1.3.0 (git merge approach) #2128

Merged
merged 429 commits into from
May 30, 2023

Conversation

cz4rs
Copy link
Contributor

@cz4rs cz4rs commented Mar 31, 2023

fixes #2084

Try another way of handling the history:

git checkout main
git checkout -b 2084-release-1-3-0-merge
git merge -X theirs origin/develop
git status
(...)
git rm ci/azure/azure-clang-5.0-ubuntu-mpich.yml 
git rm ci/azure/azure-gcc-7-ubuntu-mpich.yml 
git add src/vt/messaging/async_op_hip.h 
git merge --continue 
git cherry-pick 7ac436c9a

The remaining differences are handled with 348fb8e.

thearusable and others added 30 commits December 6, 2022 19:26
…ld-compilers

#2018: Remove support for old compilers
…spend-correct-task-with-threads

2028 setcontext doesnt suspend correct task with threads
…endMsg template arguments that nvcc didn't complain about this time
#2040 Clarify reference to static member functions in template argument to appease nvcc 11.4
@github-actions
Copy link

github-actions bot commented Mar 31, 2023

Pipelines results

PR tests (gcc-12, ubuntu, mpich)

Build for 348fb8e (2023-04-04 15:53:26 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (gcc-9, ubuntu, mpich, zoltan, json schema test)

Build for 348fb8e (2023-04-04 15:53:26 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (clang-9, ubuntu, mpich)

Build for 348fb8e (2023-04-04 15:53:26 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (gcc-10, ubuntu, openmpi, no LB)

Build for 348fb8e (2023-04-04 15:53:26 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (clang-12, ubuntu, mpich)

Build for 348fb8e (2023-04-04 15:53:26 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (clang-11, ubuntu, mpich)

Build for 348fb8e (2023-04-04 15:53:26 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (gcc-8, ubuntu, mpich, address sanitizer)

Build for 348fb8e (2023-04-04 15:53:26 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (clang-13, ubuntu, mpich)

Build for 348fb8e (2023-04-04 15:53:26 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (clang-14, ubuntu, mpich)

Build for 348fb8e (2023-04-04 15:53:26 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (nvidia cuda 11.0, ubuntu, mpich)

Build for 348fb8e (2023-04-04 15:53:26 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (nvidia cuda 11.2, ubuntu, mpich)

Build for 348fb8e (2023-04-04 15:53:26 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (clang-10, ubuntu, mpich)

Build for 348fb8e (2023-04-04 15:53:26 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (gcc-11, ubuntu, mpich, trace runtime, coverage)

Build for 348fb8e (2023-04-04 15:53:26 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (intel icpc, ubuntu, mpich)

Build for 348fb8e (2023-04-04 15:53:26 UTC)

intel-cc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use this compiler. Use '-diag-disable=10441' to disable this message.
intel-cc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use this compiler. Use '-diag-disable=10441' to disable this message.
icpc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use this compiler. Use '-diag-disable=10441' to disable this message.
icpc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use this compiler. Use '-diag-disable=10441' to disable this message.
intel-cc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use this compiler. Use '-diag-disable=10441' to disable this message.
intel-cc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use this compiler. Use '-diag-disable=10441' to disable this message.
intel-cc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use this compiler. Use '-diag-disable=10441' to disable this message.
intel-cc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use this compiler. Use '-diag-disable=10441' to disable this message.
intel-cc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use this compiler. Use '-diag-disable=10441' to disable this message.
in%0D%0A%0D%0A%0D%0A ==> And there is more. Read log. <==

Build log


@cz4rs
Copy link
Contributor Author

cz4rs commented Apr 4, 2023

With this approach git log main..develop will show history correctly as Phil has requested.

@cz4rs cz4rs marked this pull request as ready for review April 4, 2023 15:53
@cz4rs cz4rs force-pushed the 2084-release-1-3-0-merge branch from 80d7b34 to 348fb8e Compare April 4, 2023 15:53
@cz4rs cz4rs changed the title #2084: Create release 1.3.0 #2084: Create release 1.3.0 (git merge approach) Apr 4, 2023
@nlslatt
Copy link
Collaborator

nlslatt commented Apr 4, 2023

@cz4rs Why does this PR target develop instead of main?

@cz4rs
Copy link
Contributor Author

cz4rs commented Apr 4, 2023

@cz4rs Why does this PR target develop instead of main?

My bad 🤦

@cz4rs cz4rs marked this pull request as draft April 4, 2023 17:04
@PhilMiller PhilMiller changed the base branch from develop to main April 4, 2023 17:13
@cz4rs cz4rs marked this pull request as ready for review April 4, 2023 17:21
@cz4rs
Copy link
Contributor Author

cz4rs commented Apr 5, 2023

Source code is in sync now:

git diff develop..2084-release-1-3-0-merge

diff --git a/VERSION b/VERSION
index 23aa83906..f0bb29e76 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.2.2
+1.3.0

@nlslatt
Copy link
Collaborator

nlslatt commented May 23, 2023

@cz4rs @PhilMiller @lifflander Is this the one we want to merge, without the signed commit? I don't see an option to override the requirement here. Do we just turn off the requirement in the branch settings, merge, and then turn it back on?

@cz4rs
Copy link
Contributor Author

cz4rs commented May 23, 2023

@cz4rs @PhilMiller @lifflander Is this the one we want to merge, without the signed commit? I don't see an option to override the requirement here. Do we just turn off the requirement in the branch settings, merge, and then turn it back on?

Sounds reasonable to me.

@lifflander lifflander merged commit 9e707d2 into main May 30, 2023
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.

Create release 1.3.0
8 participants