<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Continuous Integration &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/tag/continuous-integration/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Tue, 29 Oct 2024 18:22:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>Using Semantic Versioning to Simplify Release Management</title>
		<link>https://noise.getoto.net/2024/10/29/using-semantic-versioning-to-simplify-release-management/</link>
		
		<dc:creator><![CDATA[Brandon Kindred]]></dc:creator>
		<pubDate>Tue, 29 Oct 2024 18:22:46 +0000</pubDate>
				<category><![CDATA[AWS CDK]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[CDK]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[GitHub Actions]]></category>
		<category><![CDATA[npm]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=480066f26a02cba4679d7a6898e2c168</guid>

					<description><![CDATA[Any organization that manages software libraries and applications needs a standardized way to catalog, reference, import, fix bugs and update the versions of those libraries and applications. Semantic Versioning enables developers, testers, and project managers to have a more standardized process for committing code and managing different versions. It’s benefits also extend beyond development teams […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Blue/Green deployments using AWS CDK Pipelines and AWS CodeDeploy</title>
		<link>https://noise.getoto.net/2023/10/10/blue-green-deployments-using-aws-cdk-pipelines-and-aws-codedeploy/</link>
		
		<dc:creator><![CDATA[Luiz Decaro]]></dc:creator>
		<pubDate>Tue, 10 Oct 2023 19:17:09 +0000</pubDate>
				<category><![CDATA[Amazon ECS]]></category>
		<category><![CDATA[Amazon ECS Fargate]]></category>
		<category><![CDATA[Amazon Elastic Container Registry]]></category>
		<category><![CDATA[Amazon Elastic Container Service]]></category>
		<category><![CDATA[AWS CDK]]></category>
		<category><![CDATA[AWS Cloud Development Kit]]></category>
		<category><![CDATA[AWS CloudFormation]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodeDeploy]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[AWS Fargate]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[CodeDeploy]]></category>
		<category><![CDATA[CodePipeline]]></category>
		<category><![CDATA[Continuous Delivery]]></category>
		<category><![CDATA[Continuous Deployment]]></category>
		<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[Customer Solutions]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<category><![CDATA[Thought Leadership]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=7d5e2452bd45c323009fa937381cc706</guid>

					<description><![CDATA[Customers often ask for help with implementing Blue/Green deployments to Amazon Elastic Container Service (Amazon ECS) using AWS CodeDeploy. Their use cases usually involve cross-Region and cross-account deployment scenarios. These requirements are challenging enough on their own, but in addition to those, there are specific design decisions that need to be considered when using CodeDeploy. […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Securing GitOps pipelines</title>
		<link>https://noise.getoto.net/2023/03/01/securing-gitops-pipelines/</link>
		
		<dc:creator><![CDATA[Grab Tech]]></dc:creator>
		<pubDate>Wed, 01 Mar 2023 02:23:05 +0000</pubDate>
				<category><![CDATA[Continuous Delivery]]></category>
		<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Optimisation]]></category>
		<category><![CDATA[Pipelines]]></category>
		<guid isPermaLink="false">https://engineering.grab.com/securing-gitops-pipeline</guid>

					<description><![CDATA[Introduction

Grab’s real-time data platform team, Coban, has been managing infrastructure resources via Infrastructure-as-code (IaC). Through the IaC approach, Terraform is used to maintain infrastructure consistency, automation, and ease of deploymen...]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>How we reduced our CI YAML files from 1800 lines to 50 lines</title>
		<link>https://noise.getoto.net/2022/04/19/how-we-reduced-our-ci-yaml-files-from-1800-lines-to-50-lines/</link>
		
		<dc:creator><![CDATA[Grab Tech]]></dc:creator>
		<pubDate>Tue, 19 Apr 2022 15:55:55 +0000</pubDate>
				<category><![CDATA[ci]]></category>
		<category><![CDATA[Continuous Delivery]]></category>
		<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[Optimisation]]></category>
		<category><![CDATA[Pipelines]]></category>
		<guid isPermaLink="false">https://engineering.grab.com/how-we-reduced-our-ci-yaml</guid>

					<description><![CDATA[This article illustrates how the Cauldron Machine Learning (ML) Platform team uses GitLab parent-child pipelines to dynamically generate GitLab CI files to solve several limitations of GitLab for large repositories, namely:


  Limitations to the numbe...]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Our Journey to Continuous Delivery at Grab (Part 2)</title>
		<link>https://noise.getoto.net/2021/05/10/our-journey-to-continuous-delivery-at-grab-part-2/</link>
		
		<dc:creator><![CDATA[Grab Tech]]></dc:creator>
		<pubDate>Mon, 10 May 2021 08:10:20 +0000</pubDate>
				<category><![CDATA[automation]]></category>
		<category><![CDATA[ci]]></category>
		<category><![CDATA[Continuous Delivery]]></category>
		<category><![CDATA[Continuous Deployment]]></category>
		<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[Deployment Process]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Hermetic Deployments]]></category>
		<category><![CDATA[Multi Cloud]]></category>
		<guid isPermaLink="false">https://engineering.grab.com/our-journey-to-continuous-delivery-at-grab-part2</guid>

					<description><![CDATA[In the first part of this blog post, you’ve read about the improvements made to our build and staging deployment process, and how plenty of manual tasks routinely taken by engineers have been automated with Conveyor: an in-house continuous delivery sol...]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Integrate GitHub monorepo with AWS CodePipeline to run project-specific CI/CD pipelines</title>
		<link>https://noise.getoto.net/2021/04/27/integrate-github-monorepo-with-aws-codepipeline-to-run-project-specific-ci-cd-pipelines/</link>
		
		<dc:creator><![CDATA[Vivek Kumar]]></dc:creator>
		<pubDate>Tue, 27 Apr 2021 19:56:01 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[CICD Pipeline]]></category>
		<category><![CDATA[CodePipeline]]></category>
		<category><![CDATA[Continuous Delivery]]></category>
		<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[Customer Solutions]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[monorepos]]></category>
		<category><![CDATA[python]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=67c3a579da0e42540dac11a68e52f646</guid>

					<description><![CDATA[Understand how to automate trigger of project specific code pipeline for GitHub mono repos users. Currently, if a customer is using GitHub as a version control system and he has only one repository which contains multiple folders each for a different project, change in any file, triggers the code pipeline for the whole repository rather than for the appropriate project. With this blog, they would be able to automate trigger of appropriate pipeline based on the project folder where the file gets changed.]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Integrating AWS Device Farm with your CI/CD pipeline to run cross-browser Selenium tests</title>
		<link>https://noise.getoto.net/2021/03/04/integrating-aws-device-farm-with-your-ci-cd-pipeline-to-run-cross-browser-selenium-tests/</link>
		
		<dc:creator><![CDATA[Mahesh Biradar]]></dc:creator>
		<pubDate>Wed, 03 Mar 2021 23:02:13 +0000</pubDate>
				<category><![CDATA[automation]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[AWS CodeStar]]></category>
		<category><![CDATA[AWS Device Farm]]></category>
		<category><![CDATA[Continuous Delivery]]></category>
		<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Selenium]]></category>
		<category><![CDATA[Test Automation]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[Web app]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=f17998b65b34efba0bacc68f853a678c</guid>

					<description><![CDATA[Continuously building, testing, and deploying your web application helps you release new features sooner and with fewer bugs. In this blog, you will create a continuous integration and continuous delivery (CI/CD) pipeline for a web app using AWS CodeStar services and AWS Device Farm’s desktop browser testing service.  AWS CodeStar is a suite of services […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Automate thousands of mainframe tests on AWS with the Micro Focus Enterprise Suite</title>
		<link>https://noise.getoto.net/2020/11/20/automate-thousands-of-mainframe-tests-on-aws-with-the-micro-focus-enterprise-suite/</link>
		
		<dc:creator><![CDATA[Kevin Yung]]></dc:creator>
		<pubDate>Fri, 20 Nov 2020 13:56:44 +0000</pubDate>
				<category><![CDATA[Amazon ECR]]></category>
		<category><![CDATA[Amazon ECS]]></category>
		<category><![CDATA[Amazon ECS Fargate]]></category>
		<category><![CDATA[AWS CloudFormation]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[AWS Partner Network]]></category>
		<category><![CDATA[Containers]]></category>
		<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Financial Services]]></category>
		<category><![CDATA[Healthcare]]></category>
		<category><![CDATA[Infrastructure & Automation]]></category>
		<category><![CDATA[mainframe]]></category>
		<category><![CDATA[Mainframe Migration]]></category>
		<category><![CDATA[MicroFocus]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[modernization]]></category>
		<category><![CDATA[Partners]]></category>
		<category><![CDATA[retail]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[Travel and Hospitality]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=fbbae1805020c9e9233cdba746d61736</guid>

					<description><![CDATA[We have seen mainframe customers often encounter scalability constraints, and they can&#8217;t support their development and test workforce to the scale required to support business requirements. These constraints can lead to delays, reduce product or feature releases, and make them unable to respond to market requirements. Furthermore, limits in capacity and scale often affect the quality of changes deployed, and are linked to unplanned or unexpected downtime in products or services. The conventional approach to address these constraints is to scale up, meaning to increase MIPS/MSU capacity of the mainframe hardware available for development and testing. The cost of this approach, however, is excessively high, and to ensure time to market, you may reject this approach at the expense of quality and functionality. If you&#8217;re wrestling with these challenges, this post is written specifically for you.]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Our Journey to Continuous Delivery at Grab (Part 1)</title>
		<link>https://noise.getoto.net/2020/09/23/our-journey-to-continuous-delivery-at-grab-part-1/</link>
		
		<dc:creator><![CDATA[Grab Tech]]></dc:creator>
		<pubDate>Wed, 23 Sep 2020 10:23:44 +0000</pubDate>
				<category><![CDATA[ci]]></category>
		<category><![CDATA[Cloud Agnostic]]></category>
		<category><![CDATA[Continuous Delivery]]></category>
		<category><![CDATA[Continuous Deployment]]></category>
		<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[Deployment Process]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Multi Cloud]]></category>
		<category><![CDATA[spinnaker]]></category>
		<guid isPermaLink="false">https://engineering.grab.com/our-journey-to-continuous-delivery-at-grab</guid>

					<description><![CDATA[This blog post is a two-part presentation of the effort that went into improving the continuous delivery processes for backend services at Grab in the past two years. In the first part, we take stock of where we started two years ago and describe the s...]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Cross-account and cross-region deployment using GitHub actions and AWS CDK</title>
		<link>https://noise.getoto.net/2020/09/15/cross-account-and-cross-region-deployment-using-github-actions-and-aws-cdk/</link>
		
		<dc:creator><![CDATA[DAMODAR SHENVI WAGLE]]></dc:creator>
		<pubDate>Tue, 15 Sep 2020 20:32:41 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[AWS CDK]]></category>
		<category><![CDATA[AWS CloudFormation]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[Continuous Delivery]]></category>
		<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[GitHub Actions]]></category>
		<category><![CDATA[How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=2d84cf4a262315dcd5cb982b264fd6b8</guid>

					<description><![CDATA[GitHub Actions is a feature on GitHub&#8217;s popular development platform that helps you automate your software development workflows in the same place you store code and collaborate on pull requests and issues. You can write individual tasks called actions, and combine them to create a custom workflow. Workflows are custom automated processes that you can [&#8230;]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 42/299 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2025-12-11 06:18:36 by W3 Total Cache
-->