Skip to content

Commit

Permalink
@releng moving to sp 22 load 9
Browse files Browse the repository at this point in the history
  • Loading branch information
rismehta committed Oct 17, 2024
1 parent 1406f10 commit 5180eec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/ci/it-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const buildPath = '/home/circleci/build';
const { TYPE, BROWSER, AEM, PRERELEASE, FT, CONTEXTPATH, FTCONFIG} = process.env;
// 6.6.0 packages are published to same artifactory, once fixed use latest here
const latestVersion = ci.fetchLatestArtifactVersion('com.adobe.aemds', 'adobe-aemfd-linux-pkg');
const classicFormAddonVersion = latestVersion !== null ? latestVersion : '6.0.1256'; // Use the latest version if available, otherwise default to '6.0.1256'
const classicFormAddonVersion = latestVersion !== null ? latestVersion : '6.0.1298'; // Use the latest version if available, otherwise default to '6.0.1256'
// this value is for 6.5.21.0 version as per, https://experienceleague.adobe.com/en/docs/experience-manager-release-information/aem-release-updates/forms-updates/aem-forms-releases
const classicFormReleasedAddonVersion = '6.0.1244';

Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ executors:
docker:
- image: docker-adobe-cif-release.dr-uw2.adobeitc.com/circleci-qp:6.4.6-openjdk11
<<: *docker_auth
- image: docker-adobe-cif-release.dr-uw2.adobeitc.com/circleci-aem:6.5.21.0-openjdk11 # move to 6.5.22-load1-openjdk11, once forms aemfd package moves to this SP
- image: docker-adobe-cif-release.dr-uw2.adobeitc.com/circleci-aem:6.5.22-load9-openjdk11 # move to 6.5.22-load1-openjdk11, once forms aemfd package moves to this SP
<<: *docker_auth

jobs:
Expand Down

0 comments on commit 5180eec

Please sign in to comment.