Loading .gitlab-ci.yml +11 −11 Original line number Diff line number Diff line Loading @@ -26,14 +26,14 @@ variables: # base image image: gekkofs/core:0.9.4-dev image: gekkofs/core:0.9.4 ################################################################################ ## Validating ################################################################################ check format: stage: lint image: gekkofs/linter:0.9.4-dev image: gekkofs/linter:0.9.4 needs: [] script: - ${SCRIPTS_DIR}/check_format.sh Loading @@ -47,7 +47,7 @@ check format: ################################################################################ gkfs: stage: build image: gekkofs/deps:0.9.4-dev image: gekkofs/deps:0.9.4 interruptible: true needs: [] script: Loading Loading @@ -83,7 +83,7 @@ gkfs: ## == tests for scripts ==================== scripts: stage: test image: gekkofs/testing:0.9.4-dev image: gekkofs/testing:0.9.4 needs: [] script: - mkdir -p ${BUILD_PATH}/tests/scripts Loading @@ -98,7 +98,7 @@ scripts: ## == integration tests for gkfs =========== gkfs:allintegration: stage: test image: gekkofs/testing:0.9.4-dev image: gekkofs/testing:0.9.4 interruptible: true needs: ['gkfs'] Loading Loading @@ -146,7 +146,7 @@ gkfs:allintegration: ## == integration tests for gkfs =========== gkfs:integration: stage: test image: gekkofs/testing:0.9.4-dev image: gekkofs/testing:0.9.4 interruptible: true needs: ['gkfs'] # we need to remove gkfs dependencies on manual parallel: Loading Loading @@ -203,7 +203,7 @@ gkfs:integration: ## == integration tests for gkfwd ========== gkfwd:integration: stage: test image: gekkofs/testing:0.9.4-dev image: gekkofs/testing:0.9.4 interruptible: true needs: ['gkfs'] parallel: Loading Loading @@ -260,7 +260,7 @@ gkfwd:integration: ## == unit tests for gkfs ================== gkfs:unit: stage: test image: gekkofs/testing:0.9.4-dev image: gekkofs/testing:0.9.4 needs: ['gkfs'] script: ## Add path to mkfs.kreon Loading Loading @@ -301,7 +301,7 @@ gkfs:unit: ################################################################################ documentation: stage: docs image: gekkofs/docs:0.9.4-dev image: gekkofs/docs:0.9.4 needs: [] rules: # we only build the documentation automatically if we are on the Loading Loading @@ -334,7 +334,7 @@ documentation: ## == coverage baseline ==================== coverage:baseline: stage: report image: gekkofs/testing:0.9.4-dev image: gekkofs/testing:0.9.4 interruptible: true needs: ['gkfs'] Loading Loading @@ -364,7 +364,7 @@ coverage:baseline: coverage: stage: report image: gekkofs/testing:0.9.4-dev image: gekkofs/testing:0.9.4 #needs: [ 'coverage:baseline', 'gkfs:integration', 'gkfs:unit', 'gkfwd:integration'] needs: [ 'coverage:baseline', 'gkfs:allintegration', 'gkfs:unit'] script: Loading CHANGELOG.md +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ All notable changes to GekkoFS project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.9.4] - 2025-03] ### New - Add RISC-V profile ([!220](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/220)) Loading CMake/FindAGIOS.cmake +2 −2 Original line number Diff line number Diff line ################################################################################ # Copyright 2018-2024, Barcelona Supercomputing Center (BSC), Spain # # Copyright 2015-2024, Johannes Gutenberg Universitaet Mainz, Germany # # Copyright 2018-2025, Barcelona Supercomputing Center (BSC), Spain # # Copyright 2015-2025, Johannes Gutenberg Universitaet Mainz, Germany # # # # This software was partially supported by the # # EC H2020 funded project NEXTGenIO (Project ID: 671951, www.nextgenio.eu). # Loading CMake/FindAIO.cmake +2 −2 Original line number Diff line number Diff line ################################################################################ # Copyright 2018-2024, Barcelona Supercomputing Center (BSC), Spain # # Copyright 2015-2024, Johannes Gutenberg Universitaet Mainz, Germany # # Copyright 2018-2025, Barcelona Supercomputing Center (BSC), Spain # # Copyright 2015-2025, Johannes Gutenberg Universitaet Mainz, Germany # # # # This software was partially supported by the # # EC H2020 funded project NEXTGenIO (Project ID: 671951, www.nextgenio.eu). # Loading CMake/FindArgobots.cmake +2 −2 Original line number Diff line number Diff line ################################################################################ # Copyright 2018-2024, Barcelona Supercomputing Center (BSC), Spain # # Copyright 2015-2024, Johannes Gutenberg Universitaet Mainz, Germany # # Copyright 2018-2025, Barcelona Supercomputing Center (BSC), Spain # # Copyright 2015-2025, Johannes Gutenberg Universitaet Mainz, Germany # # # # This software was partially supported by the # # EC H2020 funded project NEXTGenIO (Project ID: 671951, www.nextgenio.eu). # Loading Loading
.gitlab-ci.yml +11 −11 Original line number Diff line number Diff line Loading @@ -26,14 +26,14 @@ variables: # base image image: gekkofs/core:0.9.4-dev image: gekkofs/core:0.9.4 ################################################################################ ## Validating ################################################################################ check format: stage: lint image: gekkofs/linter:0.9.4-dev image: gekkofs/linter:0.9.4 needs: [] script: - ${SCRIPTS_DIR}/check_format.sh Loading @@ -47,7 +47,7 @@ check format: ################################################################################ gkfs: stage: build image: gekkofs/deps:0.9.4-dev image: gekkofs/deps:0.9.4 interruptible: true needs: [] script: Loading Loading @@ -83,7 +83,7 @@ gkfs: ## == tests for scripts ==================== scripts: stage: test image: gekkofs/testing:0.9.4-dev image: gekkofs/testing:0.9.4 needs: [] script: - mkdir -p ${BUILD_PATH}/tests/scripts Loading @@ -98,7 +98,7 @@ scripts: ## == integration tests for gkfs =========== gkfs:allintegration: stage: test image: gekkofs/testing:0.9.4-dev image: gekkofs/testing:0.9.4 interruptible: true needs: ['gkfs'] Loading Loading @@ -146,7 +146,7 @@ gkfs:allintegration: ## == integration tests for gkfs =========== gkfs:integration: stage: test image: gekkofs/testing:0.9.4-dev image: gekkofs/testing:0.9.4 interruptible: true needs: ['gkfs'] # we need to remove gkfs dependencies on manual parallel: Loading Loading @@ -203,7 +203,7 @@ gkfs:integration: ## == integration tests for gkfwd ========== gkfwd:integration: stage: test image: gekkofs/testing:0.9.4-dev image: gekkofs/testing:0.9.4 interruptible: true needs: ['gkfs'] parallel: Loading Loading @@ -260,7 +260,7 @@ gkfwd:integration: ## == unit tests for gkfs ================== gkfs:unit: stage: test image: gekkofs/testing:0.9.4-dev image: gekkofs/testing:0.9.4 needs: ['gkfs'] script: ## Add path to mkfs.kreon Loading Loading @@ -301,7 +301,7 @@ gkfs:unit: ################################################################################ documentation: stage: docs image: gekkofs/docs:0.9.4-dev image: gekkofs/docs:0.9.4 needs: [] rules: # we only build the documentation automatically if we are on the Loading Loading @@ -334,7 +334,7 @@ documentation: ## == coverage baseline ==================== coverage:baseline: stage: report image: gekkofs/testing:0.9.4-dev image: gekkofs/testing:0.9.4 interruptible: true needs: ['gkfs'] Loading Loading @@ -364,7 +364,7 @@ coverage:baseline: coverage: stage: report image: gekkofs/testing:0.9.4-dev image: gekkofs/testing:0.9.4 #needs: [ 'coverage:baseline', 'gkfs:integration', 'gkfs:unit', 'gkfwd:integration'] needs: [ 'coverage:baseline', 'gkfs:allintegration', 'gkfs:unit'] script: Loading
CHANGELOG.md +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ All notable changes to GekkoFS project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.9.4] - 2025-03] ### New - Add RISC-V profile ([!220](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/220)) Loading
CMake/FindAGIOS.cmake +2 −2 Original line number Diff line number Diff line ################################################################################ # Copyright 2018-2024, Barcelona Supercomputing Center (BSC), Spain # # Copyright 2015-2024, Johannes Gutenberg Universitaet Mainz, Germany # # Copyright 2018-2025, Barcelona Supercomputing Center (BSC), Spain # # Copyright 2015-2025, Johannes Gutenberg Universitaet Mainz, Germany # # # # This software was partially supported by the # # EC H2020 funded project NEXTGenIO (Project ID: 671951, www.nextgenio.eu). # Loading
CMake/FindAIO.cmake +2 −2 Original line number Diff line number Diff line ################################################################################ # Copyright 2018-2024, Barcelona Supercomputing Center (BSC), Spain # # Copyright 2015-2024, Johannes Gutenberg Universitaet Mainz, Germany # # Copyright 2018-2025, Barcelona Supercomputing Center (BSC), Spain # # Copyright 2015-2025, Johannes Gutenberg Universitaet Mainz, Germany # # # # This software was partially supported by the # # EC H2020 funded project NEXTGenIO (Project ID: 671951, www.nextgenio.eu). # Loading
CMake/FindArgobots.cmake +2 −2 Original line number Diff line number Diff line ################################################################################ # Copyright 2018-2024, Barcelona Supercomputing Center (BSC), Spain # # Copyright 2015-2024, Johannes Gutenberg Universitaet Mainz, Germany # # Copyright 2018-2025, Barcelona Supercomputing Center (BSC), Spain # # Copyright 2015-2025, Johannes Gutenberg Universitaet Mainz, Germany # # # # This software was partially supported by the # # EC H2020 funded project NEXTGenIO (Project ID: 671951, www.nextgenio.eu). # Loading