Skip to content

Commit

Permalink
Merge pull request #1469 from SUSE/disable_ci_tests
Browse files Browse the repository at this point in the history
Disable most of the CI tests
  • Loading branch information
davidcassany authored Sep 1, 2021
2 parents 93792a7 + 17d31be commit 8ca1c69
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/jenkins/templates/conformance-template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- job-template:
name: '{name}/{version}/{platform}'
project-type: pipeline
disabled: true
number-to-keep: 30
days-to-keep: 30
branch: master
Expand Down
1 change: 1 addition & 0 deletions ci/jenkins/templates/e2e-daily-template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- job-template:
name: '{name}/{platform}/{test}-daily'
project-type: pipeline
disabled: true
number-to-keep: 30
days-to-keep: 30
branch: master
Expand Down
1 change: 1 addition & 0 deletions ci/jenkins/templates/e2e-dev-template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- job-template:
name: '{name}/e2e-test'
project-type: pipeline
disabled: true
number-to-keep: 30
days-to-keep: 30
concurrent: true
Expand Down
1 change: 1 addition & 0 deletions ci/jenkins/templates/e2e-update-daily-template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- job-template:
name: '{name}/{platform}/update-daily'
project-type: pipeline
disabled: true
number-to-keep: 30
days-to-keep: 30
branch: master
Expand Down
1 change: 1 addition & 0 deletions ci/jenkins/templates/handle-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- job-template:
name: '{name}/handle-pr'
project-type: pipeline
disabled: true
number-to-keep: 30
days-to-keep: 30
branch: master
Expand Down
1 change: 1 addition & 0 deletions ci/jenkins/templates/upgrade-from-4-2-daily.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- job-template:
name: '{name}/{platform}/upgrade-from-4-2-daily'
project-type: pipeline
disabled: true
number-to-keep: 30
days-to-keep: 30
schedule: '3-5'
Expand Down

0 comments on commit 8ca1c69

Please sign in to comment.