From c5a01aa02ef38d1eb4eebe50561cf5c48e44866b Mon Sep 17 00:00:00 2001 From: Dirk Daems Date: Mon, 4 Sep 2023 09:32:54 +0200 Subject: [PATCH 1/2] Test samples wrt s3cmd and pystac_client changes --- .github/workflows/test-samples.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-samples.yaml b/.github/workflows/test-samples.yaml index 919f2e5..044f770 100644 --- a/.github/workflows/test-samples.yaml +++ b/.github/workflows/test-samples.yaml @@ -54,7 +54,7 @@ jobs: --env="OPENEO_AUTH_CLIENT_ID=${{ secrets.OPENEO_AUTH_CLIENT_ID }}" \ --env="OPENEO_AUTH_CLIENT_SECRET=${{ secrets.OPENEO_AUTH_CLIENT_SECRET }}" \ --env="OPENEO_AUTH_PROVIDER_ID=CDSE" \ - -d --rm registry.cloudferro.com/vito/jupyterhub:rc-92004` + -d --rm registry.cloudferro.com/vito/jupyterhub:releaseCandidate-105003` echo Started container ${container_id} echo Waiting for jupyterlab to start ... sleep 60 From 07a7e7a0596d3d10303ff6fbd8834fcee125b4b5 Mon Sep 17 00:00:00 2001 From: Dirk Daems Date: Wed, 15 Nov 2023 12:26:44 +0100 Subject: [PATCH 2/2] Upped image version for integration testing --- .github/workflows/test-samples.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-samples.yaml b/.github/workflows/test-samples.yaml index 044f770..29f0295 100644 --- a/.github/workflows/test-samples.yaml +++ b/.github/workflows/test-samples.yaml @@ -54,7 +54,7 @@ jobs: --env="OPENEO_AUTH_CLIENT_ID=${{ secrets.OPENEO_AUTH_CLIENT_ID }}" \ --env="OPENEO_AUTH_CLIENT_SECRET=${{ secrets.OPENEO_AUTH_CLIENT_SECRET }}" \ --env="OPENEO_AUTH_PROVIDER_ID=CDSE" \ - -d --rm registry.cloudferro.com/vito/jupyterhub:releaseCandidate-105003` + -d --rm registry.cloudferro.com/vito/jupyterhub:releaseCandidate-125989` echo Started container ${container_id} echo Waiting for jupyterlab to start ... sleep 60