- Home
- Tag: ci
Posts tagged ci
Tag: ci
Using GitLab Code Review and CI with the Git Rebase Workflow
Feed: SingleStore Blog. Author: . The debate between the Git Rebase and Git Merge workflows is a long-lasting and heated one, and at SingleStore we use the rebase workflow (my favorite method!)In this blog post, I want to share some of our experiences with using GitLab Code Review and GitLab CI together to iterate on the SingleStoreDB Cloud platform with the rebase workflow. This repository has 10-40 commits per day, with engineers working across many different time zones on different components (frontend UIs, backend services, Kubernetes operators, scripts, infrastructure, etc).We use GitLab's CI/CD system for linting, building, testing and automated ... Read More
AWS App2Container now supports Azure DevOps for setting up a CI/CD pipeline
Feed: Recent Announcements. AWS App2Container (A2C) now supports Azure DevOps for setting up a CI/CD pipeline to automate building and deploying container applications on AWS. With this release, customers can leverage App2Container to automate the setup of Azure DevOps service pipeline for managing automated build and deployment of containerized applications. App2Container automates the build pipeline setup by installing the required tooling such as AWS Toolkit and the Docker engine. In addition, App2Container also sets up the release pipeline using existing Azure DevOps Service accounts to deploy the containerize image to AWS container services. This is in addition to AWS CodePipeline ... Read More
AWS Amplify Hosting now uses a GitHub App to authorize access to repositories for CI/CD workflows
Feed: Recent Announcements. AWS Amplify Hosting now uses GitHub Apps to obtain access to your GitHub code repositories. The Amplify GitHub App offers all the same features as the existing OAuth app, and additionally gives you complete control over scoping permissions to specific repositories in your account or organization. All new Amplify projects linked to GitHub repositories will now require using a GitHub App. Your existing projects linked to Amplify via the GitHub OAuth app will continue to be supported, but you can choose to migrate to the new GitHub App to further restrict permissions to your GitHub account. Amplify ... Read More
Developer diary for {ggshakeR} 0.1.2 (a package for soccer analytics viz): Implementing Github Actions CI tools (codecov, lintr, etc.) into the workflow!
Feed: R-bloggers. Author: R by R(yo). [This article was first published on R by R(yo), and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. {ggshakeR} 0.1.2, a package for soccer analytics visualizations for R, is released! Users will most likely not see anything changed from their perspective as this version was all about implementing Github Actions CI tools and making changes in the back-end of things for the package. For more on the visualizations ... Read More
SEEK Asia modernizes search with CI/CD and Amazon OpenSearch Service

Feed: AWS Big Data Blog. This post was written in collaboration with Abdulsalam Alshallah (Salam), Software Architect, and Hans Roessler, Principal Software Engineer at SEEK Asia. SEEK is a market leader in online employment marketplaces with deep and rich insights into the future of work. As a global business, SEEK has a presence in Australia, New Zealand, Hong Kong, Southeast Asia, Brazil and Mexico and its websites attract over 400 million visits per year. SEEK Asia’s business operates across seven countries and includes leading portal brands such as jobsdb.com and jobstreet.com and leverages data and technology to create innovative solutions ... Read More
AWS App2Container now supports Jenkins for setting up a CI/CD pipeline
Feed: Recent Announcements. AWS App2Container (A2C) is a command-line tool for modernizing .NET and Java applications into containerized applications. A2C analyzes and builds an inventory of all applications running in virtual machines, on-premises or in the cloud. You simply select the application you want to containerize, and A2C packages the application artifact and identified dependencies into container images, configures the network ports, and generates the ECS task and Kubernetes pod definitions ... Read More
Apply CI/CD DevOps principles to Amazon Redshift development

Feed: AWS Big Data Blog. CI/CD in the context of application development is a well-understood topic, and developers can choose from numerous patterns and tools to build their pipelines to handle the build, test, and deploy cycle when a new commit gets into version control. For stored procedures or even schema changes that are directly related to the application, this is typically part of the code base and is included in the code repository of the application. These changes are then applied when the application gets deployed to the test or prod environment. This post demonstrates how you can apply ... Read More
Simplify CI/CD Configuration for AWS Serverless Applications and your favorite CI/CD system – General Availability
Feed: Recent Announcements. You can now create secure continuous integration and deployment (CI/CD) pipelines that follow your organization’s best practices with a new pipeline configuration capability for serverless applications. AWS Serverless Application Model Pipelines (AWS SAM Pipelines) is a new feature of AWS SAM CLI that gives you access to benefits of CI/CD in minutes, such as accelerating deployment frequency, shortening lead time for changes, and reducing deployment errors. AWS SAM Pipelines comes with a set of default pipeline templates for popular CI/CD systems such as CloudBees CI/Jenkins, GitLab CI/CD, GitHub Actions, Bitbucket Pipelines, and AWS CodeBuild/CodePipeline that follow AWS’ ... Read More
Simplifying Multi-account CI/CD Deployments using AWS Proton

Feed: AWS Architecture Blog. Many large enterprises, startups, and public sector entities maintain different deployment environments within multiple Amazon Web Services (AWS) accounts to securely develop, test, and deploy their applications. Maintaining separate AWS accounts for different deployment stages is a standard practice for organizations. It helps developers limit the blast radius in case of failure when deploying updates to an application, and provides for more resilient and distributed systems. Typically, the team that owns and maintains these environments (the platform team) is segregated from the development team. A platform team performs critical activities. These can include setting infrastructure and ... Read More
Amazon SageMaker Projects now supports Image Building CI/CD templates
Feed: Recent Announcements. Amazon SageMaker Projects, the first purpose-built service that manages continuous integration and continuous delivery (CI/CD) resources for machine learning (ML) projects, now has CI/CD templates for building Docker images used in training, processing, and inference. SageMaker Projects already provides templates that enable customers to easily provision CI/CD resources for training and deploying ML models; this allows customers to incorporate engineering best practices in their ML projects. Now, customers can use image building CI/CD templates and leverage the same best practices to build Docker images used in ML projects. Using the 1P image building CI/CD templates customers can ... Read More
Recent Comments