Skip to content

Commit

Permalink
GODRIVER-2978 Fix branch synching workflow (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Sep 26, 2023
1 parent 5b70cf9 commit 420fea3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2333,7 +2333,7 @@ axes:
VENV_BIN_DIR: "Scripts"
- id: "rhel87-64-go-1-20"
display_name: "RHEL 8.7"
run_on: rhel8.7-large
run_on: rhel8.7-large
variables:
GO_DIST: "/opt/golang/go1.20"
- id: "macos11-go-1-20"
Expand Down Expand Up @@ -2704,12 +2704,12 @@ buildvariants:
GO_DIST: "/opt/golang/go1.20"
tasks:
- name: ".compile-check"

- name: atlas-test
tags: ["pullrequest"]
display_name: "Atlas test"
run_on:
- rhel8.7-large
- rhel8.7-large
expansions:
GO_DIST: "/opt/golang/go1.20"
tasks:
Expand All @@ -2719,7 +2719,7 @@ buildvariants:
tags: ["pullrequest"]
display_name: "Atlas Data Lake Test"
run_on:
- rhel8.7-large
- rhel8.7-large
expansions:
GO_DIST: "/opt/golang/go1.20"
tasks:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Create a sync PR
run: |
git config --global github.user $GITHUB_ACTOR
git config user.email $GITHUB_ACTOR@users.noreply.github.com
git config user.name $GITHUB_ACTOR
git config --global user.email $GITHUB_ACTOR@users.noreply.github.com
git config --global user.name $GITHUB_ACTOR
export AUTH_TOKEN=${{secrets.GITHUB_TOKEN}}
sha=$(git rev-parse HEAD)
bash ./etc/cherry-picker.sh $sha

0 comments on commit 420fea3

Please sign in to comment.