CI: Fix Skye and E2E GHA workflows (#104811)
* CI: Use pr_automation_app in skye workflow * CI: Fix e2e workflow artifact name (cherry picked from commite9fe1dedf7) * remove old-arch check (cherry picked from commit960e2d057b)
This commit is contained in:
@@ -21,18 +21,18 @@ jobs:
|
||||
with:
|
||||
name: ${{ inputs.package }}
|
||||
- uses: dagger/dagger-for-github@e47aba410ef9bb9ed81a4d2a97df31061e5e842e
|
||||
if: inputs.old-arch == false
|
||||
with:
|
||||
verb: run
|
||||
args: go run ./pkg/build/e2e --package=grafana.tar.gz --suite=${{ inputs.suite }}
|
||||
- name: Set suite name
|
||||
id: set-suite-name
|
||||
if: always()
|
||||
env:
|
||||
SUITE: ${{ inputs.suite }}
|
||||
run: |
|
||||
echo "suite=$(echo $SUITE | sed 's/\//-/g')" >> $GITHUB_OUTPUT
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: ${{ always() && inputs.old-arch != true }}
|
||||
if: always()
|
||||
with:
|
||||
name: e2e-${{ steps.set-suite-name.outputs.suite }}-${{github.run_number}}
|
||||
path: videos
|
||||
|
||||
Reference in New Issue
Block a user