Skip to content

Commit

Permalink
ci: Migrate to GitHub Actions and reusable workflows, part three (fin…
Browse files Browse the repository at this point in the history
…al) (#118)

### Motivation

Following on from #116 and #117, we have now disabled the webhook that
was driving the old CI and updated the branch protection rules to
require the new GitHub Actions based CI checks.

We can now delete the final shims that were keeping the old CI green,
since it is no longer running and complete the migration.

### Modifications

- Delete all Docker bits and scripts used by old CI.

### Result

Migration complete.

### Test Plan

We should be seeing _only_ GitHub Actions checks on this PR and they
should all be passing (apart from the ones that are explicitly
disabled).
  • Loading branch information
simonjbeaumont authored Oct 2, 2024
1 parent f795237 commit 654e2bb
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 168 deletions.
26 changes: 0 additions & 26 deletions docker/Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions docker/docker-compose.2204.510.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions docker/docker-compose.2204.59.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions docker/docker-compose.2204.590.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions docker/docker-compose.2204.main.yaml

This file was deleted.

47 changes: 0 additions & 47 deletions docker/docker-compose.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions scripts/check-for-breaking-api-changes.sh

This file was deleted.

0 comments on commit 654e2bb

Please sign in to comment.