Skip to content

Commit

Permalink
Debugging integration workflow platform
Browse files Browse the repository at this point in the history
    This commit debugs the integration workflow platform failure.
    Will be reverted once it resolves.
  • Loading branch information
JeromeJu committed May 1, 2024
1 parent 1b9ad8f commit 73e63c6
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright 2024 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
#
# https://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.

version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
rebase-strategy: 'disabled'
schedule:
interval: 'daily'
commit-message:
prefix: 'security: '
open-pull-requests-limit: 0 # only check security updates
5 changes: 5 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ on:
branches:
- 'main'
- 'release/**/*'
- 'debug/*'
pull_request:
branches:
- 'main'
- 'release/**/*'
# TODO remove once bug is resolved
- 'debug/*'
workflow_dispatch:

concurrency:
Expand All @@ -38,6 +41,8 @@ jobs:
if: ${{ github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name && github.actor != 'dependabot[bot]' }}
runs-on: 'ubuntu-latest'
steps:
- name: 'Debug-check-runner-architecture'
run: uname -a
- uses: 'actions/checkout@v4'

- uses: 'google-github-actions/auth@v2'
Expand Down
3 changes: 2 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* @google-github-actions/maintainers
* @google-github-actions/maintainers
* @google-github-actions/deploy-gke-maintainers
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

#!/bin/sh -l
#!/bin/sh

gha_version="0.1.0"

Expand Down

0 comments on commit 73e63c6

Please sign in to comment.