From 46c22e9f31297394811b68451d786a2ea82ebc07 Mon Sep 17 00:00:00 2001 From: TJPotter Date: Fri, 17 Jan 2025 11:20:49 -0700 Subject: [PATCH] Run builds manually for now --- .github/workflows/nativelink-build-all.yml | 7 +------ .github/workflows/nativelink-build.yml | 9 ++------- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/.github/workflows/nativelink-build-all.yml b/.github/workflows/nativelink-build-all.yml index 2c0498890f1b9..1b4339914694a 100644 --- a/.github/workflows/nativelink-build-all.yml +++ b/.github/workflows/nativelink-build-all.yml @@ -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 diff --git a/.github/workflows/nativelink-build.yml b/.github/workflows/nativelink-build.yml index a8b0dfce56f30..bec465bd3cda3 100644 --- a/.github/workflows/nativelink-build.yml +++ b/.github/workflows/nativelink-build.yml @@ -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 @@ -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