From 9f5642a84bbbd1a4d89332b92c3b1a640bdf2de5 Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Wed, 12 Mar 2025 10:49:43 +1100 Subject: [PATCH 1/4] remove workflow (migrated in #4008) --- .github/workflows/recaptcha-enterprise.yaml | 58 --------------------- 1 file changed, 58 deletions(-) delete mode 100644 .github/workflows/recaptcha-enterprise.yaml diff --git a/.github/workflows/recaptcha-enterprise.yaml b/.github/workflows/recaptcha-enterprise.yaml deleted file mode 100644 index 5d75af3174..0000000000 --- a/.github/workflows/recaptcha-enterprise.yaml +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 2023 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -name: recaptcha-enterprise -on: - push: - branches: - - main - paths: - - 'recaptcha_enterprise/snippets/**' - - '.github/workflows/recaptcha-enterprise.yaml' - - '.github/workflows/test.yaml' - pull_request: - types: - - opened - - reopened - - synchronize - - labeled - paths: - - 'recaptcha_enterprise/snippets/**' - - '.github/workflows/recaptcha-enterprise.yaml' - - '.github/workflows/test.yaml' - schedule: - - cron: '0 0 * * 0' -jobs: - test: - permissions: - contents: 'read' - id-token: 'write' - if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' - uses: ./.github/workflows/test.yaml - with: - name: 'recaptchaenterprise' - path: 'recaptcha_enterprise/snippets' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: github.event.action == 'labeled' && github.event.label.name == 'actions:force-run' && always() - uses: ./.github/workflows/remove-label.yaml - flakybot: - permissions: - contents: 'read' - id-token: 'write' - if: github.event_name == 'schedule' && always() - uses: ./.github/workflows/flakybot.yaml - needs: [test] From d5cf3c2d327724a596ee26ddb1cd92a7d9b5d428 Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Wed, 12 Mar 2025 10:50:41 +1100 Subject: [PATCH 2/4] remove workflow (migrated in #4006) --- .github/workflows/scheduler.yaml | 52 -------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 .github/workflows/scheduler.yaml diff --git a/.github/workflows/scheduler.yaml b/.github/workflows/scheduler.yaml deleted file mode 100644 index b5f00e4a8d..0000000000 --- a/.github/workflows/scheduler.yaml +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 2023 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -name: scheduler -on: - push: - branches: - - main - paths: - - 'scheduler/**' - - '.github/workflows/scheduler.yaml' - - '.github/workflows/test.yaml' - pull_request: - types: - - opened - - reopened - - synchronize - - labeled - paths: - - 'scheduler/**' - - '.github/workflows/scheduler.yaml' - - '.github/workflows/test.yaml' - schedule: - - cron: '0 0 * * 0' -jobs: - test: - permissions: - contents: 'read' - id-token: 'write' - if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' - uses: ./.github/workflows/test.yaml - with: - name: 'scheduler' - path: 'scheduler' - flakybot: - permissions: - contents: 'read' - id-token: 'write' - if: github.event_name == 'schedule' && always() # always() submits logs even if tests fail - uses: ./.github/workflows/flakybot.yaml - needs: [test] From 305b70457c5ddc34afb1609cc6f0c2f24015b0b2 Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Wed, 12 Mar 2025 10:51:36 +1100 Subject: [PATCH 3/4] remove workflow (migrated in #4004) --- .../appengine-metadata-flexible.yaml | 52 ------------------- 1 file changed, 52 deletions(-) delete mode 100644 .github/workflows/appengine-metadata-flexible.yaml diff --git a/.github/workflows/appengine-metadata-flexible.yaml b/.github/workflows/appengine-metadata-flexible.yaml deleted file mode 100644 index cae8c2b868..0000000000 --- a/.github/workflows/appengine-metadata-flexible.yaml +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 2023 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -name: appengine-metadata-flexible -on: - push: - branches: - - main - paths: - - 'appengine/metadata/flexible/**' - - '.github/workflows/appengine-metadata-flexible.yaml' - - '.github/workflows/test.yaml' - pull_request: - types: - - opened - - reopened - - synchronize - - labeled - paths: - - 'appengine/metadata/flexible/**' - - '.github/workflows/appengine-metadata-flexible.yaml' - - '.github/workflows/test.yaml' - schedule: - - cron: '0 0 * * 0' -jobs: - test: - permissions: - contents: 'read' - id-token: 'write' - if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' - uses: ./.github/workflows/test.yaml - with: - name: 'appengine-metadata-flexible' - path: 'appengine/metadata/flexible' - flakybot: - permissions: - contents: 'read' - id-token: 'write' - if: github.event_name == 'schedule' && always() # always() submits logs even if tests fail - uses: ./.github/workflows/flakybot.yaml - needs: [test] From e9043d033e3cd76bce673641067c216c8d6aff27 Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Wed, 12 Mar 2025 10:51:58 +1100 Subject: [PATCH 4/4] remove workflow (migrated in #4004) --- .github/workflows/appengine-analytics.yaml | 52 ---------------------- 1 file changed, 52 deletions(-) delete mode 100644 .github/workflows/appengine-analytics.yaml diff --git a/.github/workflows/appengine-analytics.yaml b/.github/workflows/appengine-analytics.yaml deleted file mode 100644 index 5f54cba345..0000000000 --- a/.github/workflows/appengine-analytics.yaml +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 2023 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -name: appengine-analytics -on: - push: - branches: - - main - paths: - - 'appengine/analytics/**' - - '.github/workflows/appengine-analytics.yaml' - - '.github/workflows/test.yaml' - pull_request: - types: - - opened - - reopened - - synchronize - - labeled - paths: - - 'appengine/analytics/**' - - '.github/workflows/appengine-analytics.yaml' - - '.github/workflows/test.yaml' - schedule: - - cron: '0 0 * * 0' -jobs: - test: - permissions: - contents: 'read' - id-token: 'write' - if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' - uses: ./.github/workflows/test.yaml - with: - name: 'appengine-analytics' - path: 'appengine/analytics' - flakybot: - permissions: - contents: 'read' - id-token: 'write' - if: github.event_name == 'schedule' && always() # always() submits logs even if tests fail - uses: ./.github/workflows/flakybot.yaml - needs: [test]