-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test: WIP enable remote tests * fix(in-cluster-building): make sync more reliable after redeploy of util pod Before this fix we sometimes synced to or from the old Pod Co-authored-by: Mikael Högqvist Tabor <[email protected]> * improvement: allow [email protected] to impersonate service account for tests This allows google artifact registry access in the garden-ci project. Using the service account impersonation has the benefit that we can allow any google group to impersonate this service account, so we do not need to manage access manually: This only works because we granted the google group "[email protected]" permission to impersonate this service account with the following command: `gcloud iam service-accounts add-iam-policy-binding [email protected] --member=group:[email protected] --role=roles/iam.serviceAccountTokenCreator` We could extend this in the future to allow access to the CI cluster in the same way, without the need to manage users manually. Co-authored-by: twelvemo <[email protected]> * fix(test): kaniko should pull the image * test(kaniko): fix deploy of simple service * test: run remote tests in circleci * fix(test): buildkit should pull image * chore: improved error handling when k8s websocket fails Co-authored-by: Steffen Neubauer <[email protected]> * Revert "fix(in-cluster-building): make sync more reliable after redeploy of util pod" This reverts commit c34b8ec. * test: fix remote deploy with local docker build Co-authored-by: Steffen Neubauer <[email protected]> * improvement(test): better error messages on failed impersonation * test: publish to remote registry with tags * fix: scope * test: improve error message * fix: retry websocket errors * test: getContainerTestGarden cleanup * test: fix kaniko-project-namespace should build a simple container co-authored-by: mikael <[email protected]> * fix: local credentials directory * test: further fixes to e2e build/publish tests * fix: verbose error rendering * test: helpers to check and clean local and remote repos Co-authored-by: Steffen Neubauer <[email protected]> * chore: fixed linter issues * test: fixed kaniko build publish tests Co-authored-by: twelvemo <[email protected]> * test: kaniko custom image * test: buildkit tests with deployment registry * test: buildkit rootless tests with deployment registry * fix: tags tests * test: more cases for deploying with a remote deployment registry * chore: review comments * test: skipping tests with shared state * chore: dont throw wrapped internal error for kaniko fails - move error handling of impersonated client to point of creation Co-authored-by: Steffen Neubauer <[email protected]> * chore: fix linting issue * chore: fixed gcloud error code constant --------- Co-authored-by: Mikael Högqvist Tabor <[email protected]> Co-authored-by: twelvemo <[email protected]> Co-authored-by: Mikael Hoegqvist Tabor <[email protected]> Co-authored-by: Tim Beyer <[email protected]>
- Loading branch information
1 parent
3c112d2
commit d2c79de
Showing
35 changed files
with
16,266 additions
and
16,608 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
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 was deleted.
Oops, something went wrong.
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.