Skip to content

Commit

Permalink
ci(caldera-online): delete package
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Jul 29, 2024
1 parent ce33a6d commit f3a3f53
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 83 deletions.
3 changes: 0 additions & 3 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ packages/sdds-serv/*
packages/sdds-dfa/*
!packages/sdds-dfa/src

packages/caldera-online/*
!packages/caldera-online/src

packages/plasma-b2c/*
!packages/plasma-b2c/src

Expand Down
11 changes: 1 addition & 10 deletions .github/config-ci.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
{
"PACKAGES_CYPRESS": ["plasma-web", "plasma-b2c", "plasma-ui"],
"PACKAGES_DS": [
"plasma-web",
"plasma-b2c",
"plasma-ui",
"plasma-new-hope",
"plasma-asdk",
"caldera-online",
"sdds-serv",
"sdds-dfa"
]
"PACKAGES_DS": ["plasma-web", "plasma-b2c", "plasma-ui", "plasma-new-hope", "plasma-asdk", "sdds-serv", "sdds-dfa"]
}
5 changes: 0 additions & 5 deletions .github/meta.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
const commonScope = ['plasma-icons', 'plasma-sb-utils', 'plasma-tokens', 'plasma-tokens-utils'];

module.exports = {
'caldera-online': {
scope: [...commonScope, 'caldera-online-themes', 'plasma-new-hope'],
themes: 'caldera-online-themes',
required: ['plasma-core'],
},
'plasma-asdk': {
scope: [...commonScope, 'plasma-tokens-b2b', 'plasma-typo', 'plasma-themes', 'plasma-new-hope'],
required: ['plasma-core'],
Expand Down
2 changes: 1 addition & 1 deletion .github/processing-scope.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = () => {
/**
* Processed data - packages name without "@salutejs/"
* @example
* ["plasma-web", "plasma-ui", "caldera-online"]
* ["plasma-web", "plasma-ui", "sdds-serv"]
*/
const PROCESSED_DATA = rawData.map((item) => item.replace('@salutejs/', ''));

