Skip to content

Commit d7186e7

Browse files
Remove main go mod from trigger all tests (#48101)
### What does this PR do? ### Motivation ### Describe how you validated your changes ### Additional Notes Co-authored-by: kevin.fairise <kevin.fairise@datadoghq.com>
1 parent eb24d6e commit d7186e7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,6 @@ workflow:
874874
- .gitlab/test/e2e/e2e.yml
875875
- test/e2e-framework/**/*
876876
- test/new-e2e/go.mod
877-
- go.mod
878877
- flakes.yaml
879878
- release.json
880879
compare_to: $COMPARE_TO_BRANCH
@@ -896,7 +895,6 @@ workflow:
896895
- .gitlab/test/e2e/e2e.yml
897896
- test/e2e-framework/testing/**/*
898897
- test/new-e2e/go.mod
899-
- go.mod
900898
- flakes.yaml
901899
- release.json
902900
compare_to: $COMPARE_TO_BRANCH
@@ -962,7 +960,6 @@ workflow:
962960
- pkg/util/trivy/**/*
963961
- test/new-e2e/tests/containers/**/*
964962
- test/new-e2e/go.mod
965-
- go.mod
966963
compare_to: $COMPARE_TO_BRANCH
967964
when: on_success
968965

@@ -1110,7 +1107,6 @@ workflow:
11101107
- comp/trace/**/*
11111108
- test/new-e2e/tests/apm/**/*
11121109
- test/new-e2e/go.mod
1113-
- go.mod
11141110
compare_to: $COMPARE_TO_BRANCH
11151111
when: on_success
11161112

@@ -1138,7 +1134,6 @@ workflow:
11381134
- comp/netflow/**/*
11391135
- test/new-e2e/tests/ndm/netflow/**/*
11401136
- test/new-e2e/go.mod
1141-
- go.mod
11421137
compare_to: $COMPARE_TO_BRANCH
11431138
when: on_success
11441139

@@ -1149,7 +1144,6 @@ workflow:
11491144
- pkg/collector/corechecks/snmp/**/*
11501145
- test/new-e2e/tests/ndm/snmp/**/*
11511146
- test/new-e2e/go.mod
1152-
- go.mod
11531147
compare_to: $COMPARE_TO_BRANCH
11541148
when: on_success
11551149
- when: manual
@@ -1163,7 +1157,6 @@ workflow:
11631157
- pkg/aggregator/**/*
11641158
- test/new-e2e/tests/ha-agent/**/*
11651159
- test/new-e2e/go.mod
1166-
- go.mod
11671160
compare_to: $COMPARE_TO_BRANCH
11681161
when: on_success
11691162

@@ -1177,7 +1170,6 @@ workflow:
11771170
- comp/networkpath/**/*
11781171
- test/new-e2e/tests/netpath/**/*
11791172
- test/new-e2e/go.mod
1180-
- go.mod
11811173
compare_to: $COMPARE_TO_BRANCH
11821174
when: on_success
11831175

0 commit comments

Comments
 (0)