Questions tagged [codeship]

A simple to use Continuous Integration and Delivery software as a service. Add this tag, if you have questions regarding your projects on Codeship, or how to use Codeship for your projects.

Continuous Integration & Delivery as a Service

A simple push to your repository runs your automated tests and configured deployments on our powerful machines. From a simple deployment to Heroku to complex Deployment Pipelines for your large infrastructure, all can be set up with ease.

Let Codeship Take Care of the Infrastructure

Use your resources to allow your team to build an amazing product for your customers, which will result in a strong and successful company. Codeship will manage and scale your test and delivery infrastructure and take care of the release process. You’ll focus on what you do best — writing code.

See https://codeship.com for more information

232 questions
3
votes
2 answers

ECS updating service with same tasks but different docker image

I am an issue that either I do not understand well or something weird happening with aws ecs service. I update my code, create a new docker image and push it to be deployed using ECS. The issue is, when the task definition does not changes, the code…
anyavacy
  • 1,618
  • 5
  • 21
  • 43
3
votes
2 answers

Suppress output from Codeship service

I'm testing a container in Codeship that requires a database. Using services in codeship-services.yml I'm linking the database container to the application container. The problem is the database container is printing a lot of output that gets mixed…
Adam Sandor
  • 382
  • 1
  • 11
3
votes
1 answer

Codeship times out using yarn in build pipeline

I used to use a custom build, test and deploy script for codeship and npm. Moving to yarn now, I want to continue using codeship. Hoowever, it always times out on the yarn command after 10 minutes. The relevant part of the script is: nvm install…
Simon
  • 4,395
  • 8
  • 33
  • 50
3
votes
1 answer

How to invoke pre/post deployment scripts during Heroku pipeline promotions

I have a rails app that runs database migrations in a rake task after tests have succeeded and immediately before deploying code to Heroku. I am using CodeShip to run the tests, run the migrations, and then finally deploy to heroku. However, I am…
Michael
  • 1,535
  • 2
  • 17
  • 32
3
votes
0 answers

MySQL utf8mb4 in Codeship

I'm running automated tests for a Rails app in Codeship, and I'd like to use utf8mb4 as the database encoding. Here's my modified database.yml: test: adapter: mysql2 host: localhost encoding: utf8mb4 collation: utf8mb4_unicode_ci pool: 10 …
jlhonora
  • 10,179
  • 10
  • 46
  • 70
3
votes
0 answers

Rspec with elasticsearch (searchkick) fails on CI server (Codeship)

I'm having problems getting my specs to run cleanly on our CI server (Codeship). The specs run fine locally but it seems that on the CI server elasticsearch is having issues keeping in sync. I've researched this issue and have found potential…
3
votes
0 answers

Nightwatch/Selenium on Codeship

Has anyone been able to run Nightwatch tests on Codeship? If so, can you point me to documentation to help me set that up? http://nightwatchjs.org/
Ghan
  • 797
  • 8
  • 28
3
votes
1 answer

How to intentionally break a codeship build?

I've written a test script I want to run in my setup commands of my codeship build. If it fails, I want it to cause the whole build to fail, which is normal behavior for things like unit tests. In Travis CI, this seems well documented: If any of…
Chris
  • 6,805
  • 3
  • 35
  • 50
3
votes
1 answer

How setup selenium firefox tests on CodeShip?

Intro Hi, I'm developing rails application, which use capybara, selenium-webdriver and rspec for tests. Problem Now I have a functional tests, which runs in firefox (default selenium browser) and works with redirects to other hosts. For example,…
3
votes
1 answer

Meteor + CodeShip + Modulus

Can anyone recommend a good setup script to deploy to Modulus after passing tests? Right now I'm using: nvm install 0.10.28 nvm use 0.10.28 curl -o meteor_install_script.sh https://install.meteor.com/ chmod +x meteor_install_script.sh sed -i "s/type…
ilrein
  • 3,833
  • 4
  • 31
  • 48
2
votes
1 answer

Docker crashes when renderer process eats up too much memory cypress?

Build Error! Build Error: We did not receive any logs from your build for a while so it was stopped We detected that the Chromium Renderer process just crashed. This is the equivalent to seeing the 'sad face' when Chrome dies. This can happen for a…
Sang Mai
  • 63
  • 1
  • 6
2
votes
1 answer

Codeship with Testim.io - Am I testing my latest version?

Sorry for the dumb question but I could not find an answer for that. Codeship + Testim.io + Heroku. In my Staging env - I use Testim.io to test the app once it deployed. The following tutorial is guiding me how to invoke my tests - but I see the…
chenop
  • 4,743
  • 4
  • 41
  • 65
2
votes
1 answer

Update submodules from remote via script during CI build

Issue: Update sub modules from remote via script during CI build During a CI build script, I want the sub module to be updated to the latest as it is building. I am aware that the build process in VSTS takes care of checking out the sub modules, but…
2
votes
0 answers

docker volume for building and deploying bundle

There's something I'm not quite understanding about how volumes work in Docker. I have two separate images: one that is used to build a javascript bundle, and one that is used to deploy it to S3. I am doing this all on Codeship, but I believe their…
Tyler
  • 829
  • 11
  • 26
2
votes
1 answer

Deploy issues with deploying to elastic beanstalk "Refusing to delete"

Hi I've stumbled upon this error while trying to deploy my new code to our test environment but all of sudden it crashes. Works just fine on my machine but suddenly on AWS it crashes on deploys. eb-activity.log npm ERR! path…
mertje
  • 486
  • 1
  • 7
  • 15
1 2
3
15 16