Fix validto computed property infinite calls problem #2941
Closed
Travis CI / Travis CI - Pull Request
succeeded
Dec 26, 2024 in 15m 12s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #2941 Fix validto computed property infinite calls problem.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
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"
],
"env": [
"global={:PATH=>\"/snap/bin:$PATH\"}={:JOBS=>\"1\"}"
],
"addons": {
"chrome": "stable"
},
"cache": {
"npm": false
},
"before_install": [
"git config --global url.\"https://$GITHUB_PERSONAL_TOKEN@github.com/\".insteadOf ssh://git@github.com",
"npm install -g greenkeeper-lockfile@1",
"gem install bundler:2.3.7"
],
"install": [
"npm ci"
],
"before_script": [
"export RANDOMISE=--random",
"echo $RANDOMISE",
"greenkeeper-lockfile-update"
],
"script": [
"ember -v",
"if [ -z \"$TRY_CONFIG\" ]; then npm run lint:js; fi",
"if [ -z \"$TRY_CONFIG\" ]; then ember exam --reporter dot $RANDOMISE; fi",
"if [[ ! -z \"$TRY_CONFIG\" ]]; then ember try:one $TRY_CONFIG --skip-cleanup; fi"
],
"after_script": [
"greenkeeper-lockfile-upload",
"test $TRAVIS_PULL_REQUEST && test $TRAVIS_PULL_REQUEST != 'false' && $TRAVIS_SECURE_ENV_VARS == 'true' && ./config/deployment/deploy-pull-request.sh"
],
"jobs": {
"include": [
{
"if": "type = cron",
"env": [
{
"TRY_CONFIG": "ember-beta"
}
]
},
{
"if": "type = cron",
"env": [
{
"TRY_CONFIG": "ember-data-beta"
}
]
},
{
"node_js": "18"
},
{
"stage": ":ship: it to quay.io",
"dist": "focal",
"before_install": [
"skip"
],
"install": [
"skip"
],
"before_script": [
"skip"
],
"script": [
"make ship"
],
"if": "(branch = enterprise-3.0 and type = push ) OR commit_message =~ /ship:docker/ OR env(SHIP_DOCKER) = true",
"after_script": [
"skip"
]
}
],
"allow_failures": [
{
"env": [
{
"TRY_CONFIG": "ember-beta"
}
]
},
{
"env": [
{
"TRY_CONFIG": "ember-data-beta"
}
]
}
]
}
}
Loading