@@ -336,6 +336,7 @@ jobs:
336336 module_source : ${{ vars.DEV_MODULE_SOURCE}}
337337 module_name : ${{ vars.MODULE_NAME }}
338338 module_tag : " $MODULES_MODULE_TAG"
339+
339340 pull_request_info :
340341 name : Get PR info
341342 runs-on : ubuntu-latest
@@ -354,6 +355,7 @@ jobs:
354355 issue_number: prNumber
355356 });
356357 core.setOutput('labels', JSON.stringify(labels));
358+
357359 set_e2e_requirement_status :
358360 name : Set 'waiting for e2e' commit status
359361 needs :
@@ -373,6 +375,7 @@ jobs:
373375 script : |
374376 const e2eStatus = require('./.github/scripts/js/e2e-commit-status');
375377 await e2eStatus.setInitialStatus({github, context, core});
378+
376379 cve_scan_on_pr :
377380 name : Trivy images check
378381 runs-on : ${{ fromJSON(needs.set_vars.outputs.runner_type)}}
@@ -415,7 +418,7 @@ jobs:
415418 run_e2e :
416419 if : ${{ github.event.label.name == 'e2e/run' }}
417420 name : Run E2E tests
418- runs-on : ${{ fromJSON(needs.set_vars.outputs.runner_type)}}
421+ runs-on : ubuntu-latest
419422 needs :
420423 - dev_setup_build
421424 - set_e2e_requirement_status
@@ -472,15 +475,6 @@ jobs:
472475 GINKGO_VERSION=$(go list -f '{{.Version}}' -m github.com/onsi/ginkgo/v2)
473476 go install "github.com/onsi/ginkgo/v2/ginkgo@${GINKGO_VERSION}"
474477
475- # - name: Install crane
476- # run: |
477- # go install github.com/google/go-containerregistry/cmd/crane@latest
478-
479- # - uses: azure/k8s-set-context@v4
480- # with:
481- # method: kubeconfig
482- # kubeconfig: ${{ steps.select_user.outputs.kubeconfig_data }}
483-
484478 - uses : deckhouse/modules-actions/setup@v2
485479 with :
486480 registry : ${{ vars.DEV_REGISTRY }}
0 commit comments