Skip to content

Commit

Permalink
Merge branch 'v2' of github.com:pulumi/pulumi-kubernetes-operator int…
Browse files Browse the repository at this point in the history
…o blampe/v2-graceful
  • Loading branch information
blampe committed Sep 18, 2024
2 parents bf0975f + 3f0a0b4 commit 1323b2e
Show file tree
Hide file tree
Showing 38 changed files with 28,486 additions and 535 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/v2-run-acceptance-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
---
name: Pulumi Kubernetes Operator PR Builds
on:
push:
branches:
- v2
pull_request:
branches:
- v2
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:

build:
runs-on: ubuntu-latest
name: Build
Expand All @@ -26,13 +28,12 @@ jobs:
with:
distribution: goreleaser-pro
# 'latest', 'nightly', or a semver
version: '~> v2'
version: "~> v2"
args: release --snapshot --clean --skip=docker

agent-integration-tests:
runs-on: ubuntu-latest
name: Integration Testing
if: github.event_name == 'repository_dispatch' || github.event.pull_request.head.repo.full_name == github.repository
steps:
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -51,6 +52,6 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
file: agent/coverage.out
files: agent/coverage.out,operator/coverage.out
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,4 @@ tags
*.vsix
### IntelliJ ###
.idea
config/
.envrc
9 changes: 9 additions & 0 deletions .mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[tools]
golangci-lint = "1.58.1"
etcd = "3.5.16"
protoc-gen-go = "1.34.2"
protoc-gen-go-grpc = "1.5.1"
kubebuilder = "4.2.0"

[settings]
experimental = true # Enable Go backend.
5 changes: 5 additions & 0 deletions agent/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# More info: https://docs.docker.com/engine/reference/builder/#dockerignore-file
# Ignore build and test binaries.
bin/
*_test.go
*.out
2 changes: 1 addition & 1 deletion agent/pkg/proto/agent.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1323b2e

Please sign in to comment.