Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/cloud_builder/run_command_on_active_checkout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ options:
steps:
- name: us-central1-docker.pkg.dev/external-snap-ci-github-gigl/gigl-base-images/gigl-builder:7d3182eeb6446ce3e35910babba990c8e003879d.109.1
entrypoint: /bin/bash
# Route sbt through Google's Maven Central mirror to avoid 429 rate limits from repo1.maven.org.
# Intentionally set here (CI env) rather than in scala/.sbtopts or scala_spark35/.sbtopts to avoid
# affecting downstream consumers of GiGL (e.g. as a submodule) that have their own Maven routing.
env:
- 'SBT_OPTS=-Dsbt.override.build.repos=true -Dsbt.repository.config=repositories'
args:
- -c
- |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/on-pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@ jobs:
steps:
- name: Run Linting Tests
uses: snapchat/gigl/.github/actions/run-command-on-pr@main
# Route sbt through Google's Maven Central mirror to avoid 429 rate limits from repo1.maven.org.
# Intentionally set here (CI env) rather than in scala/.sbtopts or scala_spark35/.sbtopts to avoid
# affecting downstream consumers of GiGL (e.g. as a submodule) that have their own Maven routing.
env:
SBT_OPTS: '-Dsbt.override.build.repos=true -Dsbt.repository.config=repositories'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
pr_number: ${{ github.event.issue.number }}
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/on-pr-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ jobs:
gcp_service_account_email: ${{ secrets.gcp_service_account_email }}
- name: Run Lint Tests
shell: bash
# Route sbt through Google's Maven Central mirror to avoid 429 rate limits from repo1.maven.org.
# Intentionally set here (CI env) rather than in scala/.sbtopts or scala_spark35/.sbtopts to avoid
# affecting downstream consumers of GiGL (e.g. as a submodule) that have their own Maven routing.
env:
SBT_OPTS: '-Dsbt.override.build.repos=true -Dsbt.repository.config=repositories'
run: |
# sourcing .profile is important to resolve paths for java, sbt, et al.
# It is setup in the setup-python-tools action.
Expand Down
2 changes: 0 additions & 2 deletions scala/.sbtopts

This file was deleted.

2 changes: 0 additions & 2 deletions scala_spark35/.sbtopts

This file was deleted.