Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/buildWlsAksArtifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
echo "##[set-output name=artifactName;]${artifactName}"
echo "##[set-output name=artifactPath;]weblogic-azure/weblogic-azure-aks/target/$artifactName"
- name: Archive weblogic-azure/weblogic-azure-aks template
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
if: success()
with:
name: ${{steps.artifact_file.outputs.artifactName}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildWlsVm4AsArtifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
echo "##[set-output name=artifactName;]${artifactName}-${{ env.pidType }}"
echo "##[set-output name=artifactPath;]${{env.repoName}}/weblogic-azure-vm/${{ env.offerName }}/target/$artifactName"
- name: Archive ${{ env.offerName }} template
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
if: success()
with:
name: ${{steps.artifact_file.outputs.artifactName}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildWlsVm4CcArtifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
echo "##[set-output name=artifactName;]${artifactName}-${{ env.pidType }}"
echo "##[set-output name=artifactPath;]${{env.repoName}}/weblogic-azure-vm/${{ env.offerName }}/${{ env.offerName }}/target/$artifactName"
- name: Archive ${{ env.offerName }} template
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
if: success()
with:
name: ${{steps.artifact_file.outputs.artifactName}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildWlsVm4DcArtifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
echo "##[set-output name=artifactName;]${artifactName}-${{ env.pidType }}"
echo "##[set-output name=artifactPath;]${{env.repoName}}/weblogic-azure-vm/${{ env.offerName }}/${{ env.offerName }}/target/$artifactName"
- name: Archive ${{ env.offerName }} template
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
if: success()
with:
name: ${{steps.artifact_file.outputs.artifactName}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildWlsVm4SnArtifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
echo "##[set-output name=artifactName;]${artifactName}-${{ env.pidType }}"
echo "##[set-output name=artifactPath;]${{env.repoName}}/weblogic-azure-vm/${{ env.offerName }}/target/$artifactName"
- name: Archive ${{ env.offerName }} template
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
if: success()
with:
name: ${{steps.artifact_file.outputs.artifactName}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setupWlsAksDependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
{"event_type": "aks-integration-test-without-dependency-creation", "client_payload": {"gitUserNameForArtifactsLocation": "${{ github.repository_owner }}", "testBranchNameForArtifactsLocation": "${{ github.ref }}", "isForDemo": "false", "disambiguationSuffix": "${{ github.run_id }}", "storageAccountName": "${{ env.storageAccountName }}", "storageContainerName": "${{ env.storageContainerName }}", "dbName": "${{ env.dbName }}"}}
EOF
- name: Archive integration-test-data.txt
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
if: success()
with:
name: integration-test-data
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testWlsAksWithDependencyCreation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
echo "##[set-output name=artifactName;]${artifactName}"
echo "##[set-output name=artifactPath;]weblogic-azure/weblogic-azure-aks/target/$artifactName"
- name: Archive weblogic-azure/weblogic-azure-aks template
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
if: success()
with:
name: ${{steps.artifact_file.outputs.artifactName}}
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
with:
path: weblogic-azure
- name: Download artifact for deployment
uses: actions/download-artifact@v4
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
with:
name: ${{needs.preflight.outputs.artifactName}}
path: ${{needs.preflight.outputs.artifactName}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testWlsAksWithoutDependencyCreation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
echo "##[set-output name=artifactName;]${artifactName}"
echo "##[set-output name=artifactPath;]weblogic-azure/weblogic-azure-aks/target/$artifactName"
- name: Archive weblogic-azure/weblogic-azure-aks template
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
if: success()
with:
name: ${{steps.artifact_file.outputs.artifactName}}
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
with:
path: weblogic-azure
- name: Download artifact for deployment
uses: actions/download-artifact@v4
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
with:
name: ${{needs.preflight.outputs.artifactName}}
path: ${{needs.preflight.outputs.artifactName}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testWlsVmAdmin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
run: unzip ${{ env.adminOfferPath }}/target/$artifactName.zip -d ${{ env.adminOfferPath }}/target/$artifactName

- name: Archive ${{ env.offerName }} template
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
if: success()
with:
name: ${{steps.artifact_file.outputs.artifactName}}
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
repository: ${{env.repoOwner}}/${{env.repoName}}
path: ${{env.repoName}}
- name: Download artifact for deployment
uses: actions/download-artifact@v4
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
with:
name: ${{ needs.preflight.outputs.artifactName }}
path: ${{needs.preflight.outputs.artifactName}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testWlsVmCluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
echo "##[set-output name=artifactName;]${artifactName}"
echo "##[set-output name=artifactPath;]${{ env.offerPath }}/${{ env.offerName }}/target/$artifactName"
- name: Archive ${{ env.offerName }} template
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
if: success()
with:
name: ${{steps.artifact_file.outputs.artifactName}}
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
repository: ${{env.repoOwner}}/${{env.repoName}}
path: ${{env.repoName}}
- name: Download artifact for deployment
uses: actions/download-artifact@v4
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
with:
path: ${{ needs.preflight.outputs.artifactName }}
name: ${{ needs.preflight.outputs.artifactName }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testWlsVmDynamicCluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
echo "##[set-output name=artifactName;]${artifactName}"
echo "##[set-output name=artifactPath;]${offerPath}/${{ env.offerName }}/target/$artifactName"
- name: Archive ${{env.offerName}} template
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
if: success()
with:
name: ${{steps.artifact_file.outputs.artifactName}}
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
repository: ${{env.repoOwner}}/${{env.repoName}}
path: ${{env.repoName}}
- name: Download artifact for deployment
uses: actions/download-artifact@v4
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
with:
path: ${{needs.preflight.outputs.artifactName}}
name: ${{ needs.preflight.outputs.artifactName }}
Expand Down