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

Moves packaging image creation into Github Actions #745

Merged
merged 27 commits into from
Oct 11, 2021

Conversation

gurkanindibay
Copy link
Contributor

No description provided.

ci/push_images Outdated Show resolved Hide resolved
Comment on lines 56 to 76
- name: Clone all-citus branch for test
run: git clone -b all-citus --depth=1 https://github.com/citusdata/packaging.git packaging

- name: Clone tools repo for test
run: git clone -b develop_tests --depth=1 https://github.com/citusdata/tools.git packaging/tools

- name: Install python requirements
run: |
cd packaging
python -m pip install -r tools/packaging_automation/requirements.txt

- name: Test packages using built images
run: |
python -m tools.packaging_automation.citus_package \
--gh_token "${GH_TOKEN}" \
--packaging_docker_platform "${{ matrix.TARGET_PLATFORM }}" \
--build_type 'release' \
--secret_key "${PACKAGING_SECRET_KEY}" \
--passphrase "${PACKAGING_PASSPHRASE}" \
--output_dir "$(pwd)/packages/" \
--input_files_dir "$(pwd)"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This section is performing the test. We are executing out tests on all-citus branch, i.e. performing tests on citus app.

.github/workflows/build-package.yml Outdated Show resolved Hide resolved
@hanefi
Copy link
Member

hanefi commented Sep 16, 2021

Needs a rebase

.github/workflows/build-citus-nightlies.yml Outdated Show resolved Hide resolved
.github/workflows/build-package.yml Outdated Show resolved Hide resolved
.github/workflows/build-package.yml Outdated Show resolved Hide resolved
ci/push_images Show resolved Hide resolved
update_images Outdated Show resolved Hide resolved
update_images Outdated Show resolved Hide resolved
* Changes update_images into update_image
* Removes output validation since warnings in
main branch causes nightlies to fail, so
totally unrelated tasks
Copy link
Member

@hanefi hanefi left a comment

Choose a reason for hiding this comment

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

Please consider my comments before merging

update_image Outdated Show resolved Hide resolved
update_image Show resolved Hide resolved
@gurkanindibay gurkanindibay merged commit b32c334 into develop Oct 11, 2021
@gurkanindibay gurkanindibay deleted the package_ga_transition branch October 11, 2021 15:39
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