Provide quota limit feedback to users #1594
Draft
Travis CI / Travis CI - Branch
failed
Feb 14, 2024 in 20m 41s
Build Failed
The build failed.
Details
This is a normal build for the feat/quota-limits branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Node.js | ENV | OS | State |
---|---|---|---|---|
5244.1 | 18 | Linux | passed | |
5244.2 | 18 | YARN_GPG=no | windows | failed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Focal) |
Node.js Version | 18 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "focal",
"node_js": [
"18"
],
"cache": {
"npm": false,
"directories": [
"$HOME/.yarn/berry/cache",
"$HOME/.cargo",
"$HOME/.pkg-cache"
]
},
"git": {
"symlinks": true
},
"install": [
"yarn && yarn run build"
],
"jobs": {
"include": [
{
"os": "linux",
"node_js": "18",
"script": [
"yarn run smoketest"
]
},
{
"os": "windows",
"node_js": "18",
"env": [
{
"YARN_GPG": "no"
}
],
"script": [
"yarn test"
]
},
{
"stage": "deploy",
"if": "branch = main",
"node_js": "18",
"before_install": [
"sudo apt-get update",
"sudo apt-get install -y qemu-user-static"
],
"install": [
"yarn",
"curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --profile default -y",
"source \"$HOME/.cargo/env\""
],
"script": [
"./bin/presign \\\n&& yarn build \\\n&& yarn run semantic-release \\\n&& yarn run chromatic --auto-accept-changes"
]
}
]
}
}
Loading