1
0
mirror of synced 2026-01-19 09:07:23 -05:00
Files
airbyte/tools
Davin Chia 40cb78e5c7 Fix the acceptance tests. (#13501)
We've seen errors like:
- https://github.com/airbytehq/airbyte/runs/6758654948?check_suite_focus=true#step:11:52833 - from trying to list bootloader logs. This is no longer possible since we remove the bootloader pod.
- https://github.com/airbytehq/airbyte/runs/6746572522?check_suite_focus=true#step:11:52164 - errors while tearing down the test.

I will do a follow up PR to refactor tests to hopefully speed things up:
- split Kube from normal tests.
- explore not recreating the db on each time.

In the mean time, this should stabilise the tests and get us back to green build.
2022-06-07 02:38:19 +08:00
..
2022-06-07 02:38:19 +08:00
2022-02-21 14:01:42 +02:00
2022-03-13 14:45:36 -07:00
2022-02-21 14:01:42 +02:00

Tools

Contains various tools (usually bash scripts) to improve quality of life or the build system.

Releasing a new version

Trigger the Github Action Release Open Source Airbyte (https://github.com/airbytehq/airbyte/actions/workflows/release-airbyte-os.yml)
# Merge PR created by the Github Action
git checkout master
git pull --no-rebase
./tools/bin/tag_version.sh