Skip to content

Commit

Permalink
Merge pull request #61 from ASFHyP3/remove-cpu-container
Browse files Browse the repository at this point in the history
Don't Automatically Build the CPU Container
  • Loading branch information
AndrewPlayer3 authored Oct 24, 2024
2 parents 6b0c4b0 + c7ee39c commit c1ed90f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,12 @@ jobs:
with:
python_version: "3.10"

call-docker-ghcr-workflow-cpu:
call-docker-ghcr-workflow:
needs: call-version-info-workflow
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
version_tag: ${{ needs.call-version-info-workflow.outputs.version_tag }}.cpu
release_branch: main
develop_branch: develop
user: tools-bot
file: Dockerfile
secrets:
USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

call-docker-ghcr-workflow-gpu:
needs: call-version-info-workflow
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
version_tag: ${{ needs.call-version-info-workflow.outputs.version_tag }}.gpu
version_tag: ${{ needs.call-version-info-workflow.outputs.version_tag }}
release_branch: main
develop_branch: develop
user: tools-bot
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
* This option causes `time_series` to download the GSLC inputs from the `GSLC_granules/` subprefix located within the bucket and prefix given by the `--bucket` and `--bucket-prefix` options.

### Changed
* Releases and test deployments now trigger a Docker build for both a GPU-based image and a CPU-based image. The GPU image tag ends with `.gpu` and the CPU image tag ends with `.cpu`.
* Releases and test deployments now trigger a Docker build for the GPU container, rather than the CPU container.

### Fixed
* Fixed the parsing for the `--bounds` option for `time_series`.
Expand Down

0 comments on commit c1ed90f

Please sign in to comment.