Skip to content

Commit a27b0dc

Browse files
wilderbridgevdemeester
authored andcommitted
Fix gofmt and tag alignment
1 parent ebf64f3 commit a27b0dc

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

pkg/apis/config/feature_flags.go

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -210,19 +210,19 @@ type FeatureFlags struct {
210210
Coschedule string `json:"coschedule,omitempty"`
211211
EnableCELInWhenExpression bool `json:"enableCELInWhenExpression,omitempty"`
212212
// EnableStepActions is a no-op flag since StepActions are stable
213-
EnableStepActions bool `json:"enableStepActions,omitempty"`
214-
EnableParamEnum bool `json:"enableParamEnum,omitempty"`
215-
EnableArtifacts bool `json:"enableArtifacts,omitempty"`
216-
DisableInlineSpec string `json:"disableInlineSpec,omitempty"`
217-
EnableConciseResolverSyntax bool `json:"enableConciseResolverSyntax,omitempty"`
218-
EnableKubernetesSidecar bool `json:"enableKubernetesSidecar,omitempty"`
219-
EnableWaitExponentialBackoff bool `json:"enableWaitExponentialBackoff,omitempty"`
220-
// DeprecatedEnableTektonOCIBundles is maintained for backward compatibility
221-
// to allow deletion of PipelineRuns created before v0.62.x.
222-
// This field is not used and can be removed in a future release
223-
// once we're confident old PipelineRuns have been cleaned up.
224-
// See issue #8359 for context.
225-
DeprecatedEnableTektonOCIBundles *bool `json:"enableTektonOCIBundles,omitempty" yaml:"enableTektonOCIBundles,omitempty"`
213+
EnableStepActions bool `json:"enableStepActions,omitempty"`
214+
EnableParamEnum bool `json:"enableParamEnum,omitempty"`
215+
EnableArtifacts bool `json:"enableArtifacts,omitempty"`
216+
DisableInlineSpec string `json:"disableInlineSpec,omitempty"`
217+
EnableConciseResolverSyntax bool `json:"enableConciseResolverSyntax,omitempty"`
218+
EnableKubernetesSidecar bool `json:"enableKubernetesSidecar,omitempty"`
219+
EnableWaitExponentialBackoff bool `json:"enableWaitExponentialBackoff,omitempty"`
220+
// DeprecatedEnableTektonOCIBundles is maintained for backward compatibility
221+
// to allow deletion of PipelineRuns created before v0.62.x.
222+
// This field is not used and can be removed in a future release
223+
// once we're confident old PipelineRuns have been cleaned up.
224+
// See issue #8359 for context.
225+
DeprecatedEnableTektonOCIBundles *bool `json:"enableTektonOCIBundles,omitempty" yaml:"enableTektonOCIBundles,omitempty"`
226226
}
227227

228228
// GetFeatureFlagsConfigName returns the name of the configmap containing all

test/dag_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ import (
4545
// pipeline-task-3
4646
// |
4747
// pipeline-task-4
48+
//
4849
// @test:execution=parallel
4950
func TestDAGPipelineRun(t *testing.T) {
5051
ctx := t.Context()

0 commit comments

Comments
 (0)