Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): fix docker image save/load #159

Merged
merged 2 commits into from
Jan 28, 2025
Merged

fix(ci): fix docker image save/load #159

merged 2 commits into from
Jan 28, 2025

Conversation

hsheth2
Copy link
Contributor

@hsheth2 hsheth2 commented Jan 27, 2025

I think the > character might cause issues with / get misinterpreted by yaml. Prior to this, smoke tests would always fail in CI, although I'm not sure when things stopped working.

Also makes some tweaks to ensure that smoke tests run on all code changes, and that they use the latest code. If we had this, we would've caught the regression from #142.

I think the `>` character might have issues with yaml.
Copy link

github-actions bot commented Jan 27, 2025

Unit Test Results (build & test)

104 tests  ±0   104 ✅ ±0   14s ⏱️ ±0s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 46f250a. ± Comparison against base commit ec6e41f.

♻️ This comment has been updated with latest results.

@@ -265,8 +266,6 @@ jobs:
DATAHUB_TELEMETRY_ENABLED: false
DATAHUB_ACTIONS_IMAGE: acryldata/datahub-actions-slim
DATAHUB_ACTIONS_VERSION: ${{ needs.setup.outputs.unique_tag }}
ACTIONS_EXTRA_PACKAGES: "acryl-datahub-actions[executor]==0.0.13 acryl-datahub-actions==0.0.13 acryl-datahub==0.10.5"
ACTIONS_CONFIG: "https://raw.githubusercontent.com/acryldata/datahub-actions/main/docker/config/executor.yaml"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't use the entrypoint from the base image, so these two env vars didn't do anything. removing them to make it more clear

@anshbansal anshbansal merged commit 311d1c0 into main Jan 28, 2025
9 checks passed
@anshbansal anshbansal deleted the fix-docker-load branch January 28, 2025 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants