-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into upgrade-typescript-version
- Loading branch information
Showing
70 changed files
with
1,365 additions
and
512 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Each line is a file pattern followed by one or more owners. | ||
|
||
# These owners will be the default owners for everything in the repo. | ||
* @sui-bot @kikoruiz @andresz1 | ||
* @sui-bot @kikoruiz @andresz1 @carlosvillu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,74 +2,39 @@ name: CI | |
|
||
on: | ||
push: | ||
branches: [ master ] | ||
branches: [master] | ||
pull_request: | ||
branches: [ master ] | ||
|
||
env: | ||
DATE: $(date +%FT%TZ) | ||
branches: [master] | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Cancel Previous Redundant Builds | ||
uses: styfle/[email protected] | ||
with: | ||
access_token: ${{ github.token }} | ||
- uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
persist-credentials: false | ||
- uses: actions/setup-node@v2 | ||
with: | ||
node-version: 18 | ||
registry-url: 'https://registry.npmjs.org' | ||
- uses: browser-actions/setup-chrome@latest | ||
- run: sudo apt-get install xvfb | ||
- run: npm install --no-save --no-fund --no-audit --legacy-peer-deps | ||
- run: npx -y ultra-runner --raw --recursive prepublishOnly &>/dev/null | ||
- run: npm run lint | ||
- run: npm run test:server:ci | ||
- run: xvfb-run --auto-servernum npm run test:client:ci | ||
- run: npx -p ./packages/sui-ci sui-ci release | ||
env: | ||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} | ||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} | ||
GITHUB_EMAIL: [email protected] | ||
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_TOKEN }} | ||
GITHUB_USER: sui-bot | ||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} | ||
|
||
metrics: | ||
name: 'Send Metrics to Devhose' | ||
runs-on: ubuntu-latest | ||
needs: [ build ] | ||
if: github.ref == 'refs/heads/master' | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
persist-credentials: false | ||
- run: | | ||
./bin/devhose-cli_2.17.0_amd64 deployment \ | ||
-devhose-tenant "adevinta-spain-fe-github-sui" \ | ||
-devhose-secret "${{ secrets.DEVHOSE_SECRET }}" \ | ||
-devhose-dest "mpi" \ | ||
-application "sui" \ | ||
-environment "pro" \ | ||
-facility "sdrn:adevinta:service:adevinta-spain-sui-github" \ | ||
-id "${{ github.run_id }}" \ | ||
-source "github" \ | ||
-started-at "${{ env.DATE }}" \ | ||
-status "succeeded" \ | ||
-target-infrastructure "npm" \ | ||
-target-provider "npm" \ | ||
-trigger-type "build" \ | ||
-trigger-source "github" \ | ||
-resource-type "github" \ | ||
-resource-service "sdrn:adevinta:service:github" \ | ||
-accelerate-metrics \ | ||
-resource-scm-commit "${{ github.sha }}" \ | ||
-resource-repository "sdrn:adevinta:repo:github.com/${{ github.repository }}" | ||
- name: Cancel Previous Redundant Builds | ||
uses: styfle/[email protected] | ||
with: | ||
access_token: ${{ github.token }} | ||
- uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
persist-credentials: false | ||
- uses: actions/setup-node@v2 | ||
with: | ||
node-version: 18 | ||
registry-url: 'https://registry.npmjs.org' | ||
- uses: browser-actions/setup-chrome@latest | ||
- run: sudo apt-get install xvfb | ||
- run: npm install --no-save --no-fund --no-audit --legacy-peer-deps | ||
- run: npx -y ultra-runner --raw --recursive prepublishOnly &>/dev/null | ||
- run: npm run lint | ||
- run: npm run test:server:ci | ||
- run: xvfb-run --auto-servernum npm run test:client:ci | ||
- run: npx -p ./packages/sui-ci sui-ci release | ||
env: | ||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} | ||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} | ||
GITHUB_EMAIL: [email protected] | ||
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_TOKEN }} | ||
GITHUB_USER: sui-bot | ||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,4 +79,4 @@ | |
"stylelint": { | ||
"extends": "./node_modules/@s-ui/lint/stylelint.config.js" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.