Skip to content

Commit

Permalink
Commit to compare to itself
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 26, 2024
1 parent a334543 commit 8306b72
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
74 changes: 37 additions & 37 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ workflow:
- changes:
paths:
- pkg/fleet/**/*
compare_to: main
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897
variables:
FAST_TESTS: "true"

Expand Down Expand Up @@ -721,7 +721,7 @@ workflow:
- <<: *if_run_all_kmt_tests
- changes:
paths: *security_agent_change_paths
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
- when: manual
allow_failure: true

Expand All @@ -733,7 +733,7 @@ workflow:
- test/new-e2e/tests/windows/install-test/**/*
- test/new-e2e/tests/windows/domain-test/**/*
- tasks/msi.py
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916

.except_windows_installer_changes:
- <<: *if_windows_installer_changes
Expand Down Expand Up @@ -764,7 +764,7 @@ workflow:
- <<: *if_run_all_kmt_tests
- changes:
paths: *system_probe_change_paths
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916

.on_e2e_changes_or_manual:
- <<: *if_main_branch
Expand All @@ -774,7 +774,7 @@ workflow:
- test/new-e2e/pkg/**/*
- test/new-e2e/test-infra-definition/*
- test/new-e2e/go.mod
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
when: on_success
- when: manual
allow_failure: true
Expand All @@ -798,7 +798,7 @@ workflow:
- test/new-e2e/pkg/**/*
- test/new-e2e/go.mod
- flakes.yaml
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916

.on_e2e_or_windows_installer_changes:
- !reference [.on_e2e_main_release_or_rc]
Expand All @@ -809,14 +809,14 @@ workflow:
- !reference [.on_e2e_main_release_or_rc]
- changes:
<<: *fakeintake_paths
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
variables:
FAKEINTAKE_IMAGE_OVERRIDE: "public.ecr.aws/datadog/fakeintake:v$CI_COMMIT_SHORT_SHA"
when: on_success
- changes:
paths:
- test/new-e2e/test-infra-definition/*
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
when: on_success
- when: manual
allow_failure: true
Expand Down Expand Up @@ -847,7 +847,7 @@ workflow:
- pkg/util/trivy/**/*
- test/new-e2e/tests/containers/**/*
- test/new-e2e/go.mod
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
when: on_success

.on_rc_or_e2e_changes:
Expand All @@ -857,15 +857,15 @@ workflow:
- pkg/config/remote/**/*
- comp/remote-config/**/*
- test/new-e2e/tests/remote-config/**/*
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916

.on_asc_or_e2e_changes:
- !reference [.on_e2e_main_release_or_rc]
- changes:
paths:
# TODO: Add paths that should trigger tests for ASC
- test/new-e2e/tests/agent-shared-components/**/*
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916

.on_subcommands_or_e2e_changes:
- !reference [.on_e2e_main_release_or_rc]
Expand All @@ -875,31 +875,31 @@ workflow:
- pkg/**/*
- comp/**/*
- test/new-e2e/tests/agent-subcommands/**/*
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916

.on_language-detection_or_e2e_changes:
- !reference [.on_e2e_main_release_or_rc]
- changes:
paths:
# TODO: Add paths that should trigger tests for language detection
- test/new-e2e/tests/language-detection/**/*
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916

.on_npm_or_e2e_changes:
- !reference [.on_e2e_main_release_or_rc]
- changes:
paths:
# TODO: Add paths that should trigger tests for npm
- test/new-e2e/tests/npm/**/*
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916

.on_discovery_or_e2e_changes:
- !reference [.on_e2e_main_release_or_rc]
- changes:
paths:
- test/new-e2e/tests/discovery/**/*
- pkg/collector/corechecks/servicediscovery/**/*
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916

.on_aml_or_e2e_changes:
- !reference [.on_e2e_main_release_or_rc]
Expand Down Expand Up @@ -928,15 +928,15 @@ workflow:
- pkg/persistentcache/**/*
- pkg/serializer/**/*
- rtloader/**/*
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916

.on_cws_or_e2e_changes:
- !reference [.on_e2e_main_release_or_rc]
- changes:
paths:
# TODO: Add paths that should trigger tests for CWS
- test/new-e2e/tests/cws/**/*
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916

.on_process_or_e2e_changes:
- !reference [.on_e2e_main_release_or_rc]
Expand All @@ -947,15 +947,15 @@ workflow:
- comp/process/**/*
- pkg/process/**/*
- pkg/config/setup/process.go
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916

.on_orchestrator_or_e2e_changes:
- !reference [.on_e2e_main_release_or_rc]
- changes:
paths:
# TODO: Add paths that should trigger tests for orchestrator
- test/new-e2e/tests/orchestrator/**/*
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916

