Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate to gcp #23690

Merged
merged 39 commits into from
Jul 3, 2023
Merged

migrate to gcp #23690

merged 39 commits into from
Jul 3, 2023

Conversation

esharf
Copy link
Contributor

@esharf esharf commented Jan 10, 2023

Status

  • In Progress
  • Ready

Related Issues

fixes: https://jira-hq.paloaltonetworks.local/browse/CIAC-704
related: demisto/demisto-sdk#2171

Description

Move build servers to GCP.

@guardrails
Copy link

guardrails bot commented Jan 10, 2023

All previously detected findings have been fixed. Good job! 👍🎉

We will keep this comment up-to-date as you go along and notify you of any security issues that we identify.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

time_to_live = sys.argv[4]
with open(env_file, 'r') as json_file:
options = options_handler()
time_to_live = os.getenv('TIME_TO_LIVE')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not pass it as part of the options?

@esharf esharf force-pushed the eli/migrate_to_gcp branch 3 times, most recently from 0bbd31d to d67516c Compare January 15, 2023 18:27
@esharf esharf force-pushed the eli/migrate_to_gcp branch 4 times, most recently from fffc19e to 93027cb Compare February 5, 2023 08:54
@esharf esharf marked this pull request as ready for review February 5, 2023 12:27
@esharf esharf force-pushed the eli/migrate_to_gcp branch 2 times, most recently from 6012fed to 98f3c5b Compare February 6, 2023 18:20
@xsoar-bot
Copy link
Contributor

@yucohen yucohen requested a review from DeanArbel June 5, 2023 10:54
Comment on lines 10 to 11


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, added just for testing

Comment on lines +357 to +359
if server_numeric_version == 'master':
logging.info('Server version: Master')
return default_version
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't we have a discussion about changing this to use a dedicated field for the server version?

pyproject.toml Outdated
@@ -10,9 +10,10 @@ python = "^3.8,<3.11"
defusedxml = "^0.7.1"

[tool.poetry.group.dev.dependencies]
demisto_sdk = "1.15.5"
demisto-sdk = {git = "https://github.com/demisto/demisto-sdk.git", branch = "eli/migrate_to_gcp"}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make sure to update this before release

Copy link
Contributor

@DeanArbel DeanArbel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very good job

@DeanArbel DeanArbel merged commit 25f2811 into master Jul 3, 2023
11 of 12 checks passed
@DeanArbel DeanArbel deleted the eli/migrate_to_gcp branch July 3, 2023 13:15
xsoar-bot pushed a commit to xsoar-contrib/content that referenced this pull request Jul 26, 2023
* added

* trigger

* Update .devcontainer.json name

* TEMP

* fixup! TEMP

* temp

* lock

* fix

* lock

* lovk

* lockkk

* lint fixes

* test

* test

* added 6.11 and removed 6.6

* removed lastline and added prisma so we see a running tpb

* typo and poetry lock

* fixed machine versions

* test

* test added rn

* lock and conflicts

* fix test

* lock

* fix test

* update lock

* test

* test

* removed changes made for testing

* lock for release

* test

---------

Co-authored-by: esharf <esharf@users.noreply.github.com>
Co-authored-by: yucohen <yucohen@paloaltonetworks.com>
israelpoli pushed a commit that referenced this pull request May 15, 2024
* added

* trigger

* Update .devcontainer.json name

* TEMP

* fixup! TEMP

* temp

* lock

* fix

* lock

* lovk

* lockkk

* lint fixes

* test

* test

* added 6.11 and removed 6.6

* removed lastline and added prisma so we see a running tpb

* typo and poetry lock

* fixed machine versions

* test

* test added rn

* lock and conflicts

* fix test

* lock

* fix test

* update lock

* test

* test

* removed changes made for testing

* lock for release

* test

---------

Co-authored-by: esharf <esharf@users.noreply.github.com>
Co-authored-by: yucohen <yucohen@paloaltonetworks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants