File tree Expand file tree Collapse file tree 2 files changed +44
-45
lines changed
Expand file tree Collapse file tree 2 files changed +44
-45
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ global :
2+ email-reply-to : raptorteam@salesforce.com
3+ preprocessor-tag : jenkins-sfci-sfci-managed-preprocessor-PR-6322-latest-itest
4+
5+
6+ stages :
7+ build :
8+ - npm-setup :
9+ yarn-modern : true
10+ - step :
11+ name : yarn-build
12+ image : docker.repo.local.sfdc.net/sfci/docker-images/sfdc_rhel9_nodejs20/sfdc_rhel9_nodejs20_build:latest
13+ commands :
14+ - yarn install
15+ - yarn build
16+ - yarn test
17+ integration-test :
18+ - downstream-dependency :
19+ downstream-repos :
20+ - repo-url : https://github.com/salesforce-experience-platform-emu/lwc-platform
21+ branches :
22+ - master
23+ packages-to-test :
24+ npm :
25+ - " @lwc/aria-reflection"
26+ - " @lwc/babel-plugin-component"
27+ - " @lwc/compiler"
28+ - " @lwc/engine-core"
29+ - " @lwc/engine-dom"
30+ - " @lwc/errors"
31+ - " @lwc/features"
32+ - " @lwc/module-resolver"
33+ - " @lwc/rollup-plugin"
34+ - " @lwc/shared"
35+ - " @lwc/signals"
36+ - " @lwc/ssr-client-utils"
37+ - " @lwc/ssr-compiler"
38+ - " @lwc/ssr-runtime"
39+ - " @lwc/style-compiler"
40+ - " @lwc/synthetic-shadow"
41+ - " @lwc/template-compiler"
42+ - " @lwc/types"
43+ - " @lwc/wire-service"
44+
You can’t perform that action at this time.
0 commit comments