Skip to content

Internal CI (run/hello-broken) - Tests failed #1603

@ricardolsmendes

Description

@ricardolsmendes

I've noticed Internal CI (run/hello-broken) is breaking the CI pipeline and preventing unrelated changes to be merged. I'm not familiar with Cloud Run samples, but investigating the error logs generated for a PR I submitted earlier, it turns out Broken resource uses the NAME override might be the culprit.

it('Broken resource uses the NAME override', async () => {
const response = await get('/', BASE_URL_OVERRIDE);
assert.strictEqual(
response.statusCode,
200,
'Did not use the NAME override'
);
assert.strictEqual(
response.body,
`Hello ${NAME}!`,
`Expected override "${NAME}" not found`
);
});

Would you be able to take a look at this?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    triage meI really want to be triaged.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions