Questions tagged [codefresh]
19 questions
0
votes
1 answer
Cloudposse CodeFresh -- pull-request pipeline spec -- terminate without setting status to "Failed"
I have a CodeFresh, GitHub pull-request pipeline.
There are 2 scenarios where a PR marks as "Failed", when ideally it would show as "Pending" or no status.
Scenario 1:
When a new event is triggered, it terminates the previous build (as…

Red Twoon
- 685
- 4
- 14
0
votes
2 answers
OpenQA.Selenium.WebDriverException : unknown error: Chrome failed to start: exited abnormally on CodeFresh
While running smoke tests in CodeFresh we occasionally get this error
[xUnit.net 00:02:41.43] OpenQA.Selenium.WebDriverException : unknown error: Chrome failed to start: exited abnormally.
[xUnit.net 00:02:41.43] (unknown error:…

Kev
- 121
- 3
- 20
0
votes
1 answer
Codefresh allure report: Test reporter requires CF_BRANCH_TAG_NORMALIZED variable for upload files
Set up:
Upon merge to master codefresh build job builds image and pushes it to docker registry
Codefresh test run job picks up new image and runs the test
By the end of test run CF job, allure report building step runs
Results:
3rd step fails with…

Sergio13
- 67
- 9
0
votes
2 answers
Connecting to codefresh image registry via kubectl, problem with secrets
I am trying to deploy an application via kubectl using an image stored on Codefresh. I have it running perfectly when i place the image on a public registry.
The problem is when I apply the deployment.yaml I get a "ImagePullBackOff" error on the…

JamWill
- 134
- 3
- 21