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

Don't use custom docker compose services for CI #1044

Closed
wants to merge 1 commit into from

Conversation

relud
Copy link
Member

@relud relud commented Jul 24, 2024

circleci couldn't use volume mounts, but github actions can

@relud relud force-pushed the relud-remove-ci-containers branch 9 times, most recently from 4110162 to ff7cd66 Compare July 25, 2024 15:20
@relud relud force-pushed the relud-remove-ci-containers branch from ff7cd66 to 2bcca26 Compare July 25, 2024 15:20
@@ -39,20 +39,18 @@ jobs:
run: make build
- name: Verify requirements.txt contains correct dependencies
run: |
docker compose run --rm --no-deps ci shell ./bin/run_verify_reqs.sh
docker compose run --rm --user="$(id --user):$(id --group)" --no-deps test shell ./bin/run_verify_reqs.sh
Copy link
Member Author

Choose a reason for hiding this comment

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

set uid/gid at runtime instead of at build time via ANTENNA_UID/ANTENNA_GID because we want to publish the image tested in CI

@relud relud changed the title Use containers that mount /app in CI Don't use custom docker compose services in CI Jul 25, 2024
@relud relud changed the title Don't use custom docker compose services in CI Don't use custom docker compose services for CI Jul 25, 2024
@relud relud closed this Jul 25, 2024
@relud relud deleted the relud-remove-ci-containers branch July 25, 2024 15:48
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.

1 participant