Skip to content

Commit

Permalink
fix(magento2): switch tests to community edition (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
andytson-inviqa authored Aug 1, 2024
1 parent 2c3ff47 commit fb50fab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ pipeline {
}
stage('Magento 2') {
when { expression { return isHarnessChange(['magento2']) } }
options { catchError(buildResult: 'UNSTABLE', stageResult: 'FAILURE') }
steps { sh './test magento2 static' }
post { failure { script { failureMessages << 'Magento 2 static acceptance' } } }
}
Expand Down
1 change: 1 addition & 0 deletions src/magento2/.ci/sample-dynamic/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ attribute('aws.secret_access_key'): null

attribute('docker.port_forward.enabled'): false

attribute('magento.edition'): community
attribute('composer.auth.github'): = decrypt("YTozOntpOjA7czo3OiJkZWZhdWx0IjtpOjE7czoyNDoiZfbsRN210rxOzGyHhH74tuXtFxak6prxIjtpOjI7czo1Njoi7NjB2oXZJ3/wQsccea2VPeYEjU72koVub89ezkdQzAzOaaFwD2Rm1pbhWXR7aYgpUdXmNmO8g5YiO30=")
attribute('magento.username'): = decrypt("YTozOntpOjA7czo3OiJkZWZhdWx0IjtpOjE7czoyNDoi7yUH3P6aCmMBl2qwN7PdlRI1EiWoimdCIjtpOjI7czo0ODoiRPQOwTWonSKk4MysvUFMpCh+ooh/BFclduIOquzh2lW1JWA9mAocweHxe95WExrEIjt9")
attribute('magento.password'): = decrypt("YTozOntpOjA7czo3OiJkZWZhdWx0IjtpOjE7czoyNDoixljx4kYiDfX50qPOtBcSYGh3mAEpPSdNIjtpOjI7czo0ODoipguEMh332EeO4FbNy915MBJl8P8Xa9mVGktL4toQFWPiOHYIwHp1c3CjBTyFhi5dIjt9")
Expand Down
1 change: 1 addition & 0 deletions src/magento2/.ci/sample-static/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ attribute('magento.static_content'):
themes:
- Magento/luma

attribute('magento.edition'): community
attribute('composer.auth.github'): = decrypt("YTozOntpOjA7czo3OiJkZWZhdWx0IjtpOjE7czoyNDoiZfbsRN210rxOzGyHhH74tuXtFxak6prxIjtpOjI7czo1Njoi7NjB2oXZJ3/wQsccea2VPeYEjU72koVub89ezkdQzAzOaaFwD2Rm1pbhWXR7aYgpUdXmNmO8g5YiO30=")
attribute('magento.username'): = decrypt("YTozOntpOjA7czo3OiJkZWZhdWx0IjtpOjE7czoyNDoi7yUH3P6aCmMBl2qwN7PdlRI1EiWoimdCIjtpOjI7czo0ODoiRPQOwTWonSKk4MysvUFMpCh+ooh/BFclduIOquzh2lW1JWA9mAocweHxe95WExrEIjt9")
attribute('magento.password'): = decrypt("YTozOntpOjA7czo3OiJkZWZhdWx0IjtpOjE7czoyNDoixljx4kYiDfX50qPOtBcSYGh3mAEpPSdNIjtpOjI7czo0ODoipguEMh332EeO4FbNy915MBJl8P8Xa9mVGktL4toQFWPiOHYIwHp1c3CjBTyFhi5dIjt9")
Expand Down

0 comments on commit fb50fab

Please sign in to comment.