Removing EOCS version from CI
This commit is contained in:
14
.github/dependabot.yml
vendored
14
.github/dependabot.yml
vendored
@@ -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"]
|
||||
|
||||
4
.github/workflows/java-11.yml
vendored
4
.github/workflows/java-11.yml
vendored
@@ -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:
|
||||
|
||||
4
.github/workflows/java-17.yml
vendored
4
.github/workflows/java-17.yml
vendored
@@ -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:
|
||||
|
||||
4
.github/workflows/java-8.yml
vendored
4
.github/workflows/java-8.yml
vendored
@@ -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:
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user