We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977b168 commit c6df67bCopy full SHA for c6df67b
.github/workflows/ci.yaml
@@ -499,7 +499,8 @@ jobs:
499
working-directory: site
500
501
test-e2e:
502
- runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-4' || 'ubuntu-latest' }}
+ runs-on: ${{ github.repository_owner == 'coder' && (matrix.variant.enterprise && 'depot-ubuntu-22.04' || 'depot-ubuntu-22.04-4') || 'ubuntu-latest' }}
503
+ # test-e2e fails on 2-core 8GB runners, so we use the 4-core 16GB runner
504
needs: changes
505
if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ts == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
506
timeout-minutes: 20
0 commit comments