Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
chore(ci): convert regular pipeline into MBP (#258) | fix: use proper…
Browse files Browse the repository at this point in the history
… definition of the script path (#263) backport for 7.9.x (#264)

* chore(ci): convert regular pipeline into MBP (#258)

* chore(ci): convert regular pipeline into MBP

* fix: proper YAML indentation

* chore: disable PR notifications

* chore: simplify triggered job name

We won't deal with PRs, enforced by JJBB definition

* fix: use proper definition of the script path (#263)
  • Loading branch information
mdelapenya authored Sep 4, 2020
1 parent e2e233e commit 1f07539
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .ci/e2eTestingHelmDaily.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pipeline {
stages {
stage('Run Tests') {
steps {
build(job: 'e2e-tests/e2e-testing-mbp/master',
build(job: "e2e-tests/e2e-testing-mbp/${env.JOB_BASE_NAME}",
parameters: [
booleanParam(name: 'forceSkipGitChecks', value: true),
booleanParam(name: 'forceSkipPresubmit', value: true),
Expand Down
44 changes: 44 additions & 0 deletions .ci/jobs/e2e-testing-helm-daily-mbp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
- job:
name: e2e-tests/e2e-testing-helm-daily-mbp
display-name: End-2-End tests for Observability Helm charts Pipeline
description: Run E2E Helm Charts test suite daily, including maintenance branches
view: E2E
project-type: multibranch
script-path: .ci/e2eTestingHelmDaily.groovy
scm:
- github:
branch-discovery: no-pr
head-filter-regex: '(master|\d+\.\d+\.x)'
discover-pr-forks-strategy: merge-current
discover-pr-forks-trust: permission
discover-pr-origin: merge-current
discover-tags: false
notification-context: 'beats-ci/e2e-testing'
disable-pr-notifications: true
repo: e2e-testing
repo-owner: elastic
credentials-id: 2a9602aa-ab9f-4e52-baf3-b71ca88469c7-UserAndToken
ssh-checkout:
credentials: f6c7695a-671e-4f4f-a331-acdce44ff9ba
build-strategies:
- regular-branches: true
- change-request:
ignore-target-only-changes: true
clean:
after: true
before: true
prune: true
shallow-clone: true
depth: 3
do-not-fetch-tags: true
submodule:
disable: false
recursive: true
parent-credentials: true
timeout: 100
timeout: '15'
use-author: true
wipe-workspace: 'True'
triggers:
- timed: 'H H(4-5) * * 1-5'
27 changes: 0 additions & 27 deletions .ci/jobs/e2e-testing-helm-daily.yml

This file was deleted.

0 comments on commit 1f07539

Please sign in to comment.