Skip to content

Commit

Permalink
test airbyte v0.63.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kelkawi-a committed Oct 11, 2024
1 parent 9d97a8d commit 1632f92
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
8 changes: 4 additions & 4 deletions airbyte_rock/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ parts:
plugin: dump
source: https://github.com/airbytehq/airbyte-platform.git # yamllint disable-line
source-type: git
source-tag: v1.1.0
source-tag: v0.63.8
stage-packages:
- python3.10-venv
override-build: |
Expand Down Expand Up @@ -86,21 +86,21 @@ parts:
ls ${CRAFT_STAGE}/airbyte-platform
ls ${CRAFT_STAGE}/airbyte-platform/airbyte-bootloader
mkdir ${CRAFT_PART_INSTALL}/airbyte-server
# mkdir ${CRAFT_PART_INSTALL}/airbyte-api-server
mkdir ${CRAFT_PART_INSTALL}/airbyte-api-server
mkdir ${CRAFT_PART_INSTALL}/airbyte-workers
mkdir ${CRAFT_PART_INSTALL}/airbyte-bootloader
mkdir ${CRAFT_PART_INSTALL}/airbyte-cron
mkdir ${CRAFT_PART_INSTALL}/airbyte-connector-builder-server
tar -xvf ${CRAFT_STAGE}/airbyte-platform/airbyte-server/build/distributions/airbyte-app.tar -C ${CRAFT_PART_INSTALL}/airbyte-server
# tar -xvf ${CRAFT_STAGE}/airbyte-platform/airbyte-api-server/build/distributions/airbyte-app.tar -C ${CRAFT_PART_INSTALL}/airbyte-api-server
tar -xvf ${CRAFT_STAGE}/airbyte-platform/airbyte-api-server/build/distributions/airbyte-app.tar -C ${CRAFT_PART_INSTALL}/airbyte-api-server
tar -xvf ${CRAFT_STAGE}/airbyte-platform/airbyte-workers/build/distributions/airbyte-app.tar -C ${CRAFT_PART_INSTALL}/airbyte-workers
tar -xvf ${CRAFT_STAGE}/airbyte-platform/airbyte-bootloader/build/distributions/airbyte-app.tar -C ${CRAFT_PART_INSTALL}/airbyte-bootloader
tar -xvf ${CRAFT_STAGE}/airbyte-platform/airbyte-cron/build/distributions/airbyte-app.tar -C ${CRAFT_PART_INSTALL}/airbyte-cron
tar -xvf ${CRAFT_STAGE}/airbyte-platform/airbyte-connector-builder-server/build/distributions/airbyte-app.tar -C ${CRAFT_PART_INSTALL}/airbyte-connector-builder-server
stage:
- airbyte-server
# - airbyte-api-server
- airbyte-api-server
- airbyte-workers
- airbyte-bootloader
- airbyte-cron
Expand Down
2 changes: 2 additions & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,8 @@ config:

# Your workload’s containers.
containers:
airbyte-api-server:
resource: airbyte-image
airbyte-bootloader:
resource: airbyte-image
airbyte-connector-builder-server:
Expand Down
8 changes: 4 additions & 4 deletions src/literals.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@


CONTAINER_HEALTH_CHECK_MAP = {
# "airbyte-api-server": {
# "port": AIRBYTE_API_PORT,
# "health_endpoint": "/health",
# },
"airbyte-api-server": {
"port": AIRBYTE_API_PORT,
"health_endpoint": "/health",
},
"airbyte-bootloader": None,
"airbyte-connector-builder-server": None,
"airbyte-cron": {
Expand Down

0 comments on commit 1632f92

Please sign in to comment.