Skip to content

Commit 2655733

Browse files
authored
Fix IDE integration test (#17280)
1 parent 6602594 commit 2655733

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ide-integration-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
name: ${{ needs.configuration.outputs.name }}
7575
sa_key: ${{ secrets.GCP_CREDENTIALS }}
76-
infrastructure_provider: harvester
76+
infrastructure_provider: gce
7777
large_vm: true
7878
- name: Deploy Gitpod to the preview environment
7979
id: deploy-gitpod
@@ -103,6 +103,9 @@ jobs:
103103
USER_TOKEN: ${{ secrets.IDE_INTEGRATION_TEST_USER_TOKEN }}
104104
PREVIEW_ENV_DEV_SA_KEY: ${{ secrets.GCP_CREDENTIALS }}
105105
PREVIEW_NAME: ${{ needs.configuration.outputs.name }}
106+
TEST_BUILD_ID: ${{ github.run_id }}
107+
TEST_BUILD_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
108+
TEST_BUILD_REF: ${{ github.head_ref || github.ref }}
106109
run: |
107110
set -euo pipefail
108111

0 commit comments

Comments
 (0)