Skip to content

Commit

Permalink
ci,cmake: cleanup scripts subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed May 25, 2023
1 parent dbaaeba commit 41aaa2a
Show file tree
Hide file tree
Showing 125 changed files with 5 additions and 4,202 deletions.
48 changes: 0 additions & 48 deletions .circleci/config.yml

This file was deleted.

71 changes: 1 addition & 70 deletions .github/workflows/everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,6 @@ jobs:
compiler: [gcc8, gcc9, gcc10, gcc11, icc, oneapi, nvhpc222]
parallel: [serial, mpi]
include:
- os: el8
compiler: cuda
parallel: serial
constrains: build_only
- os: el8
compiler: cuda
parallel: serial
gpu_backend: kokkos
constrains: build_only
- os: el8
compiler: gcc10
parallel: mpich
Expand All @@ -146,66 +137,6 @@ jobs:
if: ${{ matrix.constrains != 'build_only' }}
run: gha/scripts/ci/gh-actions/run.sh test

linux_emu:
needs: [format, git_checks]
if: needs.git_checks.outputs.num_code_changes > 0 &&
(
contains('refs/heads/master', github.ref) ||
contains('refs/heads/release_', github.ref)
)

runs-on: ubuntu-latest
container:
image: ${{ matrix.container }}
options: --privileged --shm-size=1g
env:
GH_YML_JOBNAME: ${{ matrix.cpu }}-${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.parallel }}
GH_YML_BASE_OS: Linux
GH_YML_MATRIX_OS: ${{ matrix.os }}
GH_YML_MATRIX_COMPILER: ${{ matrix.compiler }}
GH_YML_MATRIX_PARALLEL: ${{ matrix.parallel }}

strategy:
fail-fast: false
matrix:
cpu: [power8]
os: [el7]
compiler: [xl]
parallel: [serial]
include:
- cpu: power8
os: el7
compiler: xl
parallel: serial
container: ornladios/adios2:ci-x86_64-power8-el7-xl
arch: ppc64le

steps:
- name: Emulation Setup
run: /x86_64/bin/register --reset --targets ${{ matrix.arch }}
env:
PATH: /x86_64/bin
- name: Node.js Setup
run: mount --bind /x86_64/bin/node /__e/node12/bin/node
- uses: actions/checkout@v2
with:
path: gha
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
path: source
- name: Setup
run: gha/scripts/ci/gh-actions/linux-setup.sh
- name: Update
run: gha/scripts/ci/gh-actions/run.sh update
- name: Configure
run: gha/scripts/ci/gh-actions/run.sh configure
- name: Build
run: gha/scripts/ci/gh-actions/run.sh build
- name: Test
run: gha/scripts/ci/gh-actions/run.sh test


macos:
needs: [format, git_checks]
if: needs.git_checks.outputs.num_code_changes > 0
Expand Down Expand Up @@ -430,7 +361,7 @@ jobs:
#######################################

build_and_test:
needs: [linux, linux_emu, macos, docker, contract]
needs: [linux, macos, docker, contract]
runs-on: ubuntu-latest
steps:
- run: echo "All required jobs complete"
File renamed without changes.
2 changes: 1 addition & 1 deletion CTestConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "open.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=ADIOS")
set(CTEST_DROP_SITE_CDASH TRUE)
set(MEMORYCHECK_SUPPRESSIONS_FILE ${CMAKE_SOURCE_DIR}/scripts/dashboard/nightly/valgrind-suppressions.txt)
set(MEMORYCHECK_SUPPRESSIONS_FILE ${CMAKE_SOURCE_DIR}/.valgrind-suppressions.txt)
30 changes: 0 additions & 30 deletions scripts/appveyor/appveyor_ninja.cmake

This file was deleted.

8 changes: 0 additions & 8 deletions scripts/ci/azure/linux-setup.sh

This file was deleted.

40 changes: 0 additions & 40 deletions scripts/ci/azure/macos-setup.sh

This file was deleted.

83 changes: 0 additions & 83 deletions scripts/ci/azure/run.sh

This file was deleted.

Loading

0 comments on commit 41aaa2a

Please sign in to comment.