1
0
mirror of synced 2026-01-11 03:04:14 -05:00
Files
airbyte/tools
Jared Rhizor 883166a6c2 use ec2 runner for kube acceptance tests (#4058)
* use ec2 runner for kube acceptance tests

* add missing newline

* log outputs

* add user and home env vars

* log more

* use root user

* fix ec2 runner

* remaining debugging

* try overwrite forcing

* fail fast

* get kubectl location

* even more

* just look for it

* see if it's a symlink

* symlink

* make sure it's started

* try with overrides

* Revert "try with overrides"

This reverts commit 123e3c033e.

* clean up

* describe pods

* display exception when getting address in use error

* retry installing socat

* try inet4 address specifically

* switch order of install

* use unique ports for each

* try to detect locations with home and user set

* STOPTTTTTTTTTTT

* fix typo

* move socat back up one more

* add update
2021-06-17 22:48:52 -07:00
..
2020-11-09 11:00:11 -08:00
2021-01-25 11:23:08 -08:00

Tools

Releasing a new version

git branch -b your-release-branch
./tools/bin/release_version.sh patch # or minor or major
git push --set-upstream origin your-release-branch
# create PR from branch
# merge PR
git checkout master
./tools/bin/tag_version.sh