Skip to content

Commit

Permalink
Update from main topics refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman committed Dec 7, 2024
1 parent 74d99d5 commit 3e7b327
Show file tree
Hide file tree
Showing 123 changed files with 15,521 additions and 5,863 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ name: CI Build

on:
workflow_dispatch:
schedule:
- cron: '0 * * * *'
push:
branches-ignore:
- gh-pages
Expand Down Expand Up @@ -78,8 +80,10 @@ jobs:
echo "Building and running tests in ${{ matrix.stage }}"
export DEV_ROOT=$(pwd)
export SETTINGS_XML=${DEV_ROOT}/.github/maven/settings.xml
mvn --file prj/pom.xml --batch-mode -U -e -s ${SETTINGS_XML} -P-modules,${{ matrix.stage }} -Doptional -Dcoherence.SkipLargeMemoryTests=true clean install
mvn --file prj/pom.xml --batch-mode -e -s ${SETTINGS_XML} -Pmodules,-coherence,${{ matrix.stage }} -nsu -Doptional -Dcoherence.SkipLargeMemoryTests=true -Dcoherence.compatability.settings=${SETTINGS_XML} clean install
mvn --file prj/pom.xml --batch-mode -U -e -s ${SETTINGS_XML} -P-modules,stage11 -Doptional -Dcoherence.SkipLargeMemoryTests=true clean install
mvn --file prj/pom.xml --batch-mode -e -s ${SETTINGS_XML} -Pmodules,-coherence,stage11 -nsu -Doptional -Dcoherence.SkipLargeMemoryTests=true -Dcoherence.compatability.settings=${SETTINGS_XML} clean install
mvn --file prj/pom.xml --batch-mode -e -s ${SETTINGS_XML} -pl examples/guides/460-topics/ -Pmodules,-coherence,examples -nsu -Doptional -Dcoherence.SkipLargeMemoryTests=true -Dcoherence.compatability.settings=${SETTINGS_XML} clean install
# Upload build artifacts for diagnosing failures
- name: Build Artifacts test logs
Expand Down
Loading

0 comments on commit 3e7b327

Please sign in to comment.