mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Synthetics] Renaming label path finder paths (#133996)
This commit is contained in:
parent
580a964eda
commit
019b03f5a0
4 changed files with 7 additions and 8 deletions
7
.github/paths-labeller.yml
vendored
7
.github/paths-labeller.yml
vendored
|
@ -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"
|
||||
|
|
|
@ -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],
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue