Skip to content

Commit

Permalink
Remove the open questions and issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cjllanwarne committed Aug 21, 2024
1 parent dcd1b17 commit 8719841
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions dev-docs/services/ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,20 +406,3 @@ flowchart LR
Merge -->|failure| IterateOverMergeable
Merge -->|success| Return
```


## Issues

### Hanging PR state

It is sometimes possible for a PR status to be stuck in pending even though the test batch has completed
This can be fixed by pushing a new commit to the branch, but it's strange that regular polling does not catch
these instances.

## Open Questions

1. Sometimes in logs we see logs like `"update github br-hail-ci-test-ci-test-<RANDOM>-main"` for various random branch names.
What does this mean?
2. Do we really deploy first / test second? And do we really deploy Batch and CI using jobs that are already running in
Batch and CI? Do the services get shut down and reconnect to existing instances of the deploy jobs started by the
previous version?

0 comments on commit 8719841

Please sign in to comment.