From 554229c4284751657a618ca9cfbb7b7f2f00b710 Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Thu, 6 Feb 2025 16:23:01 +0100 Subject: [PATCH 01/16] remove github user --- .github/workflows/ci-generate-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-generate-ci.yml b/.github/workflows/ci-generate-ci.yml index 1ecf196331e..636544237d6 100644 --- a/.github/workflows/ci-generate-ci.yml +++ b/.github/workflows/ci-generate-ci.yml @@ -46,8 +46,6 @@ jobs: python $CI_PROJECT_DIR/.github/scripts/generate-ci.py if [ -n "$(git status --porcelain)" ]; then - git config --global user.name "IDX GitHub Automation" - git config --global user.email "idx@dfinity.org" git add . git commit -m "IDX GitHub Automation" git push From 395c29eefaa2f3496732ad41006b21506a31239c Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Thu, 6 Feb 2025 16:23:52 +0100 Subject: [PATCH 02/16] test --- .github/workflows-source/schedule-daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows-source/schedule-daily.yml b/.github/workflows-source/schedule-daily.yml index a9384c7ae7d..0eb70cf68a6 100644 --- a/.github/workflows-source/schedule-daily.yml +++ b/.github/workflows-source/schedule-daily.yml @@ -54,7 +54,7 @@ anchors: jobs: - bazel-test-bare-metal: + bazel-test-bare: name: Bazel Test Bare Metal <<: *dind-large-setup timeout-minutes: 120 From 31ed6213d7888d1aa1d8280019a2701daf9af5c8 Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Thu, 6 Feb 2025 16:29:00 +0100 Subject: [PATCH 03/16] Update ci-generate-ci.yml --- .github/workflows/ci-generate-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-generate-ci.yml b/.github/workflows/ci-generate-ci.yml index 636544237d6..6671e9a10ef 100644 --- a/.github/workflows/ci-generate-ci.yml +++ b/.github/workflows/ci-generate-ci.yml @@ -46,6 +46,8 @@ jobs: python $CI_PROJECT_DIR/.github/scripts/generate-ci.py if [ -n "$(git status --porcelain)" ]; then + git config user.name "GitHub Actions Bot" + git config user.email "<>" git add . git commit -m "IDX GitHub Automation" git push From 93eb4cdcadf23edd895ee0a7e50a9b6e52a437d6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 6 Feb 2025 15:29:19 +0000 Subject: [PATCH 04/16] IDX GitHub Automation --- .github/workflows/schedule-daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule-daily.yml b/.github/workflows/schedule-daily.yml index ef9b5061b2f..ea4728226eb 100644 --- a/.github/workflows/schedule-daily.yml +++ b/.github/workflows/schedule-daily.yml @@ -12,7 +12,7 @@ env: CI_RUN_ID: ${{ github.run_id }} BUILDEVENT_DATASET: "github-ci-dfinity" jobs: - bazel-test-bare-metal: + bazel-test-bare: name: Bazel Test Bare Metal container: image: ghcr.io/dfinity/ic-build@sha256:2e8185171700872d48fdfb4b08e175fca5be27b3fbbc4d7bed681ec8486f8b1d From d21bcf3790bcaddbd44fccdd1b2377ef59936f68 Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Thu, 6 Feb 2025 16:37:25 +0100 Subject: [PATCH 05/16] try with github actor --- .github/workflows/ci-generate-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-generate-ci.yml b/.github/workflows/ci-generate-ci.yml index 6671e9a10ef..d32f1545e1d 100644 --- a/.github/workflows/ci-generate-ci.yml +++ b/.github/workflows/ci-generate-ci.yml @@ -46,7 +46,7 @@ jobs: python $CI_PROJECT_DIR/.github/scripts/generate-ci.py if [ -n "$(git status --porcelain)" ]; then - git config user.name "GitHub Actions Bot" + git config user.name ${{ github.actor }} git config user.email "<>" git add . git commit -m "IDX GitHub Automation" From 03f44be1575713d967f3e15ebc5a50dad0f7b81f Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Thu, 6 Feb 2025 16:42:25 +0100 Subject: [PATCH 06/16] Update schedule-daily.yml --- .github/workflows-source/schedule-daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows-source/schedule-daily.yml b/.github/workflows-source/schedule-daily.yml index 0eb70cf68a6..6a21a50a99c 100644 --- a/.github/workflows-source/schedule-daily.yml +++ b/.github/workflows-source/schedule-daily.yml @@ -54,7 +54,7 @@ anchors: jobs: - bazel-test-bare: + bazel-test-bare-test-2: name: Bazel Test Bare Metal <<: *dind-large-setup timeout-minutes: 120 From 4fd65512a8062499e6d51df3d0c12567384040b3 Mon Sep 17 00:00:00 2001 From: cgundy <> Date: Thu, 6 Feb 2025 15:42:44 +0000 Subject: [PATCH 07/16] IDX GitHub Automation --- .github/workflows/schedule-daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule-daily.yml b/.github/workflows/schedule-daily.yml index ea4728226eb..3d7e7a7602e 100644 --- a/.github/workflows/schedule-daily.yml +++ b/.github/workflows/schedule-daily.yml @@ -12,7 +12,7 @@ env: CI_RUN_ID: ${{ github.run_id }} BUILDEVENT_DATASET: "github-ci-dfinity" jobs: - bazel-test-bare: + bazel-test-bare-test-2: name: Bazel Test Bare Metal container: image: ghcr.io/dfinity/ic-build@sha256:2e8185171700872d48fdfb4b08e175fca5be27b3fbbc4d7bed681ec8486f8b1d From 1b8519b355f1146fb94d1a385335f57322467750 Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Tue, 11 Feb 2025 15:43:07 +0100 Subject: [PATCH 08/16] Update ci-generate-ci.yml --- .github/workflows/ci-generate-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-generate-ci.yml b/.github/workflows/ci-generate-ci.yml index d32f1545e1d..43cf4dea161 100644 --- a/.github/workflows/ci-generate-ci.yml +++ b/.github/workflows/ci-generate-ci.yml @@ -47,7 +47,6 @@ jobs: if [ -n "$(git status --porcelain)" ]; then git config user.name ${{ github.actor }} - git config user.email "<>" git add . git commit -m "IDX GitHub Automation" git push From ac54017985bc4ac4ab70305221511b2740f2bc0a Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Tue, 11 Feb 2025 15:43:35 +0100 Subject: [PATCH 09/16] Update ci-generate-ci.yml --- .github/workflows/ci-generate-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-generate-ci.yml b/.github/workflows/ci-generate-ci.yml index 43cf4dea161..8b945d332d6 100644 --- a/.github/workflows/ci-generate-ci.yml +++ b/.github/workflows/ci-generate-ci.yml @@ -46,7 +46,8 @@ jobs: python $CI_PROJECT_DIR/.github/scripts/generate-ci.py if [ -n "$(git status --porcelain)" ]; then - git config user.name ${{ github.actor }} + git config --global user.name "IDX GitHub Automation" + git config --global user.email <> git add . git commit -m "IDX GitHub Automation" git push From 440293388fc90ecb04b108f524a8ab971b601d23 Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Tue, 11 Feb 2025 15:43:55 +0100 Subject: [PATCH 10/16] Update schedule-daily.yml --- .github/workflows-source/schedule-daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows-source/schedule-daily.yml b/.github/workflows-source/schedule-daily.yml index 6a21a50a99c..34e9e7737a0 100644 --- a/.github/workflows-source/schedule-daily.yml +++ b/.github/workflows-source/schedule-daily.yml @@ -54,7 +54,7 @@ anchors: jobs: - bazel-test-bare-test-2: + bazel-test-bare-metal:: name: Bazel Test Bare Metal <<: *dind-large-setup timeout-minutes: 120 From 91c410d36c19bfd251b71db02e5ec8311eb8f0d6 Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Tue, 11 Feb 2025 15:44:19 +0100 Subject: [PATCH 11/16] Update schedule-daily.yml --- .github/workflows-source/schedule-daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows-source/schedule-daily.yml b/.github/workflows-source/schedule-daily.yml index 34e9e7737a0..a9384c7ae7d 100644 --- a/.github/workflows-source/schedule-daily.yml +++ b/.github/workflows-source/schedule-daily.yml @@ -54,7 +54,7 @@ anchors: jobs: - bazel-test-bare-metal:: + bazel-test-bare-metal: name: Bazel Test Bare Metal <<: *dind-large-setup timeout-minutes: 120 From 84d37915227fcadb5d481ca8de2ee960d2e21b6e Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:33:11 +0100 Subject: [PATCH 12/16] Update schedule-daily.yml --- .github/workflows/schedule-daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule-daily.yml b/.github/workflows/schedule-daily.yml index 3d7e7a7602e..ef9b5061b2f 100644 --- a/.github/workflows/schedule-daily.yml +++ b/.github/workflows/schedule-daily.yml @@ -12,7 +12,7 @@ env: CI_RUN_ID: ${{ github.run_id }} BUILDEVENT_DATASET: "github-ci-dfinity" jobs: - bazel-test-bare-test-2: + bazel-test-bare-metal: name: Bazel Test Bare Metal container: image: ghcr.io/dfinity/ic-build@sha256:2e8185171700872d48fdfb4b08e175fca5be27b3fbbc4d7bed681ec8486f8b1d From 410012be603d9f6aec8dee3927e88f60b6475efd Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:36:31 +0100 Subject: [PATCH 13/16] Update ci-generate-ci.yml --- .github/workflows/ci-generate-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-generate-ci.yml b/.github/workflows/ci-generate-ci.yml index 8b945d332d6..0a8494de53e 100644 --- a/.github/workflows/ci-generate-ci.yml +++ b/.github/workflows/ci-generate-ci.yml @@ -47,7 +47,7 @@ jobs: if [ -n "$(git status --porcelain)" ]; then git config --global user.name "IDX GitHub Automation" - git config --global user.email <> + git config --global user.email "<>" git add . git commit -m "IDX GitHub Automation" git push From 1b2a16b8f4ebac771625fd76c06aa4b858a1ec18 Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:37:52 +0100 Subject: [PATCH 14/16] Update sync-public-with-private.yml --- .github/workflows/sync-public-with-private.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-public-with-private.yml b/.github/workflows/sync-public-with-private.yml index 5bbb48c2bc8..99b5365bce1 100644 --- a/.github/workflows/sync-public-with-private.yml +++ b/.github/workflows/sync-public-with-private.yml @@ -30,7 +30,7 @@ jobs: - name: Sync changes from public ic run: | git config --global user.name "IDX GitHub Automation" - git config --global user.email "idx@dfinity.org" + git config --global user.email "<>" git remote add public https://github.com/dfinity/ic.git git fetch public master From 01f72043b2e072fe2ac0c8a3bc35e25149e9c027 Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:39:32 +0100 Subject: [PATCH 15/16] Update rosetta-release.yml --- .github/workflows/rosetta-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rosetta-release.yml b/.github/workflows/rosetta-release.yml index cd99e734580..207cf6aa06d 100644 --- a/.github/workflows/rosetta-release.yml +++ b/.github/workflows/rosetta-release.yml @@ -37,7 +37,7 @@ jobs: - name: Configure Git run: | git config --global user.name "IDX GitHub Automation" - git config --global user.email "idx@dfinity.org" + git config --global user.email "<>" - name: Check rosetta release version if: ${{ github.event.inputs.rosetta_release_version }} From 1380a9cde12a61d5832420e5c02ecbba49a37ffb Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:40:00 +0100 Subject: [PATCH 16/16] Update container-autobuild.yml --- .github/workflows/container-autobuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-autobuild.yml b/.github/workflows/container-autobuild.yml index 8aadeb05755..404e6847da6 100644 --- a/.github/workflows/container-autobuild.yml +++ b/.github/workflows/container-autobuild.yml @@ -117,7 +117,7 @@ jobs: popd git config --global user.name "IDX GitHub Automation" - git config --global user.email "idx@dfinity.org" + git config --global user.email "<>" git add . git commit -m "Updating container image to ${IMAGE_SHA}" -m "Image tag: ${IMAGE_TAG}" git push