Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Use preinstalled dependencies for ubuntu #3169

Draft
wants to merge 79 commits into
base: main
Choose a base branch
from

Conversation

pazone
Copy link
Contributor

@pazone pazone commented Oct 26, 2022

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]

@mergify
Copy link
Contributor

mergify bot commented Oct 26, 2022

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 mergify bot added the backport-skip Skip notification from the automated backport with mergify label Oct 26, 2022
@elasticmachine
Copy link
Contributor

elasticmachine commented Oct 26, 2022

💔 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()

❕ Flaky test report

No test was executed to be analysed.

🤖 GitHub comments

Expand to view the GitHub comments

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

  • /test : Re-trigger the build.

@mergify
Copy link
Contributor

mergify bot commented Dec 30, 2022

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
Copy link
Contributor

mergify bot commented Aug 7, 2023

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

3 similar comments
Copy link
Contributor

mergify bot commented Nov 1, 2023

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

Copy link
Contributor

mergify bot commented Dec 14, 2023

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

Copy link
Contributor

mergify bot commented Feb 20, 2024

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport-skip Skip notification from the automated backport with mergify Testing ubuntu22
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants