Skip to content

Commit

Permalink
scale runners
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler committed Nov 6, 2024
1 parent 2618a36 commit bc095a6
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 6 deletions.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "🙋 Question"
description: Question related to Dgraph
title: "[QUESTION]: <Title>"
labels: ["kind/question ", "status/triage"]
body:
- type: markdown
attributes:
value: |
The issue tracker is not for questions.
- If you have a question, please try asking it on https://discuss.dgraph.io
- Our Docs: https://dgraph.io/docs/
- If it is code related, you could open it here
- type: textarea
attributes:
label: Question.
description: Ask your Question.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dgraph-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'release/**'
jobs:
dgraph-code-coverage:
runs-on: warp-ubuntu-latest-x64-16x
runs-on: warp-ubuntu-latest-x64-4x
steps:
- uses: actions/checkout@v4 # defaults to SHA of event that triggered workflow
- name: Get Go Version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-dgraph-load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
dgraph-load-tests:
if: github.event.pull_request.draft == false
runs-on: warp-ubuntu-latest-x64-16x
runs-on: warp-ubuntu-latest-x64-4x
steps:
- uses: actions/checkout@v4
- name: Get Go Version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-dgraph-tests-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
dgraph-tests:
if: github.event.pull_request.draft == false
runs-on: warp-ubuntu-latest-arm64-16x
runs-on: warp-ubuntu-latest-arm64-4x
steps:
- uses: actions/checkout@v4
- name: Get Go Version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-dgraph-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
dgraph-tests:
if: github.event.pull_request.draft == false
runs-on: warp-ubuntu-latest-x64-16x
runs-on: warp-ubuntu-latest-x64-4x
steps:
- uses: actions/checkout@v4
- name: Get Go Version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- cron: "00 20 * * *" # 1 run per day
jobs:
dgraph-upgrade-fixed-versions-tests:
runs-on: warp-ubuntu-latest-x64-16x
runs-on: warp-ubuntu-latest-x64-4x
timeout-minutes: 720
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-dgraph-upgrade-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
dgraph-upgrade-tests:
if: github.event.pull_request.draft == false
runs-on: warp-ubuntu-latest-x64-16x
runs-on: warp-ubuntu-latest-x64-4x
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit bc095a6

Please sign in to comment.