2025.01.23 20:51 SomeCryptographer197 first haul ordering from acbuy🥹📍🥹🥹
submitted by SomeCryptographer197 to AllChinabuy [link] [comments] |
2025.01.23 20:51 btcxio Trump Signs Historic Crypto Executive Order Bolstering US Digital Finance Leadership
submitted by btcxio to btc [link] [comments]
2025.01.23 20:51 phoronix_bot x86 32-bit Operating Systems Aren't Dead Yet: New Linux Patches Improve 32-bit PAE
submitted by phoronix_bot to phoronix_com [link] [comments] |
2025.01.23 20:51 Vell89 Eugenie Bouchard
submitted by Vell89 to CelebrityFeetSheKnows [link] [comments] |
2025.01.23 20:51 RoninPark Share artifacts between two jobs that runs at different times
So the entire context is something like this,
I've two jobs let's say JobA and JobB, now JobA performs some kind of scanning part and then uploads the SAST scan report to AWS S3 bucket, once the scan and upload part is completed, it saves the file path of file uploaded to the S3 in an environment variable, and later push this file path as an artifact for JobB.
JobB will execute only when JobA is completed successfully and pushed the artifacts for other jobs, now JobB will pull the artifacts from JobA and check if the file path exists on S3 or not, if yes then perform the cleanup command or else don't. Here, some more context for JobB i.e., JobB is dependent on JobA means, if JobA fails then JobB shouldn't be executed. Additionally, JobB requires an artifact from JobB to perform this check before the cleanup process, and this artifact is kinda necessary for this crucial cleanup operation.
Here's my Gitlab CI Template: ``` stages:
- scan
image:
.send_event:
script: |
function send_event_to_eventbridge() {
event_body='[{"Source":"gitlab.pipeline", "DetailType":"cleanup_process_testing", "Detail":"{\"exec_test\":\"true\", \"gitlab_project\":\"${CI_PROJECT_TITLE}\", \"gitlab_project_branch\":\"${CI_COMMIT_BRANCH}\"}", "EventBusName":"
echo "$event_body" > event_body.json
aws events put-events --entries file://event_body.json --region 'ap-south-1'
}
clone_repository:
stage: scan
variables:
REPO_NAME: "
tags:
- $DEV_RUNNER
script:
- echo $EVENING_EXEC
- printf "executing secret scans"
- git clone --bare https://gitlab-ci-token:[email protected]/fplabs/$REPO_NAME.git
- mkdir ${CI_PROJECT_TITLE}-${CI_COMMIT_BRANCH}_secret_result
- export SCAN_START_TIME="$(date '+%Y-%m-%d:%H:%M:%S')"
- ghidorah scan --datastore ${CI_PROJECT_TITLE}-${CI_COMMIT_BRANCH}_secret_result/datastore --blob-metadata all --color auto --progress auto $REPO_NAME.git
- zip -r ${CI_PROJECT_TITLE}-${CI_COMMIT_BRANCH}_secret_result/datastore.zip ${CI_PROJECT_TITLE}-${CI_COMMIT_BRANCH}_secret_result/datastore
- ghidorah report --datastore ${CI_PROJECT_TITLE}-${CI_COMMIT_BRANCH}_secret_result/datastore --format jsonl --output ${CI_PROJECT_TITLE}-${CI_COMMIT_BRANCH}_secret_result/${CI_PROJECT_TITLE}-${CI_COMMIT_BRANCH}-${SCAN_START_TIME}_report.jsonl
- mv ${CI_PROJECT_TITLE}-${CI_COMMIT_BRANCH}_secret_result/datastore /tmp
- aws s3 cp ./${CI_PROJECT_TITLE}-${CI_COMMIT_BRANCH}_secret_result s3://sast-scans-bucket/ghidorah-scans/${REPO_NAME}/${CI_PROJECT_TITLE}-${CI_COMMIT_BRANCH}/${SCAN_START_TIME} --recursive --region ap-south-1 --acl bucket-owner-full-control
- echo "ghidorah-scans/${REPO_NAME}/${CI_PROJECT_TITLE}-${CI_COMMIT_BRANCH}/${SCAN_START_TIME}/${CI_PROJECT_TITLE}-${CI_COMMIT_BRANCH}-${SCAN_START_TIME}_report.jsonl" > file_path # required to use this in another job
artifacts:
when: on_success
expire_in: 20 hours
paths:
- "${CI_PROJECT_TITLE}-${CI_COMMIT_BRANCH}_secret_result/${CI_PROJECT_TITLE}-${CI_COMMIT_BRANCH}-*_report.jsonl"
- "file_path"
#when: manual
#allow_failure: false
rules:
- if: $EVENING_EXEC == "false"
when: always
perform_tests:
stage: scan
needs: ["clone_repository"]
#dependencies: ["clone_repository"]
tags:
- $DEV_RUNNER
before_script:
- !reference [.send_event, script]
script:
- echo $EVENING_EXEC
- echo "$CI_JOB_STATUS"
- echo "Performing numerous tests on the previous job"
- echo "Check if the previous job has successfully uploaded the file to AWS S3"
- aws s3api head-object --bucket sast-scans-bucket --key `cat file_path` || FILE_NOT_EXISTS=true
- |
if [[ $FILE_NOT_EXISTS = false ]]; then
echo "File doesn't exist in the bucket"
exit 1
else
echo -e "File Exists in the bucket\nSending an event to EventBridge"
send_event_to_eventbridge
fi
rules:
- if: $EVENING_EXEC == "true"
when: always
#rules:
#- if: $CI_COMMIT_BRANCH == "test_pipeline_branch"
# when: delayed
# start_in: 5 minutes
#rules:
# - if: $CI_PIPELINE_SOURCE == "schedule"
# - if: $EVE_TEST_SCAN == "true" ```
Now the issue I am facing with the above gitlab CI example template is that, I've created two scheduled pipelines for the same branch where this gitlab CI template resides, now both the scheduled jobs have 8 hours of gap between them, Conditions that I am using above is working fine for the JobA i.e., when the first pipeline runs it only executes the JobA not the JobB, but when the second pipeline runs it executes JobB not JobA but also the JobB is not able to fetch the artifacts from JobA.
Previously I've tried using `rules:delayed` with `start_in` time and it somehow puts the JobB in pending state but later fetches the artifact successfully, however in my use case, the runner is somehow set to execute any jobs either in sleep state or pending state once it exceeds the timeout policy of 1 hour which is not the sufficient time for JobB, JobB requires at least a gap of 12-14 hours before starting the cleanup process.
submitted by RoninPark to gitlab [link] [comments]
2025.01.23 20:51 mindrepeat Păreri școala de șoferi Andrei Plesa ?
Buna, ma puteți ajuta cu câteva păreri despre școala de șoferi Andrei Plesa in Cluj ?
O am pe lista pe aceasta, Toni Auto și Rodna.
Aștept feedback, mulțumesc.
submitted by mindrepeat to ClujNapoca [link] [comments]
2025.01.23 20:51 Series7Guru Protective Put and Covered Call Working Examples - Series 7 Exam Prep
submitted by Series7Guru to Series7 [link] [comments] |
2025.01.23 20:51 BowserBuddy123 Jimmy Butler’s trade wish list is simply to leave Miami, as long as he’s not traded to Memphis, per @MarcJSpears
submitted by BowserBuddy123 to memphisgrizzlies [link] [comments] |
2025.01.23 20:51 Riot_mkr Gusion Rebake Full city
Next up is to fix his loose waste and re-pose with 4 cannons. submitted by Riot_mkr to Gunpla [link] [comments] |
2025.01.23 20:51 Poordoggie689 Finally finished my Warsong Revenant
Lovely girlfriend gifted me this for Christmas! submitted by Poordoggie689 to ageofsigmar [link] [comments] |
2025.01.23 20:51 3156468431354564 Jota 🥳
submitted by 3156468431354564 to ScottishFootball [link] [comments] |
2025.01.23 20:51 Ecstatic_Climate_930 $HEGE will be biggest on Solana!
$HEGE is a unique project that has every box checked off and more for a meme coin💯 They recently released a plan of phase 2-3 explaining how marketing budget of 400k is going to be used to push everything up, likewise as CEX’s listings, futures listings, new market making team which will all push $HEGE up to heaven🙂↕️ It’s even a stronger project as they have hold they price trough all the dumps and bumps, which I believe gives us a bigger boost when we first push trough. There first plan for phase 1 worked really good and brought 43 million to $HEGE market cap and 10 000+ new holders. Now the plan for phase 2-3 is 3X BIGGER and when it all sets in motion at the same time will make $HEGE explode up to the universe! $HEGE is also the number 1 coin in terms of percentage of diamond handed whales, this makes $HEGE even more relevant for an extreme pump when all the retailers and newbies also will invest in $HEGE when they see big faith in the project from the whales🫡 $HEGE has the strongest community of any meme coin, we are 8k members in TG group and everyone brings a lot of work into this project every day. One of $HEGE community members and holder even made a game for $HEGE out of his own pocket money which means we are more then just a community, we are a brand which is evolving even bigger now with phase 2-3! $HEGE community also has VC almost every week now, so join the TG and GET INVOLVED🔥 More and more money flowing into Solana ecosystem making it the best place for $HEGE, Trump also launched his meme coin on Solana making the liquidity pool bigger and Makes more project easier accessible for retailers and newbies as Solana is usually where they start to trade/invest👀🤩 SO DONT MISS OUT ON THIS OPPORTUNITY, Join the $HEGE fund!
RedditCompetition400k View Poll
submitted by Ecstatic_Climate_930 to TokenWallStreet [link] [comments]
2025.01.23 20:51 Focuscoene Question for GMs who have run Season of Ghosts, Chapter 3
Wow! I run adventure paths because I don't have time to do all the work myself, but man oh man does Chapter 3 feel like it's asking a lot from the GM! This isn't a complaint, really, just wasn't expecting it to suddenly be "and here's a bunch of stuff do what you want with it" when Chapter 1 and 2 felt so structured and defined.
Any advice for running Chapter 3? I can't possibly include all of this stuff. I just don't have time to prep it all. What did you trim? What did you homebrew/handwave/deem vital?
Thanks ahead of time!
submitted by Focuscoene to Pathfinder2e [link] [comments]
2025.01.23 20:51 Wise_Curve_2203 Reman steering rack?
Does anyone know of a reman steering rack for the 2019 Sport. Seems like it has a special one and the one on RockAuto doesn't say it's compatible with the car on other sites
submitted by Wise_Curve_2203 to fordfusion [link] [comments]
2025.01.23 20:51 Stovy4x4ing weird wall glitch.
on the tin man boss fight. Can I beat him like this or will it just get stuck here? I'll take if so lol. submitted by Stovy4x4ing to robocoproguecity [link] [comments] |
2025.01.23 20:51 CovenTreasurer Buying Caldonterrus for 30k 🍄
I'm looking for a Caldonterrus species and I'll pay 30k mushrooms for it! submitted by CovenTreasurer to CreaturesofSonaria [link] [comments] |
2025.01.23 20:51 gae1978 Please help me
https://go.matchmasters.io/l/send/5f4ea83f99015939fdde57d9?aid=85&sn=18 Help me please
submitted by gae1978 to MatchMasters [link] [comments]
2025.01.23 20:51 swump Do you see images in your eyes' phosphenes when you meditate?
Phosphenes are the swirling lights and colors you see when you close your eyes. Sometimes when I meditate and get to a pretty focused place, I can see images of eyes in them. Nothing scary, just actual images of eyes - lids, brows, and all. Only one at a time. They last only a second and morph into different versions. Sometimes I see the eyes of people I know, sometimes completely random or fabricated eyes. The weird thing is that they are so clear, like a black and white photograph. It's not like a remembered dream where the thought of seeing something is stronger than the image of what you saw. In this case the image itself is so strong and realistic-looking.
They aren't cartoonish or embellished. Sometimes they're looking directly back at me. Sometimes they're looking away. They can be of different ethnicities, conveying different emotions. Everything. To be clear, it's not like seeing or feeling them as a presence staring back at me - its only an image.
This has only ever happened to me when I meditate, and even then it's somewhat rare. Maybe it's just a thing brains do? I've heard one effect psychadelics see eyes in things they look at. Maybe my brain is just getting quiet enough that this feature turns on? lol.
Does this happen to anyone else?
submitted by swump to Meditation [link] [comments]
2025.01.23 20:51 unknownshopper Huntington Beach declares itself a ‘non-sanctuary city’
submitted by unknownshopper to politics [link] [comments]
2025.01.23 20:51 Bumblebee_0424 Job interview red flags or am I overthinking?
I just had an interview where the interviewer kept saying “I just want to be completely transparent here.” Then they said “ok, I need to be transparent, I am looking for someone who will work here for at least a year.” They said they have long term staff on the unit, but that they also have new grads. This is an inpatient job on telemetry. Does this suggest that the unit has high turnover? Also what happens if I don’t make it a year before deciding that I need to go elsewhere? Will I be prevented from transferring or being rehireable? The interviewer also told me to ask about potential contract sign-on bonuses, but I forgot to ask my recruiter and I don’t really want to take a contract anyways. I don’t want to feel stuck.
Any advice? I am just worried about what will happen if I don’t stay for a year.
submitted by Bumblebee_0424 to nursing [link] [comments]
2025.01.23 20:51 killboredom Ordering S25 Ultra despite the haters *explained*
Figure this writeup may be worthwhile if it helps anyone else come to similar terms or perhaps bolsters their existing thoughts not to.
Last night I ordered an S25 Ultra. It cost me $550 and they threw in enough credits to snag a pair of Buds Pro 3 for free. (by way of trading in my S23 Ultra).
Samsung gave me a discount on the phone and bought my old phone for a stupid price. Far more than I would get trading in on a Pixel, trading in through my carrier (T-Mobile) or selling on Backmarket or Ebay.
2025.01.23 20:51 Pale-Cardiologist150 Lore wise....how does save the world work...like...am I even a real person in the game killing husks or is it a simulation
Can someone explain the lore or something
submitted by Pale-Cardiologist150 to FortniteSavetheWorld [link] [comments]
2025.01.23 20:51 tootscat Hamleys have the sticker collection in stock!
https://www.hamleys.com/pokemon-trading-card-game-scarlet-and-violet-85-prismatic-evolution-tech-sticker-collection?
Limited to one per order :)
submitted by tootscat to PokemonTCG_UK [link] [comments]
2025.01.23 20:51 DTR100 I finally have both win streak emblems!
Did anyone else think this took way longer this go around? It could be because I didn't want to use Mewtwo again but dang after failing at 4 wins for days I cracked. Then I got a 5 win streak on the first try with Mewtwo. What other decks has anyone else earned this emblem with? submitted by DTR100 to PTCGP [link] [comments] |
2025.01.23 20:51 enfin-_-morte Had a few depressive episodes after quitting SSRIs too fast, is the risk of them coming back high?
I took sertraline for a long period of time for others reasons than depression. The summe autumn of 2023 I decided to not take them anymore and quit way too fast which resulted in a few depressive episodes in 2024. The last one ended a few months ago. Both of my parents have and are medicating for depression, is the risk of the depression coming back high? I know it’s impossible to tell for sure
submitted by enfin-_-morte to SSRIs [link] [comments]