3131" ${TAGGER} " --parent-dir " ${REPO_ROOT} " /config/cluster --regex " (.+)/config\.go" --tag-format " (%s || all) && !ignore_autogenerated" --mode dir ${EXTRA_BUILDTAGGER_ARGS}
3232" ${TAGGER} " --parent-dir " ${REPO_ROOT} " /config/namespaced --regex " (.+)/config\.go" --tag-format " (%s || all) && !ignore_autogenerated" --mode dir ${EXTRA_BUILDTAGGER_ARGS}
3333
34+ " ${TAGGER} " --parent-dir " ${REPO_ROOT} " /config/cluster --regex " (.+)/config_test\.go" --tag-format " (%s || all) && !ignore_autogenerated" --mode dir ${EXTRA_BUILDTAGGER_ARGS}
35+ " ${TAGGER} " --parent-dir " ${REPO_ROOT} " /config/namespaced --regex " (.+)/config_test\.go" --tag-format " (%s || all) && !ignore_autogenerated" --mode dir ${EXTRA_BUILDTAGGER_ARGS}
36+
3437# constant tags
3538# apis/zz_register.go -> (apiregister || register || all) && !ignore_autogenerated
3639" ${TAGGER} " --parent-dir " ${REPO_ROOT} " /apis/cluster/zz_register.go --tag-format " all && !ignore_autogenerated" --mode file ${EXTRA_BUILDTAGGER_ARGS}
3740" ${TAGGER} " --parent-dir " ${REPO_ROOT} " /apis/namespaced/zz_register.go --tag-format " all && !ignore_autogenerated" --mode file ${EXTRA_BUILDTAGGER_ARGS}
3841
3942# cmd/generator/main.go -> config || generate || all
4043" ${TAGGER} " --parent-dir " ${REPO_ROOT} " /cmd/generator/main.go --tag-format " all" --mode file ${EXTRA_BUILDTAGGER_ARGS}
41- # config/autoscaling/config_test.go -> (autoscaling || config || all) && !ignore_autogenerated
42- " ${TAGGER} " --parent-dir " ${REPO_ROOT} " /config/cluster/autoscaling/config_test.go --tag-format " (autoscaling || all) && !ignore_autogenerated" --mode file ${EXTRA_BUILDTAGGER_ARGS}
43- # config/elasticache/config_test.go -> (autoscaling || config || all) && !ignore_autogenerated
44- " ${TAGGER} " --parent-dir " ${REPO_ROOT} " /config/cluster/elasticache/config_test.go --tag-format " (elasticache || all) && !ignore_autogenerated" --mode file ${EXTRA_BUILDTAGGER_ARGS}
4544# config/common/apis/lambda/extractor.go -> config || lambda || all
4645" ${TAGGER} " --parent-dir " ${REPO_ROOT} " /config/cluster/common/apis/lambda/extractor.go --tag-format " lambda || all" --mode file ${EXTRA_BUILDTAGGER_ARGS}
4746" ${TAGGER} " --parent-dir " ${REPO_ROOT} " /config/namespaced/common/apis/lambda/extractor.go --tag-format " lambda || all" --mode file ${EXTRA_BUILDTAGGER_ARGS}
6867" ${TAGGER} " --parent-dir " ${REPO_ROOT} " /internal/controller/cluster/eks/clusterauth/eks.go --tag-format " eks || all" --mode file ${EXTRA_BUILDTAGGER_ARGS}
6968" ${TAGGER} " --parent-dir " ${REPO_ROOT} " /internal/controller/namespaced/eks/clusterauth/eks.go --tag-format " eks || all" --mode file ${EXTRA_BUILDTAGGER_ARGS}
7069
70+ # config/test/roundtrip -> all
71+ " ${TAGGER} " --parent-dir " ${REPO_ROOT} " /config/test/roundtrip --regex " .+_test\.go" --tag-format " all && !ignore_autogenerated && !linter_run" --mode dir ${EXTRA_BUILDTAGGER_ARGS}
72+
7173if [[ " ${RESTORE_DEEPCOPY_TAGS} " == " true" ]]; then
7274 " ${TAGGER} " --parent-dir " ${REPO_ROOT} " /apis --regex " zz_generated.deepcopy.go" --tag-format " !ignore_autogenerated" --mode file
7375fi
0 commit comments