Skip to content

Commit 1c0b7be

Browse files
committed
Fix Harness CI rate limit issues for unstable inputset
1 parent 6bce153 commit 1c0b7be

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.harness/orgs/PROD/projects/Harness_Split/pipelines/deploy_qos_v3/input_sets/split_synchronizer_unstable.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,14 @@ inputSet:
2121
command: |-
2222
VERSION="$(git rev-parse --short HEAD)"
2323
24+
# Logging to DockeHub
25+
echo "$DOCKERHUB_TOKEN" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
26+
2427
# Install the necessary QEMU binaries for multi-platform builds
2528
docker run --privileged --rm tonistiigi/binfmt --install all
29+
envVariables:
30+
DOCKERHUB_USERNAME: infrasplit
31+
DOCKERHUB_TOKEN: <+secrets.getValue("dockerhub-infrasplit-token")>
2632
when:
2733
condition: "true"
2834
- step:
@@ -60,8 +66,14 @@ inputSet:
6066
command: |-
6167
VERSION="$(git rev-parse --short HEAD)"
6268
69+
# Logging to DockeHub
70+
echo "$DOCKERHUB_TOKEN" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
71+
6372
# Install the necessary QEMU binaries for multi-platform builds
6473
docker run --privileged --rm tonistiigi/binfmt --install all
74+
envVariables:
75+
DOCKERHUB_USERNAME: infrasplit
76+
DOCKERHUB_TOKEN: <+secrets.getValue("dockerhub-infrasplit-token")>
6577
when:
6678
condition: "true"
6779
- step:

0 commit comments

Comments
 (0)