reuse the test shell script in dea-notebooks to avoid huge chunk of copy/paste. The necessary changes sit on this pr https://github.com/GeoscienceAustralia/dea-notebooks/pull/1008. I'll need to push a new docker image to pass the test workflow in the above PR. Hence further change will be made to checkout develop branch of dea-notebooks instead clean_test_workflow after this pr is merged.
mount volume instead of copying the file. I don't have a better way than chown to resolve the access issue between host and container.
remove index image since the test script will patch the sandbox image with odc-apps-dc-tools
publish the docker image iff. the integration test succeeds
burn the cache if only the version upgrade on odc family is required
Note:
The publish process can be only tested after merging. I'll address related issues if any then.
Coastline test failure was due to broken hellfish service
Based on PR #235 from @pindge Further changes:
dea-notebooks
to avoid huge chunk of copy/paste. The necessary changes sit on this pr https://github.com/GeoscienceAustralia/dea-notebooks/pull/1008. I'll need to push a new docker image to pass the test workflow in the above PR. Hence further change will be made to checkoutdevelop
branch ofdea-notebooks
insteadclean_test_workflow
after this pr is merged.chown
to resolve the access issue between host and container.index
image since the test script will patch the sandbox image withodc-apps-dc-tools
Note: The publish process can be only tested after merging. I'll address related issues if any then. Coastline test failure was due to broken hellfish service