From 276925814f6c82d99d039f60789994d0c36591e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Thu, 14 Nov 2024 13:15:50 +0100 Subject: [PATCH 1/5] Move ci-cargo-deny to free tier gh hosted runner --- .github/workflows/ci-cargo-deny.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cargo-deny.yml b/.github/workflows/ci-cargo-deny.yml index e1032894e4..1b225b16b2 100644 --- a/.github/workflows/ci-cargo-deny.yml +++ b/.github/workflows/ci-cargo-deny.yml @@ -9,7 +9,7 @@ on: jobs: cargo-deny: - runs-on: arc-ubuntu-22.04-dind + runs-on: ubuntu-latest strategy: matrix: checks: From 7617675dcca7c5d0a600ae5c862be659ebc49765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Thu, 14 Nov 2024 13:16:12 +0100 Subject: [PATCH 2/5] Disable beta toolchain CI builds for contracts --- .github/workflows/ci-contracts-matrix-includes.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci-contracts-matrix-includes.json b/.github/workflows/ci-contracts-matrix-includes.json index 8ef3e79912..9cc3dcb518 100644 --- a/.github/workflows/ci-contracts-matrix-includes.json +++ b/.github/workflows/ci-contracts-matrix-includes.json @@ -3,8 +3,4 @@ "rust":"stable", "runOnEvent":"always" }, - { - "rust":"beta", - "runOnEvent":"pull_request" - } ] From aa919a5351f5b0805ce640fb5b33f63cf526334f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Thu, 14 Nov 2024 13:16:39 +0100 Subject: [PATCH 3/5] Disable pull_request trigger for ci-build-upload-binaries --- .../workflows/ci-build-upload-binaries.yml | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/ci-build-upload-binaries.yml b/.github/workflows/ci-build-upload-binaries.yml index 98e63bd215..3197fe34eb 100644 --- a/.github/workflows/ci-build-upload-binaries.yml +++ b/.github/workflows/ci-build-upload-binaries.yml @@ -15,24 +15,24 @@ on: type: boolean schedule: - cron: "14 0 * * *" - pull_request: - paths: - - "clients/**" - - "common/**" - - "explorer-api/**" - - "gateway/**" - - "integrations/**" - - "mixnode/**" - - "nym-api/**" - - "nym-node/**" - - "nym-outfox/**" - - 'nym-data-observatory/**' - - "nym-validator-rewarder/**" - - "sdk/rust/nym-sdk/**" - - "service-providers/**" - - "tools/**" - - "nymvisor/**" - - ".github/workflows/ci-build-upload-binaries.yml" + # pull_request: + # paths: + # - "clients/**" + # - "common/**" + # - "explorer-api/**" + # - "gateway/**" + # - "integrations/**" + # - "mixnode/**" + # - "nym-api/**" + # - "nym-node/**" + # - "nym-outfox/**" + # - 'nym-data-observatory/**' + # - "nym-validator-rewarder/**" + # - "sdk/rust/nym-sdk/**" + # - "service-providers/**" + # - "tools/**" + # - "nymvisor/**" + # - ".github/workflows/ci-build-upload-binaries.yml" jobs: publish-nym: From e97c94ef9ea48db59cb19eac522e9fc8cf88b81e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Thu, 14 Nov 2024 13:17:00 +0100 Subject: [PATCH 4/5] Disable pull_request trigger for ci-contracts-upload-binaries --- .github/workflows/ci-contracts-upload-binaries.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-contracts-upload-binaries.yml b/.github/workflows/ci-contracts-upload-binaries.yml index 9cb7116dca..8c3d270582 100644 --- a/.github/workflows/ci-contracts-upload-binaries.yml +++ b/.github/workflows/ci-contracts-upload-binaries.yml @@ -2,11 +2,11 @@ name: ci-contracts-upload-binaries on: workflow_dispatch: - pull_request: - paths: - - 'common/**' - - 'contracts/**' - - '.github/workflows/ci-contracts-upload-binaries.yml' + # pull_request: + # paths: + # - 'common/**' + # - 'contracts/**' + # - '.github/workflows/ci-contracts-upload-binaries.yml' env: NETWORK: mainnet From d2817d6782bf63528200a8cd2724e8baf161bc5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Thu, 14 Nov 2024 13:19:31 +0100 Subject: [PATCH 5/5] Remove commented out code --- .github/workflows/ci-build-upload-binaries.yml | 18 ------------------ .../workflows/ci-contracts-upload-binaries.yml | 5 ----- 2 files changed, 23 deletions(-) diff --git a/.github/workflows/ci-build-upload-binaries.yml b/.github/workflows/ci-build-upload-binaries.yml index 3197fe34eb..1da94877fa 100644 --- a/.github/workflows/ci-build-upload-binaries.yml +++ b/.github/workflows/ci-build-upload-binaries.yml @@ -15,24 +15,6 @@ on: type: boolean schedule: - cron: "14 0 * * *" - # pull_request: - # paths: - # - "clients/**" - # - "common/**" - # - "explorer-api/**" - # - "gateway/**" - # - "integrations/**" - # - "mixnode/**" - # - "nym-api/**" - # - "nym-node/**" - # - "nym-outfox/**" - # - 'nym-data-observatory/**' - # - "nym-validator-rewarder/**" - # - "sdk/rust/nym-sdk/**" - # - "service-providers/**" - # - "tools/**" - # - "nymvisor/**" - # - ".github/workflows/ci-build-upload-binaries.yml" jobs: publish-nym: diff --git a/.github/workflows/ci-contracts-upload-binaries.yml b/.github/workflows/ci-contracts-upload-binaries.yml index 8c3d270582..4346726435 100644 --- a/.github/workflows/ci-contracts-upload-binaries.yml +++ b/.github/workflows/ci-contracts-upload-binaries.yml @@ -2,11 +2,6 @@ name: ci-contracts-upload-binaries on: workflow_dispatch: - # pull_request: - # paths: - # - 'common/**' - # - 'contracts/**' - # - '.github/workflows/ci-contracts-upload-binaries.yml' env: NETWORK: mainnet