Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-common-tooling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
label: ["ubuntu-latest", "gcp-core-2-default", "aws-arm-core-2-default"]
label: ["ubuntu-latest", "gcp-core-2-default", "aws-arm-core-2-default", "ubicloud-standard-2", "ubicloud-standard-2-arm"]
runs-on: ${{ matrix.label }}
timeout-minutes: 10
steps:
Expand Down
2 changes: 2 additions & 0 deletions actionlint/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ self-hosted-runner:
- n2-standard-32-netssd-preempt
- n2-standard-8-netssd-preempt
- n2-standard-8-netssd-preempt-quick
- ubicloud-standard-2-arm
- ubicloud-standard-2
Comment on lines +56 to +57

# Configuration variables in array of strings defined in your repository or
# organization. `null` means disabling configuration variables check.
Expand Down
5 changes: 5 additions & 0 deletions common-tooling/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,3 +321,8 @@ runs:
echo "python_missing=" >> "$GITHUB_ENV"
echo "yarn_missing=" >> "$GITHUB_ENV"
echo "build_essential_missing=" >> "$GITHUB_ENV"

- name: Test change
shell: bash
run: |
echo "We are testing the action here"
Loading