From dc56dc94320642b59b4bd94200c865ba9ac9fdb9 Mon Sep 17 00:00:00 2001
From: Pavel Vetokhin
Date: Wed, 20 Sep 2023 19:43:59 +0300
Subject: [PATCH] Add spring group
---
.dx/tasks/solution/test.yml | 3 ---
.github/dependabot.yml | 4 ++++
.github/workflows/solution-beyond-doubt.yml | 5 ++---
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.dx/tasks/solution/test.yml b/.dx/tasks/solution/test.yml
index c25dbbab..47f3d8cf 100644
--- a/.dx/tasks/solution/test.yml
+++ b/.dx/tasks/solution/test.yml
@@ -34,9 +34,6 @@
clean
test
--define prefs={{ prefs }}
- {% if test_failure_ignore is defined %}
- --define maven.test.failure.ignore={{ test_failure_ignore }}
- {% endif %}
{% if reminder is defined %}
--define bezmen.sharding.reminder={{ reminder }}
{% endif %}
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 4b63d548..9d57c825 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -10,6 +10,10 @@ updates:
open-pull-requests-limit: 10
schedule:
interval: "daily"
+ groups:
+ spring:
+ patterns:
+ - "org.springframework.*"
- package-ecosystem: "maven"
directory: "/apps"
schedule:
diff --git a/.github/workflows/solution-beyond-doubt.yml b/.github/workflows/solution-beyond-doubt.yml
index 59a99392..9f5ffeb0 100644
--- a/.github/workflows/solution-beyond-doubt.yml
+++ b/.github/workflows/solution-beyond-doubt.yml
@@ -103,14 +103,13 @@ jobs:
tools: python java docker
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/download-artifact@v3.0.2
- continue-on-error: true # it's ok because solution compilation can be skipped
+ continue-on-error: true # it's ok because stack building can be skipped
with:
name: solution-${{ matrix.usage }}-${{ matrix.prefs }}
path: solutions/target/context
- run: >
ansible-playbook stacks.yml -t test
-e image_repo=${{ env.IMAGE_REPO }}
- -e test_failure_ignore=true
-e usage=${{ matrix.usage }}
-e prefs=${{ matrix.prefs }}
-e reminder=${{ matrix.shard }}
@@ -145,7 +144,7 @@ jobs:
tools: python docker
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/download-artifact@v3.0.2
- continue-on-error: true # it's ok because solution compilation can be skipped
+ continue-on-error: true # it's ok because stack building can be skipped
with:
name: solution-${{ matrix.usage }}-${{ matrix.prefs }}
path: solutions/target/context