Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] integration testing setup #320

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
adding golang-exec
  • Loading branch information
bbensky committed Jul 10, 2024
commit a337a4fda6bec76c8c577a3b69a45c36c81081ab
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ orbs:
rok8s: fairwinds/rok8s-scripts@14
oss-docs: fairwinds/oss-docs@0

executors:
golang-exec:
docker:
- image: cimg/go:1.21

references:
e2e_config: &e2e_config
command_runner_image: quay.io/reactiveops/ci-images:v14-bullseye
Expand Down