From fa3a9e221b77cb9498d0cf9533020ab3cd228e6a Mon Sep 17 00:00:00 2001 From: Matic Lubej Date: Fri, 26 Apr 2024 11:08:56 +0200 Subject: [PATCH 1/3] update mirroring action --- .github/workflows/ci_action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_action.yml b/.github/workflows/ci_action.yml index 7410d313..b545abb8 100644 --- a/.github/workflows/ci_action.yml +++ b/.github/workflows/ci_action.yml @@ -121,11 +121,11 @@ jobs: - name: Mirror + trigger CI uses: SvanBoxel/gitlab-mirror-and-ci-action@master with: - args: "https://git.sinergise.com/eo/code/eo-learn/" + args: "https://hello.planet.com/code/eo/code/eo-learn" env: FOLLOW_TAGS: "true" - GITLAB_HOSTNAME: "git.sinergise.com" + GITLAB_HOSTNAME: "hello.planet.com/code" GITLAB_USERNAME: "github-action" GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }} - GITLAB_PROJECT_ID: "164" + GITLAB_PROJECT_ID: "9715" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 31ceade41e97b2d8a030c4cde68e705473f8cd8f Mon Sep 17 00:00:00 2001 From: Matic Lubej Date: Fri, 26 Apr 2024 11:09:03 +0200 Subject: [PATCH 2/3] update docker build action --- .github/workflows/ci_trigger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_trigger.yml b/.github/workflows/ci_trigger.yml index 5bdd9419..3fc327e9 100644 --- a/.github/workflows/ci_trigger.yml +++ b/.github/workflows/ci_trigger.yml @@ -16,4 +16,4 @@ jobs: -F ref=main \ -F variables[CUSTOM_RUN_TAG]=auto \ -F variables[LAYER_NAME]=dotai-eo \ - https://git.sinergise.com/api/v4/projects/1031/trigger/pipeline + https://hello.planet.com/code/api/v4/projects/9723/trigger/pipeline From 386ff621f7f065a3d6aafe007625ea36a255b1ad Mon Sep 17 00:00:00 2001 From: Matic Lubej Date: Fri, 26 Apr 2024 11:09:13 +0200 Subject: [PATCH 3/3] update integration tests job --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9fe3e598..1e357b83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,7 @@ -image: python:3.9 +default: + image: python:3.9 + tags: + - sinergise-lju stages: - test