angular/aio/aio-builds-setup/dockerbuild/scripts-js/lib/verify-setup
George Kalpakas aea7b98a56 fix(docs-infra): do not detect a running job as failed (#45948)
Previously, the preview server would incorrectly identify a running
`aio_preview` CI job as failed and therefore skip creating a preview.
This happened because it only checked whether the job's status is
`success`, failing to account for the fact that the job would have a
`running` status.
(This bug was accidentally introduced in #45934.)

This commit avoids the problem by getting rid of the job status check
altogether. This check does not offer any benefit, since the CI job will
always be in a `running` state (i.e. neither successfully completed nor
failed).

PR Close #45948
2022-05-12 09:02:03 -07:00
..
constants.ts fix(docs-infra): do not detect a running job as failed (#45948) 2022-05-12 09:02:03 -07:00
delete-empty.d.ts ci(docs-infra): change AIO preview server stuff to pull builds from CircleCI 2018-08-16 10:26:13 +01:00
helper.ts refactor(docs-infra): take advantage of latest Jasmine features in preview server tests (#36837) 2020-05-05 17:46:46 -07:00
index.ts ci(aio): add initial implementation for aio-builds setup 2017-03-07 18:24:45 -08:00
jasmine-custom-matchers-types.d.ts ci(docs-infra): change AIO preview server stuff to pull builds from CircleCI 2018-08-16 10:26:13 +01:00
jasmine-custom-matchers.ts ci(docs-infra): add explicit return types to methods 2018-08-16 10:26:13 +01:00
mock-external-apis.ts fix(docs-infra): do not detect a running job as failed (#45948) 2022-05-12 09:02:03 -07:00
nginx.e2e.ts refactor(docs-infra): take advantage of latest Jasmine features in preview server tests (#36837) 2020-05-05 17:46:46 -07:00
preview-server.e2e.ts fix(docs-infra): do not detect a running job as failed (#45948) 2022-05-12 09:02:03 -07:00
server-integration.e2e.ts ci(docs-infra): rename 'upload-server' to 'preview-server' 2018-08-16 10:26:13 +01:00
start-test-preview-server.ts ci(docs-infra): rename 'upload-server' to 'preview-server' 2018-08-16 10:26:13 +01:00
tar-stream.d.ts ci(docs-infra): change AIO preview server stuff to pull builds from CircleCI 2018-08-16 10:26:13 +01:00