Skip to content

Commit

Permalink
ci: disable tests for main-oss and run arm test for PRs (#56)
Browse files Browse the repository at this point in the history
For now, I don't think we need to run tests for main-oss branch. We can
enable these tests when we use main-oss branch. For now, we have tests
running on our public dgraph repo.
  • Loading branch information
mangalaman93 authored Nov 27, 2023
1 parent daa5805 commit a22e248
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 17 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-aqua-security-trivy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ on:
- '**/**.ini'
branches:
- main-private
- main-oss
pull_request:
types:
- opened
Expand All @@ -30,7 +29,6 @@ on:
- ready_for_review
branches:
- main-private
- main-oss
schedule:
- cron: "0 0 * * *" # once daily
env:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-dgraph-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
- '**/**.gif'
- '**/**.ini'
branches:
- main-oss
- main-private
env:
GOPRIVATE: "github.com/dgraph-io/*,github.com/gohypermode/*"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-dgraph-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- synchronize
- ready_for_review
branches:
- main-oss
- main-private
schedule:
- cron: "0 0 * * *" # once daily
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-dgraph-integration2-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- main-private
- main-oss
pull_request:
types:
- opened
Expand All @@ -12,7 +11,6 @@ on:
- ready_for_review
branches:
- main-private
- main-oss
schedule:
- cron: "0 0 * * *" # once daily
env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-dgraph-ldbc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
- '**/**.gif'
- '**/**.ini'
branches:
- main-oss
- main-private
pull_request:
types:
Expand All @@ -29,7 +28,6 @@ on:
- synchronize
- ready_for_review
branches:
- main-oss
- main-private
schedule:
- cron: "0 0 * * *" # once daily
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-dgraph-load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
- '**/**.gif'
- '**/**.ini'
branches:
- main-oss
- main-private
pull_request:
types:
Expand All @@ -29,7 +28,6 @@ on:
- synchronize
- ready_for_review
branches:
- main-oss
- main-private
schedule:
- cron: "0 0 * * *"
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/ci-dgraph-tests-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ on:
- '**/**.jpg'
- '**/**.gif'
- '**/**.ini'
branches:
- main-private
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
branches:
- main-private
schedule:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-dgraph-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
- '**/**.gif'
- '**/**.ini'
branches:
- main-oss
- main-private
pull_request:
types:
Expand All @@ -29,7 +28,6 @@ on:
- synchronize
- ready_for_review
branches:
- main-oss
- main-private
schedule:
- cron: "0 0 * * *" # once daily
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-dgraph-upgrade-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- synchronize
- ready_for_review
branches:
- main-oss
- main-private
schedule:
- cron: "0 0 * * *" # once daily
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-golang-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
- '**/**.gif'
- '**/**.ini'
branches:
- main-oss
- main-private
pull_request:
types:
Expand All @@ -29,7 +28,6 @@ on:
- synchronize
- ready_for_review
branches:
- main-oss
- main-private
schedule:
- cron: "0 0 * * *" # once daily
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: labeler
on:
pull_request_target:
branches:
- main
- main-oss
- main-private
types: [opened]
jobs:
Expand Down

0 comments on commit a22e248

Please sign in to comment.