Skip to content

Commit

Permalink
Run builds manually for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kubevalet authored and github-actions committed Jan 23, 2025
1 parent 7c55b5b commit 46c22e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/nativelink-build-all.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: Build //src/... with nativelink
on:
push:
workflow_dispatch:
workflow_call:
workflow_run:
workflows: ["rebase upstream manual", "rebase upstream cron"]
types:
- completed

jobs:
linux-build:
runs-on: large-ubuntu-22.04
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/nativelink-build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: Build with nativelink
on:
push:
workflow_dispatch:
workflow_call:
workflow_run:
workflows: ["rebase upstream manual", "rebase upstream cron"]
types:
- completed

jobs:
linux-build:
runs-on: large-ubuntu-22.04
Expand All @@ -26,7 +21,7 @@ jobs:
build:nativelink --remote_cache=cas-mongo-ci-dev.dev-usw2.nativelink.net:443
build:nativelink --remote_header=x-nativelink-api-key=$NATIVELINK_HEADER_RW_KEY
# TODO(adams): paramterize over this value after reverting the execution properties changes.
build:nativelink --remote_default_exec_properties="container-image=docker://ubuntu22:latest"
build:nativelink --remote_default_exec_properties="container-image=ubuntu22:latest"
build:nativelink --remote_instance_name=main
build:nativelink --remote_download_minimal
build:nativelink --remote_timeout=600
Expand Down

0 comments on commit 46c22e9

Please sign in to comment.