Skip to content

Commit

Permalink
updated to 15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rigazilla committed Jan 30, 2024
1 parent 1cca4c1 commit 4f37a44
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: infinispan-cpp-client-release-9.3
env:
ISPN_VER: "14.0.6.Final"
ISPN_VER: "15.0.0.Dev07"
on:
push:
tags:
Expand All @@ -15,7 +15,7 @@ jobs:
- run: echo $GITHUB_REF_NAME
- run: mkdir build && chmod a+rwx . documentation build
- run: podman build -t quay.io/rigazilla/ci-build-centos-8:latest -f ci-build/centos-stream8.Dockerfile .
- run: podman run -v `pwd`:/home/jboss/cpp-client quay.io/rigazilla/ci-build-centos-8:latest /bin/bash -c "cd cpp-client && INFINISPAN_VERSION=14.0.6.Final CLIENT_VERSION=$GITHUB_REF_NAME PLATFORM_TAG=el8 ./build.sh"
- run: podman run -v `pwd`:/home/jboss/cpp-client quay.io/rigazilla/ci-build-centos-8:latest /bin/bash -c "cd cpp-client && INFINISPAN_VERSION=15.0.0.Dev07 CLIENT_VERSION=$GITHUB_REF_NAME PLATFORM_TAG=el8 ./build.sh"
- uses: ncipollo/release-action@v1
with:
artifacts: "build/*.rpm,builddeb/*.deb"
Expand All @@ -31,7 +31,7 @@ jobs:
- run: echo $GITHUB_REF_NAME
- run: mkdir build && chmod a+rwx . documentation build
- run: podman build -t quay.io/rigazilla/ci-build-centos-9:latest -f ci-build/centos-stream9.Dockerfile .
- run: podman run -v `pwd`:/home/jboss/cpp-client quay.io/rigazilla/ci-build-centos-9:latest /bin/bash -c "cd cpp-client && INFINISPAN_VERSION=14.0.6.Final CLIENT_VERSION=$GITHUB_REF_NAME PLATFORM_TAG=el9 ./build.sh"
- run: podman run -v `pwd`:/home/jboss/cpp-client quay.io/rigazilla/ci-build-centos-9:latest /bin/bash -c "cd cpp-client && INFINISPAN_VERSION=15.0.0.Dev07 CLIENT_VERSION=$GITHUB_REF_NAME PLATFORM_TAG=el9 ./build.sh"
- uses: ncipollo/release-action@v1
with:
artifacts: "build/*.rpm,builddeb/*.deb"
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
set PROTOBUF_PROTOC_EXECUTABLE=${{ github.workspace }}\libs\bin\protoc.exe
set PROTOBUF_PROTOC_LIBRARY=${{ github.workspace }}\libs\lib\libprotoc.lib
set PROTOBUF_INCLUDE_DIR=${{ github.workspace }}\libs\include
set INFINISPAN_VERSION=14.0.6.Final
set INFINISPAN_VERSION=15.0.0.Dev07
set CLIENT_VERSION=%GITHUB_REF_NAME%
build.bat
- uses: ncipollo/release-action@v1
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: infinispan-cpp-client-pr
env:
ISPN_VER: "14.0.6.Final"
ISPN_VER: "15.0.0.Dev07"
CLIENT_VERSION: ${{ github.event.release.tag_name }}
on:
push:
Expand All @@ -21,7 +21,7 @@ jobs:
- run: echo $GITHUB_BASE_REF
- run: mkdir build && chmod a+rwx . documentation build
- run: podman build -t quay.io/rigazilla/ci-build-centos-8:latest -f ci-build/centos-stream8.Dockerfile .
- run: podman run -v `pwd`:/home/jboss/cpp-client quay.io/rigazilla/ci-build-centos-8:latest /bin/bash -c "cd cpp-client && INFINISPAN_VERSION=14.0.6.Final ISPN_CLIENT_VERSION=$GITHUB_REF_NAME-latest PLATFORM_TAG=el8 ./build.sh"
- run: podman run -v `pwd`:/home/jboss/cpp-client quay.io/rigazilla/ci-build-centos-8:latest /bin/bash -c "cd cpp-client && INFINISPAN_VERSION=15.0.0.Dev07 ISPN_CLIENT_VERSION=$GITHUB_REF_NAME-latest PLATFORM_TAG=el8 ./build.sh"
- if: ${{ github.event_name == 'push' }}
uses: ncipollo/release-action@v1
with:
Expand All @@ -38,7 +38,7 @@ jobs:
- run: echo $GITHUB_REF_NAME
- run: mkdir build && chmod a+rwx . documentation build
- run: podman build -t quay.io/rigazilla/ci-build-centos-9:latest -f ci-build/centos-stream9.Dockerfile .
- run: podman run -v `pwd`:/home/jboss/cpp-client quay.io/rigazilla/ci-build-centos-9:latest /bin/bash -c "cd cpp-client && INFINISPAN_VERSION=14.0.6.Final CLIENT_VERSION=$GITHUB_REF_NAME-latest PLATFORM_TAG=el9 ./build.sh"
- run: podman run -v `pwd`:/home/jboss/cpp-client quay.io/rigazilla/ci-build-centos-9:latest /bin/bash -c "cd cpp-client && INFINISPAN_VERSION=15.0.0.Dev07 CLIENT_VERSION=$GITHUB_REF_NAME-latest PLATFORM_TAG=el9 ./build.sh"
- if: ${{ github.event_name == 'push' }}
uses: ncipollo/release-action@v1
with:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
set PROTOBUF_PROTOC_EXECUTABLE=${{ github.workspace }}\libs\bin\protoc.exe
set PROTOBUF_PROTOC_LIBRARY=${{ github.workspace }}\libs\lib\libprotoc.lib
set PROTOBUF_INCLUDE_DIR=${{ github.workspace }}\libs\include
set INFINISPAN_VERSION=14.0.6.Final
set INFINISPAN_VERSION=15.0.0.Dev07
set CLIENT_VERSION=%GITHUB_REF_NAME%-latest
set ISPN_CLIENT_VERSION=%GITHUB_REF_NAME%-latest
build.bat
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/memcheck.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: infinispan-cpp-client-memcheck
env:
ISPN_VER: "14.0.6.Final"
ISPN_VER: "15.0.0.Dev07"
CLIENT_VERSION: ${{ github.event.release.tag_name }}
on:
push:
Expand All @@ -23,7 +23,7 @@ jobs:
- run: podman build -t quay.io/rigazilla/ci-build-centos-8:latest -f ci-build/centos-stream8.Dockerfile .
- name: Run CI tests
id: ci-tests
run: podman run -v `pwd`:/home/jboss/cpp-client quay.io/rigazilla/ci-build-centos-8:latest /bin/bash -c "cd cpp-client && INFINISPAN_VERSION=14.0.4.Final CLIENT_VERSION=$GITHUB_BASE_REF.$GITHUB_REF_SLUG PLATFORM_TAG=el8 ./build.sh MEMECHECK"
run: podman run -v `pwd`:/home/jboss/cpp-client quay.io/rigazilla/ci-build-centos-8:latest /bin/bash -c "cd cpp-client && INFINISPAN_VERSION=15.0.0.Dev07 CLIENT_VERSION=$GITHUB_BASE_REF.$GITHUB_REF_SLUG PLATFORM_TAG=el8 ./build.sh MEMECHECK"
- name: Archive memcheck results
if: failure() || success()
uses: actions/upload-artifact@v3
Expand All @@ -47,7 +47,7 @@ jobs:
- run: podman build -t quay.io/rigazilla/ci-build-centos-9:latest -f ci-build/centos-stream9.Dockerfile .
- name: Run CI tests
id: ci-tests
run: podman run -v `pwd`:/home/jboss/cpp-client quay.io/rigazilla/ci-build-centos-9:latest /bin/bash -c "cd cpp-client && INFINISPAN_VERSION=14.0.4.Final CLIENT_VERSION=$GITHUB_BASE_REF.$GITHUB_REF_SLUG PLATFORM_TAG=el9 ./build.sh MEMCHECK"
run: podman run -v `pwd`:/home/jboss/cpp-client quay.io/rigazilla/ci-build-centos-9:latest /bin/bash -c "cd cpp-client && INFINISPAN_VERSION=15.0.0.Dev07 CLIENT_VERSION=$GITHUB_BASE_REF.$GITHUB_REF_SLUG PLATFORM_TAG=el9 ./build.sh MEMCHECK"
- name: Archive memcheck results
if: failure() || success()
uses: actions/upload-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline{
cppTag = "${GIT_BRANCH}"
CMAKE_HOME = 'C:\\\\PROGRA~2\\\\CMake\\\\bin'
generator = '"Visual Studio 14 2015 Win64"'
INFINISPAN_VERSION = '14.0.4.Final'
INFINISPAN_VERSION = '15.0.0.Dev07'
JAVA_HOME = 'C:\\\\PROGRA~1\\\\JAVA\\\\JDK-11~1.2'
M2_HOME = 'C:\\\\APACHE~1.9'
MVN_PROGRAM = 'C:\\\\APACHE~1.9\\\\BIN\\\\MVN.BAT'
Expand Down Expand Up @@ -37,7 +37,7 @@ pipeline{
}
environment {
HOTROD_LOG_LEVEL = 'INFO'
INFINISPAN_VERSION = '14.0.4.Final'
INFINISPAN_VERSION = '15.0.0.Dev07'
JBOSS_HOME = '/home/ec2-user/ispn/infinispan-server'
M2_HOME = '/opt/maven'
PATH = "${M2_HOME}/bin:${PATH}"
Expand Down

0 comments on commit 4f37a44

Please sign in to comment.