Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

More reliable merge checks

We are introducing a change to the pull request merge checks that will make them more reliable. Specifically, we will no longer allow pull requests to be merged while a build is in progress. It was possible for a pull request to be merged while some of its builds were still in progress and for those builds to fail after the merge has completed. This created an undesirable situation if build merge checks were enabled.

CICD Tool - Razorops integration with GITLAB

RAZOROPS is the best CI/CD tool since the platform can support, run tests, staging and AWS deployment, all within the pipeline. Razorops helps them continue to focus on their objective. It helps to eliminate queueing and speed up their total build, test cycle and to increase the quality of the code. Razorops integrates easily with GITLAB. You can set up your pipeline within 30 minutes through gitlab.

CICD Tool - Razorops integration with GITHUB

Razorops is a complete container native CI/CD solution handling all aspects of the software lifecycle from the moment a commit is created until it is deployed to production. It is a Saas based platform which helps to be 100% operational on a technical level so we can focus on delivering the best product in a short amount of time. Razorops integrates easily with GITHUB.You can set up your pipeline within 30 minutes through github.

CICD Tool - Razorops integration with BITBUCKET

RAZOROPS is a Saas based CI/CD platform.It is one of best CI/CD tools because it supports, runs tests, staging, all within pipelines. RAZOROPS is easy to maintain and easy to use. With Razorops, there will be very little overhead and it helps to focus on what matters. Razorops integrates easily with BITBUCKET. You can set up your pipeline within 30 minutes through BITBUCKET.

Why SREs Need to Embrace Chaos Engineering

Reliability and chaos might seem like opposite ideas. But, as Netflix learned in 2010, introducing a bit of chaos—and carefully measuring the results of that chaos—can be a great recipe for reliability. Although most software is created in a tightly controlled environment and carefully tested before release, the production environment is harsher and much less controlled.

How Puppet Enterprise Does Desired State Automation at Scale

Learn how Puppet Enterprise keeps infrastructure secure, compliant, and efficient with desired state automation and configuration management. This video demonstrates how Puppet Enterprise simplifies infrastructure management by grouping nodes, using facts to assign servers automatically, and continuously enforcing desired configurations on every server based on system parameters.

When and Why To Adopt Feature Flags

What if there was a way to deploy a new feature into production — and not actually turn it on until you’re ready? There is! These tools are called feature flags (or feature toggles or flippers, depending on whom you ask). Feature flags are a powerful way to fine-tune your control over which features are enabled within a software deployment. Of course, feature flags aren’t the right solution in all cases.