Removing EOCS version from CI

This commit is contained in:
Alberto C. Ríos
2024-07-24 11:53:07 +02:00
parent 9130f0abf2
commit 79e8c94684
5 changed files with 6 additions and 22 deletions

View File

@@ -74,17 +74,3 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- package-ecosystem: gradle
directory: "/"
target-branch: "2.2.x"
schedule:
interval: daily
open-pull-requests-limit: 15
labels:
- "dependency-upgrade"
commit-message:
prefix: "2.2.x"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]

View File

@@ -5,9 +5,9 @@ name: Java 11
on:
push:
branches: [ 2.3.*, 2.2.* ]
branches: [ 2.3.* ]
pull_request:
branches: [ 2.3.*, 2.2.* ]
branches: [ 2.3.* ]
jobs:
build:

View File

@@ -5,9 +5,9 @@ name: Java 17
on:
push:
branches: [ 3.3.*, 3.2.*, 3.1.*, 3.0.*, 2.3.*, 2.2.* ]
branches: [ 3.3.*, 3.2.*, 3.1.*, 3.0.*, 2.3.* ]
pull_request:
branches: [ 3.3.*, 3.2.*, 3.1.*, 3.0.*, 2.3.*, 2.2.* ]
branches: [ 3.3.*, 3.2.*, 3.1.*, 3.0.*, 2.3.* ]
jobs:
build:

View File

@@ -5,9 +5,9 @@ name: Java 8
on:
push:
branches: [ 2.3.*, 2.2.* ]
branches: [ 2.3.* ]
pull_request:
branches: [ 2.3.*, 2.2.* ]
branches: [ 2.3.* ]
jobs:
build:

View File

@@ -44,14 +44,12 @@ set_pipelines() {
set_pipeline spring-credhub pipeline.yml 3.1.x
set_pipeline spring-credhub pipeline.yml 3.0.x
set_pipeline spring-credhub pipeline.yml 2.3.x
set_pipeline spring-credhub pipeline.yml 2.2.x
set_pipeline spring-credhub-pr pr-pipeline.yml 3.3.x
set_pipeline spring-credhub-pr pr-pipeline.yml 3.2.x
set_pipeline spring-credhub-pr pr-pipeline.yml 3.1.x
set_pipeline spring-credhub-pr pr-pipeline.yml 3.0.x
set_pipeline spring-credhub-pr pr-pipeline.yml 2.3.x
set_pipeline spring-credhub-pr pr-pipeline.yml 2.2.x
}
main() {