-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1022 from CircleCI-Public/develop
Release
- Loading branch information
Showing
21 changed files
with
519 additions
and
800 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,14 @@ orbs: | |
executors: | ||
go: | ||
docker: | ||
- image: cimg/go:1.20 | ||
- image: cimg/go:1.21.5 | ||
resource_class: large | ||
environment: | ||
CGO_ENABLED: 0 | ||
mac: | ||
macos: | ||
xcode: 12.5.1 | ||
xcode: 15.1.0 | ||
resource_class: macos.m1.medium.gen1 | ||
environment: | ||
CGO_ENABLED: 0 | ||
HOMEBREW_NO_AUTO_UPDATE: 1 | ||
|
@@ -92,7 +93,6 @@ jobs: | |
command: | | ||
export GOBIN=/c/go/bin | ||
export PATH=$GOBIN:$PATH | ||
export TESTING="true" | ||
go install gotest.tools/gotestsum@latest | ||
gotestsum --junitfile test_results/windows.xml | ||
- store_test_results: | ||
|
@@ -104,9 +104,9 @@ jobs: | |
steps: | ||
- checkout | ||
- run: | | ||
brew update | ||
brew install [email protected] | ||
echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.bash_profile | ||
curl -OL https://go.dev/dl/go1.21.5.darwin-arm64.pkg | ||
sudo installer -pkg ./go1.21.5.darwin-arm64.pkg -target / | ||
echo 'export PATH="/usr/local/go/bin:$PATH"' >> ~/.bash_profile | ||
- gomod | ||
- run: make test | ||
build: | ||
|
@@ -135,8 +135,6 @@ jobs: | |
- run: | ||
command: bundle exec cucumber | ||
working_directory: integration_tests | ||
environment: | ||
TESTING: "true" | ||
- run: | ||
name: "Make sure simple command do not cause any timeout" | ||
command: circleci version | ||
|
@@ -312,38 +310,38 @@ jobs: | |
- run: | ||
name: Setup Scanning | ||
command: | | ||
git config --global url."https://$GITHUB_USER:[email protected]/circleci/".insteadOf "https://github.com/circleci/" | ||
git config --global url."https://$GITHUB_USER:[email protected]/circleci/".insteadOf "https://github.com/circleci/" | ||
- when: | ||
condition: | ||
or: | ||
- equal: [ main, << pipeline.git.branch >> ] | ||
or: | ||
- equal: [main, << pipeline.git.branch >>] | ||
steps: | ||
- run: | ||
name: Launching Snyk Orb Scanning | ||
command: echo "Running snyk/scan on main; uploading the results" | ||
- run: | ||
name: Cleanup RemoteRepoURL | ||
command: echo 'export REMOTE_REPO_URL="${CIRCLE_REPOSITORY_URL%".git"}"' >> "$BASH_ENV" | ||
- snyk/scan: | ||
organization: "circleci-public" | ||
fail-on-issues: true | ||
severity-threshold: high | ||
monitor-on-build: true | ||
additional-arguments: "--all-projects --remote-repo-url=${REMOTE_REPO_URL} -d" | ||
- run: | ||
name: Launching Snyk Orb Scanning | ||
command: echo "Running snyk/scan on main; uploading the results" | ||
- run: | ||
name: Cleanup RemoteRepoURL | ||
command: echo 'export REMOTE_REPO_URL="${CIRCLE_REPOSITORY_URL%".git"}"' >> "$BASH_ENV" | ||
- snyk/scan: | ||
organization: "circleci-public" | ||
fail-on-issues: true | ||
severity-threshold: high | ||
monitor-on-build: true | ||
additional-arguments: "--all-projects --remote-repo-url=${REMOTE_REPO_URL} -d" | ||
- unless: | ||
condition: | ||
or: | ||
- equal: [ main, << pipeline.git.branch >> ] | ||
or: | ||
- equal: [main, << pipeline.git.branch >>] | ||
steps: | ||
- run: | ||
name: Launching Snyk Orb Scanning | ||
command: echo "Running snyk/scan on branch; not uploading the results" | ||
- snyk/scan: | ||
organization: "circleci-public" | ||
fail-on-issues: true | ||
severity-threshold: high | ||
monitor-on-build: false | ||
additional-arguments: "--all-projects -d" | ||
- run: | ||
name: Launching Snyk Orb Scanning | ||
command: echo "Running snyk/scan on branch; not uploading the results" | ||
- snyk/scan: | ||
organization: "circleci-public" | ||
fail-on-issues: true | ||
severity-threshold: high | ||
monitor-on-build: false | ||
additional-arguments: "--all-projects -d" | ||
|
||
workflows: | ||
ci: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
is_enabled: false | ||
has_answered_prompt: true | ||
unique_id: 56958553-1d1e-45e2-821e-ddcb6372f656 | ||
user_id: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
last_update_check: 2023-12-11T13:24:04.24843+01:00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.