Skip to content

Commit

Permalink
TECH-1657: Replace jahia-discovery with jahia-ee (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
rknj authored Mar 18, 2024
1 parent 7e24db0 commit 66affa4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jahia_image:
description: "Jahia Image"
required: true
default: "jahia/jahia-discovery-dev:8-SNAPSHOT"
default: "jahia/jahia-ee-dev:8-SNAPSHOT"
manifest:
description: "Provisioning manifest. Can be a local repository file in the tests folder or a publicly accessible link"
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-jahiaRelease.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Nightly - Jahia Release

on:
workflow_dispatch:
workflow_dispatch:
# schedule:
# - cron: "0 0 * * *"

Expand All @@ -28,7 +28,7 @@ jobs:
timeout_minutes: 20
testrail_project: Site Settings Module
tests_manifest: provisioning-manifest-snapshot.yml
jahia_image: jahia/jahia-discovery:8
jahia_image: jahia/jahia-ee:8
should_use_build_artifacts: false
should_skip_artifacts: true
should_skip_notifications: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-jahiaSnapshot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Nightly - Jahia Snapshot

on:
workflow_dispatch:
workflow_dispatch:
schedule:
- cron: "30 0 * * *"

Expand All @@ -28,7 +28,7 @@ jobs:
timeout_minutes: 20
testrail_project: Site Settings Module
tests_manifest: provisioning-manifest-snapshot.yml
jahia_image: jahia/jahia-discovery-dev:8-SNAPSHOT
jahia_image: jahia/jahia-ee-dev:8-SNAPSHOT
should_use_build_artifacts: false
should_skip_artifacts: true
should_skip_notifications: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-code-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
testrail_project: Site Settings Module
jahia_artifact_name: Integration-Tests-Standalone
tests_manifest: provisioning-manifest-build.yml
jahia_image: jahia/jahia-discovery-dev:8-SNAPSHOT
jahia_image: jahia/jahia-ee-dev:8-SNAPSHOT
should_use_build_artifacts: true
github_artifact_name: siteSettings-tests-artifacts-${{ github.run_number }}
bastion_ssh_private_key: ${{ secrets.BASTION_SSH_PRIVATE_KEY_JAHIACI }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
container:
image: cyclonedx/cyclonedx-cli:0.24.2
image: cyclonedx/cyclonedx-cli:0.24.2
steps:
- uses: jahia/jahia-modules-action/sbom-processing@v2
with:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
testrail_project: Site Settings Module
jahia_artifact_name: Integration-Tests-Standalone
tests_manifest: provisioning-manifest-build.yml
jahia_image: jahia/jahia-discovery-dev:8-SNAPSHOT
jahia_image: jahia/jahia-ee-dev:8-SNAPSHOT
should_use_build_artifacts: true
github_artifact_name: siteSettings-tests-artifacts-${{ github.run_number }}
bastion_ssh_private_key: ${{ secrets.BASTION_SSH_PRIVATE_KEY_JAHIACI }}
Expand Down

0 comments on commit 66affa4

Please sign in to comment.