Skip to content

Commit

Permalink
Merge pull request #19 from khalilj/main
Browse files Browse the repository at this point in the history
Add synthetic test support
  • Loading branch information
sergenyalcin authored Feb 4, 2025
2 parents b18eefa + 44450d1 commit e7f5ecc
Show file tree
Hide file tree
Showing 16 changed files with 14,645 additions and 623 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ jobs:
BUILD_ARGS: "--load"

- name: Upload Artifacts to GitHub
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 #v3
uses: actions/upload-artifact@v4
with:
name: output
path: _output/**
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "build"]
path = build
url = https://github.com/upbound/build
url = https://github.com/crossplane/build.git
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ GO_SUBDIRS += cmd internal apis
# Setup Kubernetes tools

KIND_VERSION = v0.20.0
UP_VERSION = v0.22.1
UP_VERSION = v0.37.0
UP_CHANNEL = stable
UPTEST_VERSION = v0.10.0
UPTEST_VERSION = v0.13.0
-include build/makelib/k8s_tools.mk

# ====================================================================================
Expand Down Expand Up @@ -161,6 +161,7 @@ run: go.build

# ====================================================================================
# End to End Testing
CROSSPLANE_VERSION = 1.16.0
CROSSPLANE_NAMESPACE = upbound-system
-include build/makelib/local.xpkg.mk
-include build/makelib/controlplane.mk
Expand Down
3 changes: 3 additions & 0 deletions apis/synthetics/v1alpha1/zz_generated.conversion_hubs.go

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

Loading

0 comments on commit e7f5ecc

Please sign in to comment.