@@ -173,7 +173,7 @@ tar-install: ## Install the tar installer to run some smoke tests
173
173
.PHONY : rpm-install
174
174
rpm-install : # # Install the rpm installer to run some smoke tests
175
175
@echo " ::group::$@ " # Helping to group logs in GitHub actions
176
- TYPE=rpm $(PWD ) /.ci/run_docker_with_component_tests.sh elasticobservability/apm-agent-php-dev:packages-test-rpm-php-$(PHP_VERSION ) -0.0.1
176
+ TYPE=rpm $(PWD ) /.ci/run_docker_with_component_tests.sh elasticobservability/apm-agent-php-dev:packages-test-rpm-php-$(PHP_VERSION ) -0.0.3
177
177
@echo " ::endgroup::"
178
178
179
179
.PHONY : deb-install-in-apache
@@ -206,7 +206,7 @@ deb-install-release-github: ## Install the deb installer from a given release to
206
206
.PHONY : rpm-install-release-github
207
207
rpm-install-release-github : # # Install the rpm installer from a given release to run some smoke tests
208
208
@echo " ::group::$@ " # Helping to group logs in GitHub actions
209
- VERSION=$(RELEASE_VERSION ) GITHUB_RELEASES_URL=$(GITHUB_RELEASES_URL ) TYPE=release-github $(PWD ) /.ci/run_docker_with_component_tests.sh elasticobservability/apm-agent-php-dev:packages-test-rpm-php-$(PHP_VERSION ) -0.0.1
209
+ VERSION=$(RELEASE_VERSION ) GITHUB_RELEASES_URL=$(GITHUB_RELEASES_URL ) TYPE=release-github $(PWD ) /.ci/run_docker_with_component_tests.sh elasticobservability/apm-agent-php-dev:packages-test-rpm-php-$(PHP_VERSION ) -0.0.3
210
210
@echo " ::endgroup::"
211
211
212
212
.PHONY : tar-install-release-github
@@ -248,7 +248,7 @@ deb-lifecycle-testing-in-fpm: ## Lifecycle testing for the deb installer with fp
248
248
.PHONY : rpm-lifecycle-testing
249
249
rpm-lifecycle-testing : # # Lifecycle testing for the rpm installer
250
250
@echo " ::group::$@ " # Helping to group logs in GitHub actions
251
- TYPE=rpm-uninstall PACKAGE=$(NAME ) $(PWD ) /.ci/run_docker_with_component_tests.sh elasticobservability/apm-agent-php-dev:packages-test-rpm-php-$(PHP_VERSION ) -0.0.1
251
+ TYPE=rpm-uninstall PACKAGE=$(NAME ) $(PWD ) /.ci/run_docker_with_component_tests.sh elasticobservability/apm-agent-php-dev:packages-test-rpm-php-$(PHP_VERSION ) -0.0.3
252
252
@echo " ::endgroup::"
253
253
254
254
.PHONY : tar-lifecycle-testing
@@ -263,13 +263,13 @@ rpm-php-upgrade-testing: PHP_VERSION=7.2
263
263
rpm-php-upgrade-testing : # # PHP upgrade, from 7.2 to 7.4, testing for the rpm installer
264
264
@echo " ::group::$@ " # Helping to group logs in GitHub actions
265
265
echo " '$( PHP_VERSION) '"
266
- TYPE=php-upgrade PHP_VERSION=$(PHP_VERSION ) PACKAGE=$(NAME ) $(PWD ) /.ci/run_docker_with_component_tests.sh elasticobservability/apm-agent-php-dev:packages-test-rpm-php-$(PHP_VERSION ) -0.0.2
266
+ TYPE=php-upgrade PHP_VERSION=$(PHP_VERSION ) PACKAGE=$(NAME ) $(PWD ) /.ci/run_docker_with_component_tests.sh elasticobservability/apm-agent-php-dev:packages-test-rpm-php-$(PHP_VERSION ) -0.0.3
267
267
@echo " ::endgroup::"
268
268
269
269
.PHONY : rpm-agent-upgrade-testing
270
270
rpm-agent-upgrade-testing : # # Agent upgrade, from 1.0.0 to the current generated one, testing for the rpm installer
271
271
@echo " ::group::$@ " # Helping to group logs in GitHub actions
272
- VERSION=$(RELEASE_VERSION ) GITHUB_RELEASES_URL=$(GITHUB_RELEASES_URL ) TYPE=agent-upgrade PACKAGE=$(NAME ) $(PWD ) /.ci/run_docker_with_component_tests.sh elasticobservability/apm-agent-php-dev:packages-test-rpm-php-$(PHP_VERSION ) -0.0.1
272
+ VERSION=$(RELEASE_VERSION ) GITHUB_RELEASES_URL=$(GITHUB_RELEASES_URL ) TYPE=agent-upgrade PACKAGE=$(NAME ) $(PWD ) /.ci/run_docker_with_component_tests.sh elasticobservability/apm-agent-php-dev:packages-test-rpm-php-$(PHP_VERSION ) -0.0.3
273
273
@echo " ::endgroup::"
274
274
275
275
.PHONY : deb-agent-upgrade-testing
@@ -281,7 +281,7 @@ deb-agent-upgrade-testing: ## Agent upgrade, from 1.0.0 to the current generated
281
281
.PHONY : rpm-agent-upgrade-testing-local
282
282
rpm-agent-upgrade-testing-local : # # Agent upgrade, from 1.0.0 to the current generated one, testing for the rpm installer
283
283
@echo " ::group::$@ " # Helping to group logs in GitHub actions
284
- VERSION=$(RELEASE_VERSION ) GITHUB_RELEASES_URL=$(GITHUB_RELEASES_URL ) TYPE=agent-upgrade-local PACKAGE=$(NAME ) $(PWD ) /.ci/run_docker_with_component_tests.sh elasticobservability/apm-agent-php-dev:packages-test-rpm-php-$(PHP_VERSION ) -0.0.1
284
+ VERSION=$(RELEASE_VERSION ) GITHUB_RELEASES_URL=$(GITHUB_RELEASES_URL ) TYPE=agent-upgrade-local PACKAGE=$(NAME ) $(PWD ) /.ci/run_docker_with_component_tests.sh elasticobservability/apm-agent-php-dev:packages-test-rpm-php-$(PHP_VERSION ) -0.0.3
285
285
@echo " ::endgroup::"
286
286
287
287
.PHONY : deb-agent-upgrade-testing-local
0 commit comments