-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Blah blah * Made atils not fail if there is no kubernetes configuration available * Did a bunch * Added the dockerfile at its new, lower user * Some stuff * This should be fine * Adding our first CI workflow * You'll see * Didn't get it all * Got the delete * Adding docker login to actions * Let's see this build * Getting our CI right * Fixing our workflow * Bumping version to test our CI * Think this is right? * Grabbed the wrong thing * Buncha stuff * Alright, think this will run * That was silly * Here we go * We're almost there * Wrong order * Who knows * Can't use absolute paths in our CI env * Need to set up Docker to build multi-arch images * Updating atils description, mostly to trigger a build * Hopefully this works * Fixing this * Updating the atils-ci image, and ensuring it can build * Made some changes * That's annoying * Think we got it * What * Test * This needs to work * Switching back to buildx? * Need the setup actions for cross-arch builds * Bumping minor version to force rebuild * Pretty dumb * Finalizing on the manifest build, rather than all-in-one * Had the wrong actions for the ci-build-publish action * Forgot the context for docker buildx * That was dumb * Fixing more stupidity * Setting up build for toolshed. Also updated the backstage version * Think we got it
- Loading branch information
Showing
11 changed files
with
1,969 additions
and
1,156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Roadmap | ||
|
||
## Tests | ||
We want to create tests for all of our testable functions. By testable functions, we mean either functions that have a return value that we can check, or tests where we can easily mock the calls it makes. We'll get into specifics more as we take up that project | ||
|
||
## Better PVC Management | ||
We have a PVC manager job, but its hideous. It creates a job that just runs for a while, then creates an exec command that you have to paste in. Let's fix it with a different hideous solution, that does the job if the PVC is unattached, and otherwise creates an ephemeral container that mounts the volume, then lets you mess with stuff. | ||
|
||
### Create a working exec function | ||
### Patch the pod | ||
|
||
## Parallel Build | ||
Let certain build steps run in parallel. No idea how that'll work. | ||
|
||
## Docker Compose Stacks | ||
We have some fun little Docker compose stacks, for dependencies we might have like a postgres DB or the like. Let's figure out a way to manage the startup and teardown from atils |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ nav: | |
- jobs: jobs.md | ||
- kubernetes: kubernetes.md | ||
- vault: vault.md | ||
- Roadmap: roadmap.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"version": "1.22.1" | ||
"version": "1.23.4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.