Skip to content
Merged
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
18 changes: 18 additions & 0 deletions .github/workflows/_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@ name: Test the Terraform product module

on:
workflow_dispatch:
inputs:
product:
description: 'The name of the Terraform product module to test.'
required: true
type: choice
default: cos
options:
- cos
- cos_lite
runner:
description: 'The runner label to use for the job.'
type: choice
default: ubuntu-latest
options:
- ubuntu-latest
- self-hosted-linux-amd64-noble-large
- self-hosted-linux-amd64-noble-xlarge
- self-hosted-linux-amd64-noble-2xlarge
workflow_call:
inputs:
product:
Expand Down