[Synthetics] Renaming label path finder paths (#133996)

This commit is contained in:
Shahzad 2022-06-09 16:57:24 +02:00 committed by GitHub
parent 580a964eda
commit 019b03f5a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 8 deletions

View file

@ -14,10 +14,9 @@
- "x-pack/plugins/fleet/**/*.*"
- "x-pack/test/fleet_api_integration/**/*.*"
- "Team:uptime":
- "x-pack/plugins/uptime/**/*.*"
- "x-pack/plugins/apm/public/application/csmApp.tsx"
- "x-pack/plugins/apm/public/components/app/RumDashboard/**/*.*"
- "x-pack/plugins/apm/public/components/app/RumDashboard/*.*"
- "x-pack/plugins/synthetics/**/*.*"
- "x-pack/plugins/ux/**/*.*"
- "x-pack/plugins/observability/public/components/shared/exploratory_view/**/*.*"
- "x-pack/plugins/apm/server/lib/rum_client/**/*.*"
- "x-pack/plugins/apm/server/lib/rum_client/*.*"
- "x-pack/plugins/apm/server/routes/rum_client.ts"

View file

@ -74,8 +74,8 @@ function getGroupRunnerJob(env) {
return {
command: `${
env[E2E_GREP] ? `GREP="${env[E2E_GREP]}" ` : ''
}.buildkite/scripts/steps/functional/uptime.sh`,
label: `Uptime E2E - Synthetics runner`,
}.buildkite/scripts/steps/functional/synthetics_plugin.sh`,
label: `Synthetics Pluging E2E - Synthetics runner`,
agents: { queue: 'n2-4' },
depends_on: BUILD_UUID,
parallelism: env[E2E_COUNT],

View file

@ -5,4 +5,4 @@ set -euo pipefail
UUID="$(cat /proc/sys/kernel/random/uuid)"
export UUID
node x-pack/plugins/uptime/.buildkite/pipelines/flaky.js | buildkite-agent pipeline upload
node x-pack/plugins/synthetics/.buildkite/pipelines/flaky.js | buildkite-agent pipeline upload

View file

@ -45,7 +45,7 @@ There's also a `rest_api` folder that defines the structure of the RESTful API e
Documentation: https://www.elastic.co/guide/en/kibana/current/development-tests.html#_unit_testing
```
yarn test:jest x-pack/plugins/uptime
yarn test:jest x-pack/plugins/synthetics
```
### Functional tests