diff --git a/.evergreen/config.yml b/.evergreen/config.yml index f180b17b42..512a8c637e 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -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" @@ -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: @@ -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: diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 206158be64..7ebebfb481 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -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