Expand Down
27 changes: 1 addition & 26 deletions .github/workflows/documentation-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ jobs:
npm run build --prefix="./website/sdds-dfa-docs"
cp -R ./website/sdds-dfa-docs/build ./s3_build/next-${{ github.sha }}/sdds-dfa
- name: CALDERA-ONLINE Docs
run: |
npm run build --prefix="./website/caldera-online-docs"
cp -R ./website/caldera-online-docs/build ./s3_build/next-${{ github.sha }}/caldera-online
- name: Plasma UI Storybook
run: |
npm run storybook:build --prefix="./packages/plasma-ui"
Expand All @@ -93,11 +88,6 @@ jobs:
npm run storybook:build --prefix="./packages/plasma-new-hope"
cp -R ./packages/plasma-new-hope/build-sb ./s3_build_sb/new-hope-storybook
- name: Plasma "Caldera-online" Storybook
run: |
npm run storybook:build --prefix="./packages/caldera-online"
cp -R ./packages/caldera-online/build-sb ./s3_build_sb/caldera-online-storybook
- name: Plasma "SDDS SERV" Storybook
run: |
npm run storybook:build --prefix="./packages/sdds-serv"
Expand Down Expand Up @@ -201,21 +191,6 @@ jobs:
./s3_build_sb/new-hope-storybook/
s3://${{ secrets.AWS_S3_BUCKET_2 }}/new-hope-storybook/
- name: Upload to S3 storybook "Caldera-online"
run: >
s3cmd
--access_key ${{ secrets.AWS_ACCESS_KEY_ID }}
--secret_key ${{ secrets.AWS_SECRET_ACCESS_KEY }}
--host ${{ secrets.AWS_ENDPOINT }}
--host-bucket ${{ secrets.AWS_ENDPOINT }}
--bucket-location ${{ secrets.AWS_REGION }}
--signature-v2
--delete-removed
--no-mime-magic
sync
./s3_build_sb/caldera-online-storybook/
s3://${{ secrets.AWS_S3_BUCKET_2 }}/caldera-online-storybook/
- name: Upload to S3 storybook "SDDS SERV"
run: >
s3cmd
Expand Down Expand Up @@ -244,4 +219,4 @@ jobs:
--no-mime-magic
sync
./s3_build_sb/sdds-dfa-storybook/
s3://${{ secrets.AWS_S3_BUCKET_2 }}/sdds-dfa-storybook/
s3://${{ secrets.AWS_S3_BUCKET_2 }}/sdds-dfa-storybook/
12 changes: 1 addition & 11 deletions .github/workflows/documentation-deploy-stage-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,7 @@ jobs:
run: |
npm run build --prefix="./website/sdds-dfa-docs"
cp -R ./website/sdds-dfa-docs/build ./s3_build/sdds-dfa
- name: CALDERA-ONLINE Docs
run: |
npm run build --prefix="./website/caldera-online-docs"
cp -R ./website/caldera-online-docs/build ./s3_build/caldera-online
- name: Plasma UI Storybook
run: |
npm run storybook:build --prefix="./packages/plasma-ui"
Expand All @@ -78,11 +73,6 @@ jobs:
npm run storybook:build --prefix="./packages/plasma-new-hope"
cp -R ./packages/plasma-new-hope/build-sb ./s3_build/new-hope-storybook
- name: Plasma "Caldera-online" Storybook
run: |
npm run storybook:build --prefix="./packages/caldera-online"
cp -R ./packages/caldera-online/build-sb ./s3_build/caldera-online-storybook
- name: Plasma "SDDS SERV" Storybook
run: |
npm run storybook:build --prefix="./packages/sdds-serv"
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/documentation-deploy-stage-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ jobs:
npm run storybook:build --prefix="./packages/plasma-new-hope"
cp -R ./packages/plasma-new-hope/build-sb ./s3_build_sb/new-hope-storybook
- name: Plasma "Caldera-online" Storybook
run: |
npm run storybook:build --prefix="./packages/caldera-online"
cp -R ./packages/caldera-online/build-sb ./s3_build_sb/caldera-online-storybook
- name: Plasma "SDDS SERV" Storybook
run: |
npm run storybook:build --prefix="./packages/sdds-serv"
Expand Down Expand Up @@ -184,21 +179,6 @@ jobs:
./s3_build_sb/new-hope-storybook/
s3://${{ secrets.AWS_S3_BUCKET_DEV_STAGE }}/new-hope-storybook/
- name: Upload to S3 storybook "Caldera-online"
run: >
s3cmd
--access_key ${{ secrets.AWS_ACCESS_KEY_ID }}
--secret_key ${{ secrets.AWS_SECRET_ACCESS_KEY }}
--host ${{ secrets.AWS_ENDPOINT }}
--host-bucket ${{ secrets.AWS_ENDPOINT }}
--bucket-location ${{ secrets.AWS_REGION }}
--signature-v2
--delete-removed
--no-mime-magic
sync
./s3_build_sb/caldera-online-storybook/
s3://${{ secrets.AWS_S3_BUCKET_DEV_STAGE }}/caldera-online-storybook/
- name: Upload to S3 storybook "SDDS SERV"
run: >
s3cmd
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/documentation-pull-request-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ jobs:
npm run storybook:build --prefix="./packages/plasma-asdk"
cp -R ./packages/plasma-asdk/build-sb ./s3_build/${PR_NAME}/asdk-storybook
- name: Plasma "Caldera-online" Storybook
run: |
npm run storybook:build --prefix="./packages/caldera-online"
cp -R ./packages/caldera-online/build-sb ./s3_build/${PR_NAME}/caldera-online-storybook
- name: Plasma "SDDS SERV" Storybook
run: |
npm run storybook:build --prefix="./packages/sdds-serv"
Expand Down Expand Up @@ -134,7 +129,6 @@ jobs:
ui storybook: http://plasma.sberdevices.ru/pr/pr-${number}/ui-storybook/
new-hope storybook: http://plasma.sberdevices.ru/pr/pr-${number}/new-hope-storybook/
asdk storybook: http://plasma.sberdevices.ru/pr/pr-${number}/asdk-storybook/
caldera-online storybook: http://plasma.sberdevices.ru/pr/pr-${number}/caldera-online-storybook/
sdds-serv storybook: http://plasma.sberdevices.ru/pr/pr-${number}/sdds-serv-storybook/
sdds-dfa storybook: http://plasma.sberdevices.ru/pr/pr-${number}/sdds-dfa-storybook/
`
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ packages/plasma-core/api/
packages/plasma-asdk/api/
packages/sdds-serv/api/
packages/sdds-dfa/api/
packages/caldera-online/api/

utils/plasma-cy-utils/lib

Expand Down

0 comments on commit f3a3f53

Please sign in to comment.