Skip to content

Commit

Permalink
Merge branch 'main' into human-readable-quantity
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusSorealheis committed Jun 3, 2024
2 parents 0611fcc + 77b2c33 commit 5d6afb6
Show file tree
Hide file tree
Showing 64 changed files with 7,701 additions and 4,183 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
- name: Get gateway IPs
id: gateway-ips
run: |
echo "cache_ip=$(kubectl get gtw cache -o=jsonpath='{.status.addresses[0].value}')" >> "$GITHUB_ENV"
echo "scheduler_ip=$(kubectl get gtw scheduler -o=jsonpath='{.status.addresses[0].value}')" >> "$GITHUB_ENV"
echo "cache_ip=$(kubectl get gtw cache-gateway -o=jsonpath='{.status.addresses[0].value}')" >> "$GITHUB_ENV"
echo "scheduler_ip=$(kubectl get gtw scheduler-gateway -o=jsonpath='{.status.addresses[0].value}')" >> "$GITHUB_ENV"
- name: Print cluster state
run: |
Expand All @@ -101,7 +101,7 @@ jobs:
bash -c "bazel run \
--config=lre \
--remote_instance_name=main \
--remote_cache=grpc://$cache_ip:50051 \
--remote_executor=grpc://$scheduler_ip:50052 \
--remote_cache=grpc://$cache_ip \
--remote_executor=grpc://$scheduler_ip \
--verbose_failures \
@local-remote-execution//examples:hello_lre"
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all
jobs:
pre-commit-checks:
runs-on: ubuntu-22.04
timeout-minutes: 5
timeout-minutes: 10
steps:
- name: Checkout
uses: >- # v4.1.1
Expand Down
10 changes: 0 additions & 10 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ linters:
enable-all: true
disable:
# Deprecated.
- nosnakecase
- interfacer
- exhaustivestruct
- ifshort
- deadcode
- varcheck
- golint
- maligned
- scopelint
- structcheck
- execinquery
- gomnd

Expand Down
Loading

0 comments on commit 5d6afb6

Please sign in to comment.