Skip to content

Commit 2a0bbd0

Browse files
authored
Use own runner for integration tests (#18427)
1 parent 22c2a55 commit 2a0bbd0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,6 @@ jobs:
433433
- install
434434
- monitoring
435435
- integration-test
436-
- workspace-integration-tests-main
437436
uses: gitpod-io/gce-github-runner/.github/workflows/delete-vm.yml@secrets
438437
secrets:
439438
gcp_credentials: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_GCP_CREDENTIALS }}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
secrets:
3838
runner_token: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_TOKEN }}
3939
gcp_credentials: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_GCP_CREDENTIALS }}
40+
with:
41+
task: workspace-integration-tests
4042

4143
configuration:
4244
name: Configuration

0 commit comments

Comments
 (0)