Skip to content

Direct Controller for essentialcontacts-contact #1760

Direct Controller for essentialcontacts-contact

Direct Controller for essentialcontacts-contact #1760

Workflow file for this run

# Copyright 2025 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.
# Generated by dev/tasks/generate-github-actions
name: ci-presubmit
on:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- "**.md"
- "experiments/**"
push:
branches: ["master"]
paths-ignore:
- "**.md"
- "experiments/**"
merge_group:
types: [checks_requested]
branches: [ "master" ]
jobs:
scenarios-tests:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: "Run dev/ci/presubmits/scenarios-tests"
run: |
./dev/ci/presubmits/scenarios-tests
env:
ARTIFACTS: /tmp/artifacts
- name: "Upload artifacts"
uses: actions/upload-artifact@v4
with:
name: artifacts-scenarios-tests
path: /tmp/artifacts/
test-mockgcp:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: "Run dev/ci/presubmits/test-mockgcp"
run: |
./dev/ci/presubmits/test-mockgcp
env:
ARTIFACTS: /tmp/artifacts
- name: "Upload artifacts"
uses: actions/upload-artifact@v4
with:
name: artifacts-test-mockgcp
path: /tmp/artifacts/
validate-generated-types:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: "Run dev/ci/presubmits/validate-generated-types"
run: |
./dev/ci/presubmits/validate-generated-types
env:
ARTIFACTS: /tmp/artifacts
- name: "Upload artifacts"
uses: actions/upload-artifact@v4
with:
name: artifacts-validate-generated-types
path: /tmp/artifacts/
tests-e2e-fixtures:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: "Run scripts/github-actions/tests-e2e-fixtures"
run: |
./scripts/github-actions/tests-e2e-fixtures
env:
ARTIFACTS: /tmp/artifacts
- name: "Upload artifacts"
uses: actions/upload-artifact@v4
with:
name: artifacts-tests-e2e-fixtures
path: /tmp/artifacts/
tests-e2e-fixtures-apigee:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: "Run scripts/github-actions/tests-e2e-fixtures-apigee"
run: |
./scripts/github-actions/tests-e2e-fixtures-apigee
env:
ARTIFACTS: /tmp/artifacts
- name: "Upload artifacts"
uses: actions/upload-artifact@v4
with:
name: artifacts-tests-e2e-fixtures-apigee
path: /tmp/artifacts/
tests-e2e-fixtures-backupdr:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: "Run scripts/github-actions/tests-e2e-fixtures-backupdr"
run: |
./scripts/github-actions/tests-e2e-fixtures-backupdr
env:
ARTIFACTS: /tmp/artifacts
- name: "Upload artifacts"
uses: actions/upload-artifact@v4
with:
name: artifacts-tests-e2e-fixtures-backupdr
path: /tmp/artifacts/
tests-e2e-fixtures-bigquery:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: "Run scripts/github-actions/tests-e2e-fixtures-bigquery"
run: |
./scripts/github-actions/tests-e2e-fixtures-bigquery
env:
ARTIFACTS: /tmp/artifacts
- name: "Upload artifacts"
uses: actions/upload-artifact@v4
with:
name: artifacts-tests-e2e-fixtures-bigquery
path: /tmp/artifacts/
tests-e2e-fixtures-compute:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: "Run scripts/github-actions/tests-e2e-fixtures-compute"
run: |
./scripts/github-actions/tests-e2e-fixtures-compute
env:
ARTIFACTS: /tmp/artifacts
- name: "Upload artifacts"
uses: actions/upload-artifact@v4
with:
name: artifacts-tests-e2e-fixtures-compute
path: /tmp/artifacts/
tests-e2e-fixtures-gkehub:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: "Run scripts/github-actions/tests-e2e-fixtures-gkehub"
run: |
./scripts/github-actions/tests-e2e-fixtures-gkehub
env:
ARTIFACTS: /tmp/artifacts
- name: "Upload artifacts"
uses: actions/upload-artifact@v4
with:
name: artifacts-tests-e2e-fixtures-gkehub
path: /tmp/artifacts/
tests-e2e-fixtures-monitoring:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: "Run scripts/github-actions/tests-e2e-fixtures-monitoring"
run: |
./scripts/github-actions/tests-e2e-fixtures-monitoring
env:
ARTIFACTS: /tmp/artifacts
- name: "Upload artifacts"
uses: actions/upload-artifact@v4
with:
name: artifacts-tests-e2e-fixtures-monitoring
path: /tmp/artifacts/
tests-e2e-fixtures-secretmanager:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: "Run scripts/github-actions/tests-e2e-fixtures-secretmanager"
run: |
./scripts/github-actions/tests-e2e-fixtures-secretmanager
env:
ARTIFACTS: /tmp/artifacts
- name: "Upload artifacts"
uses: actions/upload-artifact@v4
with:
name: artifacts-tests-e2e-fixtures-secretmanager
path: /tmp/artifacts/
tests-e2e-fixtures-sql:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: "Run scripts/github-actions/tests-e2e-fixtures-sql"
run: |
./scripts/github-actions/tests-e2e-fixtures-sql
env:
ARTIFACTS: /tmp/artifacts
- name: "Upload artifacts"
uses: actions/upload-artifact@v4
with:
name: artifacts-tests-e2e-fixtures-sql
path: /tmp/artifacts/
tests-e2e-fixtures-vertexai:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: "Run scripts/github-actions/tests-e2e-fixtures-vertexai"
run: |
./scripts/github-actions/tests-e2e-fixtures-vertexai
env:
ARTIFACTS: /tmp/artifacts
- name: "Upload artifacts"
uses: actions/upload-artifact@v4
with:
name: artifacts-tests-e2e-fixtures-vertexai
path: /tmp/artifacts/
tests-e2e-fixtures-vmwareengine:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: "Run scripts/github-actions/tests-e2e-fixtures-vmwareengine"
run: |
./scripts/github-actions/tests-e2e-fixtures-vmwareengine
env:
ARTIFACTS: /tmp/artifacts
- name: "Upload artifacts"
uses: actions/upload-artifact@v4
with:
name: artifacts-tests-e2e-fixtures-vmwareengine
path: /tmp/artifacts/
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true