Skip to content

Commit 61a1473

Browse files
chore: Enable SFCI (#5688)
1 parent 346eb01 commit 61a1473

File tree

2 files changed

+44
-45
lines changed

2 files changed

+44
-45
lines changed

.nucleus.yaml

Lines changed: 0 additions & 45 deletions
This file was deleted.

.strata.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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+

0 commit comments

Comments
 (0)