Questions tagged [heroku-ci]

86 questions
29
votes
5 answers

getting YN0028 The lockfile would have been modified by this install, which is explicitly forbidden. using yarn berry and heroku

I'm using yarn berry and heroku and consistently getting the error: ➤ YN0028: │ The lockfile would have been modified by this install, which is explicitly forbidden. Which suggests that my lockfile does not contain all my listed…
Tevon Strand-Brown
  • 1,283
  • 3
  • 16
  • 28
15
votes
1 answer

Heroku CI status badge

Im using Heroku CI to run tests in Heroku Pipeline. I would like to add CI status as badge in the README.md file at Github, for master branch. But so far, I have not found out-of-box solution on this request. Any tip on workarounds to get this work…
Ismar Slomic
  • 5,315
  • 6
  • 44
  • 63
11
votes
2 answers

Can Selenium and Chrome buildpack installs be cached on HerokuCI?

I've just started using HerokuCI. I have a few Selenium tests so I've added buildpacks in my app.json. { "buildpacks": [ { "url": "heroku/ruby" } ], "environments": { "test": { "addons": ["heroku-postgresql:in-dyno",…
Schwern
  • 153,029
  • 25
  • 195
  • 336
8
votes
7 answers

Attempted to load class "WebProfilerBundle" from namespace "Symfony\Bundle\WebProfilerBundle" when deploying on Heroku using development dependencies

We have a Symfony 4.3 web application hosted on Heroku. This is a new setup and we never managed to have the dev mode to work correctly. There are plenty of similar issues online but none fixes the exact symptoms we are facing here. The project was…
dankilev
  • 720
  • 2
  • 10
  • 32
8
votes
1 answer

Heroku CI build artifacts

Does Heroku CI have support for build "artifacts" such as logs, test reports, etc? At the moment we can only get access to this if we run the debug tests through the Heroku CLI - would love to have access to them through the web interface. We've…
biddlesby
  • 453
  • 4
  • 10
7
votes
0 answers

Django: infinite loop in cleanse_setting

I am currently using Heroku CI to run my django tests: python3 manage.py test --fail-fast However upon running these on the heroku CI i get an infinite loop when the django system tries to render the settings: During handling of the above exception,…
Casper Bang
  • 793
  • 2
  • 6
  • 24
7
votes
0 answers

code coverage with Heroku CI

We are in the process of privatising our repo and have moved our CI to use Heroku's service. We are now trying to work out how to get code coverage reports so that we don't merge with reduced coverage. I am trying to work out how to generate such…
JMurphyWeb
  • 382
  • 1
  • 11
7
votes
1 answer

Heroku CI with rails fixtures

I'm using Heroku CI (Beta) with my rails app and when my tests run they all fail with the following error: WARNING: Rails was not able to disable referential integrity. This is most likely caused due to missing permissions. Rails needs superuser…
Jimmy Baker
  • 3,215
  • 1
  • 24
  • 26
6
votes
1 answer

Heroku pull postgres database to local failed with unrecognized data block type (0)

I connected to heroku postgres database with pgadmin and created a simple table that has two simple columns: id - bigint identity name - text and simple two rows: id name 1 name1 2 name2 When I execute the command heroku pg:pull…
6
votes
1 answer

Compiled slug size: 946.2M is too large (max is 500M) with spacy library

Hi I am trying to deploy flask application to heroku and I am getting error saying slug size is too large…
puja garg
  • 363
  • 1
  • 4
  • 9
5
votes
0 answers

Pulling docker image to Heroku container

I am trying to deploy a Docker Image to Heroku. The image is external and hosted on https://quay.io/repository/mldb/mldb?tab=info. To run the image, I have created an app on Heroku. The app is called still-dawn-24875. I log into the heroku…
Vineet
  • 111
  • 7
5
votes
0 answers

How to connect Heroku Github deployment to a repository that I am collaborating to?

I have a Github repository where I am collaborating. The repository is not under my user. I am able to push to the repsitory, since I am a collaborator. Is it possible to connect Heroku Github deployment to this Github repository? Not sure if there…
Abhijit Amin
  • 541
  • 4
  • 9
5
votes
0 answers

Heroku CI - monorepo with docker

I have one repository for both backend and frontend that Im trying to deploy. I also have two docker containers, one for my backend and one for my frontend. Since Heroku app can only have one web process, how can I use heroku.yml to deploy my…
Nahum Bazes
  • 610
  • 1
  • 6
  • 15
5
votes
0 answers

Access Heroku app and in-dyno Postgres from test suite

I am setting-up Heroku-CI to run integration tests. My goal is to: populate the database with seed data before each test make API calls to the app and check results I'm having a hard time finding any source on the internet that explains how to…
Nicolas Keller
  • 701
  • 5
  • 8
4
votes
1 answer

Getting permission denied in heroku container login

I was trying to deploy my flask backend in heroku with docker. But when I run the command heroku container:login Getting those error Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock:…
Shahrear Bin Amin
  • 1,075
  • 13
  • 31
1
2 3 4 5 6