Skip to content

Commit

Permalink
Merge pull request #1872 from DARMA-tasking/1871-release-1-1-1-beta-9
Browse files Browse the repository at this point in the history
1871: Create `1.1.1 beta v9` release candidate
  • Loading branch information
nlslatt authored Jul 18, 2022
2 parents a0932b0 + 41a66fb commit 8edc7d3
Show file tree
Hide file tree
Showing 254 changed files with 5,115 additions and 6,069 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/check-workflow-generation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Check Workflow Generation

on: pull_request

jobs:
check-workflow-generation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -yq cpanminus && cpanm --sudo Template::Tiny Config::Simple

- name: Check workflows
shell: bash
run: ./scripts/check_workflow_generation.sh $(pwd)
2 changes: 2 additions & 0 deletions .github/workflows/comment-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
repository_dispatch:
types: comment-pr

concurrency: ${{ github.event.repository.name }}-${{ github.ref }}

jobs:
comment-on-pr:
runs-on: ubuntu-latest
Expand Down
71 changes: 38 additions & 33 deletions .github/workflows/macosx-clang-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ on:
- develop
- 1.*
pull_request:
types: [opened, reopened, synchronize, converted_to_draft, ready_for_review]

jobs:
concurrency:
group: ${{ github.event.repository.name }}-${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

jobs:
build:

runs-on: macos-10.15

if: github.event.pull_request.draft == false

strategy:
fail-fast: false

Expand All @@ -28,34 +33,34 @@ jobs:
CMAKE_BUILD_PARALLEL_LEVEL: 4

steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: ~/.ccache
key: ${{ runner.os }}-macosx-clang-8-ccache-${{ secrets.GH_ACTIONS_CACHE_VERSION }}-${{ hashFiles('**/*') }}
restore-keys: |
${{ runner.os }}-macosx-clang-8-ccache-${{ secrets.GH_ACTIONS_CACHE_VERSION }}
- uses: actions/cache@v2
id: mpich-cache
with:
path: ~/.mpich
key: ${{ runner.os }}-macosx-clang-8-mpich-${{ hashFiles('**/.github/workflows/macosx-clang-mpich.yml', '**/ci/deps/mpich.sh') }}
- name: Install Dependencies
shell: bash
run: brew bundle --file=ci/Brewfile
- name: Modify hosts file
shell: bash
run: echo "127.0.0.1 $(hostname)" | sudo tee -a /etc/hosts
- name: Build mpich
if: steps.mpich-cache.outputs.cache-hit != 'true'
shell: bash
run: |
ci/deps/mpich.sh 3.3.2 -j4 $(grealpath ~/.mpich)
- name: Build
shell: bash
run: |
PATH=~/.mpich/bin:$PATH ci/build_cpp.sh $(pwd) $(pwd)/build
- name: Test
shell: bash
run: |
PATH=~/.mpich/bin:$PATH ci/test_cpp.sh $(pwd) $(pwd)/build
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: ~/.ccache
key: ${{ runner.os }}-macosx-clang-8-ccache-${{ secrets.GH_ACTIONS_CACHE_VERSION }}-${{ hashFiles('**/*') }}
restore-keys: |
${{ runner.os }}-macosx-clang-8-ccache-${{ secrets.GH_ACTIONS_CACHE_VERSION }}
- uses: actions/cache@v2
id: mpich-cache
with:
path: ~/.mpich
key: ${{ runner.os }}-macosx-clang-8-mpich-${{ hashFiles('**/.github/workflows/macosx-clang-mpich.yml', '**/ci/deps/mpich.sh') }}
- name: Install Dependencies
shell: bash
run: brew bundle --file=ci/Brewfile
- name: Modify hosts file
shell: bash
run: echo "127.0.0.1 $(hostname)" | sudo tee -a /etc/hosts
- name: Build mpich
if: steps.mpich-cache.outputs.cache-hit != 'true'
shell: bash
run: |
ci/deps/mpich.sh 3.3.2 -j4 $(grealpath ~/.mpich)
- name: Build
shell: bash
run: |
PATH=~/.mpich/bin:$PATH ci/build_cpp.sh $(pwd) $(pwd)/build
- name: Test
shell: bash
run: |
PATH=~/.mpich/bin:$PATH ci/test_cpp.sh $(pwd) $(pwd)/build
15 changes: 15 additions & 0 deletions ci/CTestConfig.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## This file should be placed in the root directory of your project.
## Then modify the CMakeLists.txt file in the root directory of your
## project to incorporate the testing dashboard.
##
## # The following are required to submit to the CDash dashboard:
## ENABLE_TESTING()
## INCLUDE(CTest)

set(CTEST_PROJECT_NAME "VT")
set(CTEST_NIGHTLY_START_TIME "01:00:00 America/Denver")

set(CTEST_DROP_METHOD "https")
set(CTEST_DROP_SITE "darma-cdash.sandia.gov")
set(CTEST_DROP_LOCATION "/submit.php?project=VT")
set(CTEST_DROP_SITE_CDASH TRUE)
6 changes: 4 additions & 2 deletions ci/azure/azure-clang-10-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ trigger:
- 1.0.0*

pr:
drafts: false
autoCancel: true
branches:
include:
- '*'
include:
- '*'


resources:
Expand Down
6 changes: 4 additions & 2 deletions ci/azure/azure-clang-11-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ trigger:
- 1.0.0*

pr:
drafts: false
autoCancel: true
branches:
include:
- '*'
include:
- '*'


resources:
Expand Down
6 changes: 4 additions & 2 deletions ci/azure/azure-clang-12-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ trigger:
- 1.0.0*

pr:
drafts: false
autoCancel: true
branches:
include:
- '*'
include:
- '*'


resources:
Expand Down
6 changes: 4 additions & 2 deletions ci/azure/azure-clang-13-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ trigger:
- 1.0.0*

pr:
drafts: false
autoCancel: true
branches:
include:
- '*'
include:
- '*'


resources:
Expand Down
6 changes: 4 additions & 2 deletions ci/azure/azure-clang-14-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ trigger:
- 1.0.0*

pr:
drafts: false
autoCancel: true
branches:
include:
- '*'
include:
- '*'


resources:
Expand Down
6 changes: 4 additions & 2 deletions ci/azure/azure-clang-3.9-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ trigger:
- 1.0.0*

pr:
drafts: false
autoCancel: true
branches:
include:
- '*'
include:
- '*'


resources:
Expand Down
6 changes: 4 additions & 2 deletions ci/azure/azure-clang-5.0-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ trigger:
- 1.0.0*

pr:
drafts: false
autoCancel: true
branches:
include:
- '*'
include:
- '*'


resources:
Expand Down
6 changes: 4 additions & 2 deletions ci/azure/azure-clang-9-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ trigger:
- 1.0.0*

pr:
drafts: false
autoCancel: true
branches:
include:
- '*'
include:
- '*'


resources:
Expand Down
6 changes: 4 additions & 2 deletions ci/azure/azure-clang-alpine-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ trigger:
- 1.0.0*

pr:
drafts: false
autoCancel: true
branches:
include:
- '*'
include:
- '*'


resources:
Expand Down
6 changes: 4 additions & 2 deletions ci/azure/azure-gcc-10-ubuntu-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ trigger:
- 1.0.0*

pr:
drafts: false
autoCancel: true
branches:
include:
- '*'
include:
- '*'


resources:
Expand Down
6 changes: 4 additions & 2 deletions ci/azure/azure-gcc-11-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ trigger:
- 1.0.0*

pr:
drafts: false
autoCancel: true
branches:
include:
- '*'
include:
- '*'


resources:
Expand Down
6 changes: 4 additions & 2 deletions ci/azure/azure-gcc-12-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ trigger:
- 1.0.0*

pr:
drafts: true
autoCancel: true
branches:
include:
- '*'
include:
- '*'


resources:
Expand Down
6 changes: 4 additions & 2 deletions ci/azure/azure-gcc-5-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ trigger:
- 1.0.0*

pr:
drafts: false
autoCancel: true
branches:
include:
- '*'
include:
- '*'


resources:
Expand Down
6 changes: 4 additions & 2 deletions ci/azure/azure-gcc-6-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ trigger:
- 1.0.0*

pr:
drafts: false
autoCancel: true
branches:
include:
- '*'
include:
- '*'


resources:
Expand Down
6 changes: 4 additions & 2 deletions ci/azure/azure-gcc-7-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ trigger:
- 1.0.0*

pr:
drafts: false
autoCancel: true
branches:
include:
- '*'
include:
- '*'


resources:
Expand Down
6 changes: 4 additions & 2 deletions ci/azure/azure-gcc-8-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ trigger:
- 1.0.0*

pr:
drafts: false
autoCancel: true
branches:
include:
- '*'
include:
- '*'


resources:
Expand Down
6 changes: 4 additions & 2 deletions ci/azure/azure-gcc-9-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ trigger:
- 1.0.0*

pr:
drafts: false
autoCancel: true
branches:
include:
- '*'
include:
- '*'


resources:
Expand Down
6 changes: 4 additions & 2 deletions ci/azure/azure-intel-oneapi-icpc-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ trigger:
- 1.0.0*

pr:
drafts: false
autoCancel: true
branches:
include:
- '*'
include:
- '*'


resources:
Expand Down
6 changes: 4 additions & 2 deletions ci/azure/azure-intel-oneapi-icpx-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ trigger:
- 1.0.0*

pr:
drafts: false
autoCancel: true
branches:
include:
- '*'
include:
- '*'


resources:
Expand Down
Loading

0 comments on commit 8edc7d3

Please sign in to comment.