Skip to content

Commit

Permalink
compiled go packages for k8s inputs
Browse files Browse the repository at this point in the history
Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
  • Loading branch information
HumairAK committed Feb 23, 2025
1 parent c398d2e commit d61886a
Show file tree
Hide file tree
Showing 4 changed files with 1,239 additions and 467 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/validate-generated-files.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
name: Validate Generated Files
on:
push:
branches:
- master
pull_request:
paths:
- 'backend/api/**/*.proto'
- '.github/workflows/validate-generated-files.yml'
- 'backend/api/**/*.proto'
- 'backend/api/**/go_http_client/**'
- 'backend/api/**/go_client/**'
- 'backend/api/**/python_http_client/**'
- 'backend/api/**/swagger/**'
- 'api/**/*.proto'
- 'api/**/*.go'
- 'kubernetes_platform/**/*.proto'
- 'kubernetes_platform/**/*.go'

jobs:
validate-generated-files:
Expand Down
6 changes: 3 additions & 3 deletions api/v2alpha1/pipeline_spec.proto
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ message TaskInputsSpec {

// Represents an input parameter. The value can be taken from an upstream
// task's output parameter (if specifying `producer_task` and
// `output_parameter_key`, or it can be a runtime value, which can either be
// `output_parameter_key`), or it can be a runtime value, which can either be
// determined at compile-time, or from a pipeline parameter.
message InputParameterSpec {
// Represents an upstream task's output parameter.
Expand All @@ -307,9 +307,9 @@ message TaskInputsSpec {

// Represents an upstream task's final status. The field can only be set if
// the schema version is `2.0.0`. The resolved input parameter will be a
// json payload in string type.
// JSON payload in string type.
message TaskFinalStatus {
// The name of the upsteram task where the final status is coming from.
// The name of the upstream task where the final status is coming from.
string producer_task = 1;
}

Expand Down
Loading

0 comments on commit d61886a

Please sign in to comment.