This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Description
During the deploy-pcf step in ci, the smoke tests fail with the following error:
>>> [ cf api https://api.sys.gcp-1click-test.starkandwayne.com --skip-ssl-validation ] exited with an error
Unexpected Response
Response code: 502
CC code: 0
CC error code:
Description:
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>502 Server Error</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Server Error</h1>
<h2>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.</h2>
<h2></h2>
</body></html>
Rerunning the smoke-tests via the bosh cli often just works. So it seems to be a timing issue.