e2e-testing icon indicating copy to clipboard operation
e2e-testing copied to clipboard

Use preinstalled dependencies for ubuntu

Open pazone opened this issue 3 years ago • 7 comments

What does this PR do?

Creates initial packer configuration for building ubuntu AMIs with preinstalled dependencies. No AMI versioning yet. Allows to skip setup-node step and run tests immediately

Checklist

  • [ ] My code follows the style guidelines of this project
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [ ] I have made corresponding change to the default configuration files
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [ ] I have run the Unit tests (make unit-test), and they are passing locally
  • [ ] I have run the End-2-End tests for the suite I'm working on, and they are passing locally
  • [ ] I have noticed new Go dependencies (run make notice in the proper directory)

Author's Checklist

How to test this PR locally

Related issues

  • Relates #[3168]

pazone avatar Oct 26 '22 16:10 pazone

This pull request does not have a backport label. Could you fix it @pazone? 🙏 To fixup this pull request, you need to add the backport labels for the needed branches, such as:

  • backport-v./d./d./d is the label to automatically backport to the 7./d branch. /d is the digit NOTE: backport-skip has been added to this pull request.

mergify[bot] avatar Oct 26 '22 16:10 mergify[bot]

:broken_heart: Build Failed

the below badges are clickable and redirect to their specific view in the CI or DOCS Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2023-01-24T16:20:41.438+0000

  • Duration: 9 min 30 sec

Steps errors 4

Expand to view the steps failures

Setup Stack node
  • Took 4 min 52 sec . View more details here
  • Description: make -C .ci create-stack
Setup Stack node
  • Took 0 min 29 sec . View more details here
  • Description: make -C .ci create-stack
Setup Stack node
  • Took 0 min 27 sec . View more details here
  • Description: make -C .ci create-stack
Error signal
  • Took 0 min 0 sec . View more details here
  • Description: amiSuffix parameter must be specified in deregisterAMIs()

:grey_exclamation: Flaky test report

No test was executed to be analysed.

:robot: GitHub comments

Expand to view the GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

elasticmachine avatar Oct 26 '22 16:10 elasticmachine

This pull request is now in conflict. Could you fix it @pazone? 🙏 To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b feature/ubuntu-preinstalled-dependencies upstream/feature/ubuntu-preinstalled-dependencies
git merge upstream/main
git push upstream feature/ubuntu-preinstalled-dependencies

mergify[bot] avatar Dec 30 '22 09:12 mergify[bot]

This pull request is now in conflict. Could you fix it @pazone? 🙏 To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b feature/ubuntu-preinstalled-dependencies upstream/feature/ubuntu-preinstalled-dependencies
git merge upstream/main
git push upstream feature/ubuntu-preinstalled-dependencies

mergify[bot] avatar Aug 07 '23 14:08 mergify[bot]

This pull request is now in conflict. Could you fix it @pazone? 🙏 To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b feature/ubuntu-preinstalled-dependencies upstream/feature/ubuntu-preinstalled-dependencies
git merge upstream/main
git push upstream feature/ubuntu-preinstalled-dependencies

mergify[bot] avatar Nov 01 '23 08:11 mergify[bot]

This pull request is now in conflict. Could you fix it @pazone? 🙏 To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b feature/ubuntu-preinstalled-dependencies upstream/feature/ubuntu-preinstalled-dependencies
git merge upstream/main
git push upstream feature/ubuntu-preinstalled-dependencies

mergify[bot] avatar Dec 14 '23 11:12 mergify[bot]

This pull request is now in conflict. Could you fix it @pazone? 🙏 To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b feature/ubuntu-preinstalled-dependencies upstream/feature/ubuntu-preinstalled-dependencies
git merge upstream/main
git push upstream feature/ubuntu-preinstalled-dependencies

mergify[bot] avatar Feb 20 '24 11:02 mergify[bot]