Commit Graph

159 Commits (4a16ca0d5ab159a4dc9b3e61c911971a68670a60)

Author SHA1 Message Date
Jason Kulatunga 4a16ca0d5a wip, migrate all scripts to new build pattern (Makefile + multiple GH agents).
2 years ago
Jason Kulatunga 316ce856f7 cleanup, remove -race flag when testing (requires CGO)
2 years ago
Jason Kulatunga 338d2ae04e remove invalid freebsd arch.
2 years ago
Jason Kulatunga 4419f7f429 remove zig. remove cgo dependency for sqlite (using pkg.go.dev/modernc.org/sqlite)
2 years ago
Jason Kulatunga 797a6b0429 make sure we dont depend on tests for building binaries.
2 years ago
Jason Kulatunga d0b545dfb7 fixing make frontend in docker builds.
2 years ago
Jason Kulatunga b0bff53bbd start refactoring the Makefile to build artifacts in parallel (eventually using Zig for cross compilation).
2 years ago
Jason Kulatunga ee61d986d8
Update docker-nightly.yaml
2 years ago
Jason Kulatunga ce324c3de1 moved nightly build into its own ci job.
2 years ago
Jason Kulatunga fe96c27732 trying to fix webUI.
2 years ago
Jason Kulatunga 6005b8609a trying to fix docker image builds (take 1h+ right now).
2 years ago
Jason Kulatunga f4988cbac5 try to speed up multi-arch docker builds by limiting qemu vm's to amd and arm only.
2 years ago
Jason Kulatunga 02e3947906 disable github action docker build caching - may be causing "cannot reuse body, request must be retried" errors
2 years ago
Jason Kulatunga b208493af9
Merge pull request #263 from AnalogJ/beta
2 years ago
Jason Kulatunga 3971b37abc attempting to fix docker image build by generating frontend version information before docker build.
2 years ago
Jason Kulatunga cf1bd3ea6b trying to fix docker build, so it includes git sha info.
2 years ago
Jason Kulatunga 9b901766e3 trying to fix docker build, so it includes git sha info.
2 years ago
Jason Kulatunga e19ee78e70 trying to fix docker build, so it includes git sha info.
2 years ago
Jason Kulatunga c7c55ab95c trying to fix docker build, so it includes git sha info.
2 years ago
Jason Kulatunga c539af1a67 trying to fix docker build, so it includes git sha info.
2 years ago
Jason Kulatunga d93d24b52d using npm run commands for building angular application (supports `pre` steps).
2 years ago
Jason Kulatunga 989fbc25f8 latest tag should consistently point to omnibus versions.
2 years ago
Jason Kulatunga 601d632ae4 update xgo version.
2 years ago
Jason Kulatunga 9e60fb8d73 schedule the collector upload before the webapp upload (webapp seems to fail with OOM error during compilation)
2 years ago
Jason Kulatunga a846522830 disable sponsor label. broken.
2 years ago
Jason Kulatunga 3d7d276236 enable caching on all docker builds.
2 years ago
Jason Kulatunga 2660af7ce3 build arm32v7 images for web and collector (cannot for omnibus because InfluxDB does not support it yet. See #236 )
2 years ago
Jason Kulatunga f5af86fd46 using docker build cache for speedier builds
2 years ago
Jason Kulatunga 4bad2d7b03 upgrading github actions for docker builds. (hopefully faster).
2 years ago
Jason Kulatunga a79930916e only run CI on PR.
2 years ago
Jason Kulatunga 30153f9656 adding mechanism to rebuild freebsd artifacts manually.
2 years ago
Jason Kulatunga 3150201348 adding mechanism to rebuild freebsd artifacts manually.
2 years ago
Jason Kulatunga 893774c557 trying to fix freebsd builds.
2 years ago
Jason Kulatunga 1cae5ea864 create a "beta" branch for testing docker images.
2 years ago
Jason Kulatunga a6e34f7a44 fix for labeling issue.
2 years ago
Jason Kulatunga 3e444b199a make sure releases (tag events) have unique docker image builds.
2 years ago
Jason Kulatunga 833fb96c15 fixing publish release step.
2 years ago
Jason Kulatunga 5acc98d221 trying to fix release asset setp.
2 years ago
Jason Kulatunga db73175f07 fixing release GH Action.
2 years ago
Jason Kulatunga 2b5c864a74 update the codecov action version.
2 years ago
Jason Kulatunga d48d0b9d93 build multi arch images
2 years ago
Jason Kulatunga 57c0f899c6 build multi arch controller image.
2 years ago
Jason Kulatunga 08f247109a using environmental variable in files path.
2 years ago
Jason Kulatunga 36617c8f1f using environmental variable in files path.
2 years ago
Jason Kulatunga 20411afb82 adding name for coverage step.
2 years ago
Jason Kulatunga 84f3327790 adding codecov coverage support.
2 years ago
Jason Kulatunga ccbb9225c4 remove darwin builds.
2 years ago
Jason Kulatunga 62e5a71eb0 build darwin/amd64 and darwin/arm64 binaries.
2 years ago
Jason Kulatunga 0dba9f8011
Merge branch 'master' into influxdb
2 years ago
Jason Kulatunga 702c7cdf7a if running test iin github actions, use influxdb service for testing.
2 years ago