Skip to content

Commit

Permalink
Merge Pull Request #12170 from trilinos/Trilinos/master_merge_2023082…
Browse files Browse the repository at this point in the history
…5_175835

Automatically Merged using Trilinos Master Merge AutoTester
PR Title: b'Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20230825_175835 branch to master'
PR Author: trilinos-autotester
  • Loading branch information
trilinos-autotester authored Sep 1, 2023
2 parents f3ff0b5 + 8db46da commit 5aaae1a
Show file tree
Hide file tree
Showing 1,557 changed files with 2,760 additions and 403,684 deletions.
13 changes: 6 additions & 7 deletions commonTools/framework/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ ENDFUNCTION()


set(ALL_TOPLEVEL_PACKAGES_REGEX
"TrilinosFrameworkTests TrilinosATDMConfigTests .*Kokkos Teuchos KokkosKernels .*EpetraExt Tpetra .*Domi Thyra .*SEACAS .*Teko Intrepid .*MueLu .*ShyLU_DD ShyLU .*Tempus Stokhos ROL Piro Panzer Adelus TrilinosCouplings Pike TrilinosBuildStats TrilinosInstallTests")

"TrilinosFrameworkTests TrilinosATDMConfigTests .*Kokkos Teuchos KokkosKernels .*EpetraExt Tpetra .*Thyra .*SEACAS .*Teko Intrepid .*MueLu .*ShyLU_DD ShyLU .*Tempus Stokhos ROL Piro Panzer Adelus TrilinosCouplings TrilinosBuildStats TrilinosInstallTests")

create_get_changed_trilinos_packages_test(ProjectsList_TeuchosCore
"ProjectsList.cmake\npackages/teuchos/core/CMakeLists.txt"
Expand All @@ -146,8 +145,8 @@ create_get_changed_trilinos_packages_test(ProjectsList_TeuchosCore
# The above test ensures that it can detect global build files as well as
# package files. Above, we check several of the parent packages in Trilinos
# and we want to ensure that no subpackages are listed in the array
# CTEST_LABELS_FOR_SUBPROJECTS. We also check to confirm that excluded
# packages TriKota and PyTrilinos are excluded. To do that, we list non EX
# CTEST_LABELS_FOR_SUBPROJECTS. We also check to confirm that
# PyTrilinos is excluded. To do that, we list non EX
# packages before and after them as they currently appear in the
# Trilinos/PackagesList.cmake file. If the PackagesList.cmake file changes,
# then this test may have to change to accomidate that. Therefore, we don't
Expand All @@ -166,9 +165,9 @@ create_get_changed_trilinos_packages_test(cmake_std_atdm_TeuchosCore_PyTrilinos_
# get enabled (but excluded ST package PyTrilinos does not get included).


create_get_changed_trilinos_packages_test(TeuchosCore_TriKota_NewPackage_Pliris
"packages/teuchos/core/CMakeLists.txt\npackages/TriKota/anything\npackages/new_package/anything\npackages/pliris/a.txt"
"TeuchosCore,TriKota,NewPackage,Pliris"
create_get_changed_trilinos_packages_test(TeuchosCore_NewPackage_Pliris
"packages/teuchos/core/CMakeLists.txt\npackages/new_package/anything\npackages/pliris/a.txt"
"TeuchosCore,NewPackage,Pliris"
"TeuchosCore,Pliris"
"Setting Trilinos_ENABLE_TeuchosCore = ON;Setting Trilinos_ENABLE_Pliris = ON"
"${ALL_TOPLEVEL_PACKAGES_REGEX}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ test_trilinos_filter_packages_to_test() {
filtered_packages=$(trilinos_filter_packages_to_test "Teuchos,Tpetra,PyTrilinos,Panzer")
${_ASSERT_EQUALS_} "${filtered_packages}" "Teuchos,Tpetra,PyTrilinos,Panzer"

filtered_packages=$(trilinos_filter_packages_to_test "TriKota,Teuchos,Tpetra,PyTrilinos,Panzer")
${_ASSERT_EQUALS_} "${filtered_packages}" "TriKota,Teuchos,Tpetra,PyTrilinos,Panzer"
filtered_packages=$(trilinos_filter_packages_to_test "Teuchos,Tpetra,PyTrilinos,Panzer")
${_ASSERT_EQUALS_} "${filtered_packages}" "Teuchos,Tpetra,PyTrilinos,Panzer"

TRILINOS_EXCLUDE_PACKAGES_FROM_PR_TESTING=(TriKota PyTrilinos)
TRILINOS_EXCLUDE_PACKAGES_FROM_PR_TESTING=(PyTrilinos)

filtered_packages=$(trilinos_filter_packages_to_test "")
assertEquals "${filtered_packages}" ""
Expand All @@ -123,7 +123,7 @@ test_trilinos_filter_packages_to_test() {
filtered_packages=$(trilinos_filter_packages_to_test "Teuchos,Tpetra,PyTrilinos,Panzer")
${_ASSERT_EQUALS_} "${filtered_packages}" "Teuchos,Tpetra,Panzer"

filtered_packages=$(trilinos_filter_packages_to_test "TriKota,Teuchos,Tpetra,PyTrilinos,Panzer")
filtered_packages=$(trilinos_filter_packages_to_test "Teuchos,Tpetra,PyTrilinos,Panzer")
${_ASSERT_EQUALS_} "${filtered_packages}" "Teuchos,Tpetra,Panzer"

}
Expand All @@ -139,7 +139,6 @@ test_trilinos_filter_packages_to_test() {
assertContains "${all_toplevel_packages}" ",TrilinosATDMConfigTests,"
assertContains "${all_toplevel_packages}" ",Teuchos,"
assertContains "${all_toplevel_packages}" ",Tpetra,"
assertContains "${all_toplevel_packages}" ",TriKota,"
assertContains "${all_toplevel_packages}" ",PyTrilinos,"
assertContains "${all_toplevel_packages}" ",NewPackage,"
assertContains "${all_toplevel_packages}" ",Panzer,"
Expand Down
5 changes: 1 addition & 4 deletions commonTools/framework/get-changed-trilinos-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@
# A) Data that may change
#

TRILINOS_EXCLUDE_PACKAGES_FROM_PR_TESTING=(
TriKota
PyTrilinos
)
TRILINOS_EXCLUDE_PACKAGES_FROM_PR_TESTING=(PyTrilinos)


#
Expand Down
1 change: 0 additions & 1 deletion packages/TriKota/.gitignore

This file was deleted.

139 changes: 0 additions & 139 deletions packages/TriKota/CMakeLists.txt

This file was deleted.

19 changes: 0 additions & 19 deletions packages/TriKota/README.CMAKE_CONFIG

This file was deleted.

11 changes: 0 additions & 11 deletions packages/TriKota/cmake/Dependencies.cmake

This file was deleted.

44 changes: 0 additions & 44 deletions packages/TriKota/cmake/TriKota_config.h.in

This file was deleted.

Loading

0 comments on commit 5aaae1a

Please sign in to comment.