Cu 86c0bkuxc add a mechanism to migrate users from the old roles to new rbac roles #1234
Travis CI / Travis CI - Branch
succeeded
Oct 17, 2024 in 5m 35s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the CU-86c0bkuxc_Add-a-mechanism-to-migrate-users-from-the-old-roles-to-new-RBAC-roles branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has three jobs, running in parallel.
Job | Node.js | OS | State | Notes |
---|---|---|---|---|
7412.1 | lts\/fermium | Linux | passed | |
7412.2 | lts\/gallium | Linux | passed | |
7412.3 | node | Linux | failed | This job is allowed to fail. |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Jammy) |
Node.js Versions | lts/fermium, lts/gallium, node |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "jammy",
"node_js": [
"lts/fermium",
"lts/gallium",
"node"
],
"services": [
"mongodb"
],
"before_install": [
"export TZ=Africa/Johannesburg"
],
"script": [
"npm test"
],
"after_success": [
"npm run coverage"
],
"notifications": {
"slack": [
{
"rooms": [
"jembihealthsystems:mlQYVFbijxcZkesCt7G5VBoM"
],
"on_success": "change",
"on_failure": "always"
}
]
},
"jobs": {
"fast_finish": true,
"allow_failures": [
{
"node_js": "node"
}
]
}
}
Loading