File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 72
72
WORKER_STATE_STORAGE_TYPE : {{ .Values.global.state.storage.type | quote }}
73
73
SHOULD_RUN_NOTIFY_WORKFLOWS : " false"
74
74
MAX_NOTIFY_WORKERS : {{ .Values.worker.maxNotifyWorkers | default "5" | quote }}
75
- STRICT_COMPARISON_NORMALIZATION_TAG : " "
76
- STRICT_COMPARISON_NORMALIZATION_WORKSPACES : " "
75
+ STRICT_COMPARISON_NORMALIZATION_TAG : {{ .Values.worker.strictComparisonNormalizationTag | default "strict_comparison" | quote }}
76
+ STRICT_COMPARISON_NORMALIZATION_WORKSPACES : {{ .Values.worker.strictComparisonNormalizationWorkspaces | default "" | quote }}
77
77
{{- end }}
Original file line number Diff line number Diff line change @@ -826,6 +826,9 @@ worker:
826
826
827
827
maxNotifyWorkers : 5
828
828
829
+ strictComparisonNormalizationTag : " strict_comparison"
830
+ strictComparisonNormalizationWorkspaces : " "
831
+
829
832
# # @section Metrics parameters
830
833
metrics :
831
834
enabled : false
Original file line number Diff line number Diff line change 100
100
docker system df
101
101
102
102
echo " Running e2e tests via gradle..."
103
- KUBE=true SUB_BUILD=PLATFORM USE_EXTERNAL_DEPLOYMENT=true ./gradlew :airbyte-tests:acceptanceTests --scan
103
+ KUBE=true SUB_BUILD=PLATFORM USE_EXTERNAL_DEPLOYMENT=true ./gradlew -Dorg.gradle.caching=false :airbyte-tests:acceptanceTests --scan
104
104
105
105
echo " Reverting changes back"
106
106
mv charts/airbyte/Chart.yaml charts/airbyte/Chart.yaml.test
You can’t perform that action at this time.
0 commit comments