Skip to content

Commit

Permalink
Removing EOCS version from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Albertoimpl committed Jul 24, 2024
1 parent 9130f0a commit 79e8c94
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 22 deletions.
14 changes: 0 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 2 additions & 2 deletions .github/workflows/java-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/java-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/java-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions scripts/set-pipelines.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 79e8c94

Please sign in to comment.