.on_apm_or_e2e_changes:
- !reference [.on_e2e_main_release_or_rc]
Expand All @@ -966,7 +966,7 @@ workflow:
- comp/trace/**/*
- test/new-e2e/tests/apm/**/*
- test/new-e2e/go.mod
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
when: on_success

.on_installer_or_e2e_changes:
Expand All @@ -979,7 +979,7 @@ workflow:
- cmd/installer/**/*
- test/new-e2e/tests/installer/**/*
- tasks/installer.py
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
when: on_success

.on_ndm_netflow_or_e2e_changes:
Expand All @@ -989,7 +989,7 @@ workflow:
- comp/netflow/**/*
- test/new-e2e/tests/ndm/netflow/**/*
- test/new-e2e/go.mod
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
when: on_success

.on_ndm_snmp_or_e2e_changes:
Expand All @@ -999,7 +999,7 @@ workflow:
- pkg/collector/corechecks/snmp/**/*
- test/new-e2e/tests/ndm/snmp/**/*
- test/new-e2e/go.mod
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
when: on_success
- when: manual
allow_failure: true
Expand All @@ -1010,7 +1010,7 @@ workflow:
paths:
- comp/otelcol/**/*
- test/new-e2e/tests/otel/**/*
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
when: on_success

.on_windows_service_or_e2e_changes:
Expand All @@ -1022,7 +1022,7 @@ workflow:
- pkg/util/winutil/messagestrings/**/*
- tasks/windows_resources.py
- test/new-e2e/tests/windows/service-test/**/*
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
when: on_success

.on_trace_agent_changes_or_manual:
Expand All @@ -1031,7 +1031,7 @@ workflow:
paths:
- pkg/trace/**/*
- .gitlab/benchmarks/*
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
when: on_success
- when: manual
allow_failure: true
Expand All @@ -1042,7 +1042,7 @@ workflow:
paths:
- pkg/security/**/*
- test/new-e2e/tests/cspm/**/* #TODO: Add other paths that should trigger the execution of CSPM e2e tests
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
when: on_success

.on_windows_systemprobe_or_e2e_changes:
Expand All @@ -1054,7 +1054,7 @@ workflow:
- pkg/process/monitor/*
- pkg/util/kernel/**/*
- test/new-e2e/tests/sysprobe-functional/**/*
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
when: on_success

.on_windows_security_or_e2e_changes:
Expand All @@ -1064,7 +1064,7 @@ workflow:
- pkg/security/**/*
- pkg/eventmonitor/**/*
- test/new-e2e/tests/security-agent-functional/**/*
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
when: on_success

.on_scheduled_main:
Expand Down Expand Up @@ -1099,7 +1099,7 @@ workflow:
- changes:
paths:
- comp/core/gui/guiimpl/systray/**/*
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916

.on_packaging_change:
- !reference [.except_mergequeue] # The prerequisites are not run in the mergequeue pipeline so we need to skip this rule
Expand All @@ -1109,19 +1109,19 @@ workflow:
- .gitlab-ci.yml
- release.json
- .gitlab/package_build/**/*
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916

.on_go-version_change:
- !reference [.except_mergequeue] # The prerequisites are not run in the mergequeue pipeline so we need to skip this rule
- changes:
paths:
- .go-version
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916

.on_fakeintake_changes:
- changes:
<<: *fakeintake_paths
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916

.on_fakeintake_changes_on_main:
- changes:
Expand Down Expand Up @@ -1161,27 +1161,27 @@ workflow:
paths:
- .gitlab-ci.yml
- .gitlab/**/*
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916

.on_invoke_tasks_changes:
- <<: *if_main_branch
- changes:
paths:
- tasks/**/*
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916

.on_kitchen_invoke_tasks_changes:
- <<: *if_main_branch
- changes:
paths:
- test/kitchen/tasks/**/*
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916

.on_powershell_module_or_e2e_changes_or_manual:
- !reference [.on_e2e_main_release_or_rc]
- changes:
paths:
- test/new-e2e/tests/windows/powershell-module-test/*
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
- when: manual
allow_failure: true
4 changes: 2 additions & 2 deletions .gitlab/notify/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ notify_github:
changes:
paths:
- '**/*.go'
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
when: on_success
- when: never
needs:
Expand Down Expand Up @@ -100,7 +100,7 @@ notify_gitlab_ci_changes:
paths:
- .gitlab-ci.yml
- .gitlab/**/*.yml
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
compare_to: compare/julien.lebot/fleet_automation/sign_and_deploy_script/1727384897 # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
before_script:
# Get main history
- git fetch origin main
Expand Down

0 comments on commit 8306b72

Please sign in to comment.