Commit 1ea01420 authored by Ramon Nou's avatar Ramon Nou
Browse files

Resolve "Release 0.9.4"

parent 8b8c78a8
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -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
@@ -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:
@@ -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
@@ -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']

@@ -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:
@@ -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:
@@ -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
@@ -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
@@ -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']

@@ -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:
+1 −1
Original line number Diff line number Diff line
@@ -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))
+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).    #
+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).    #
+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