This commit is contained in:
Amaury Chamayou 2024-07-17 15:05:35 +01:00 коммит произвёл GitHub
Родитель 59f20c4760
Коммит 1721658f12
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 4 добавлений и 7 удалений

Просмотреть файл

@ -11,7 +11,7 @@ jobs:
variables: variables:
Codeql.SkipTaskAutoInjection: true Codeql.SkipTaskAutoInjection: true
skipComponentGovernanceDetection: true skipComponentGovernanceDetection: true
container: ccfmsrc.azurecr.io/ccf/ci:2024-06-26-virtual-clang15 container: ghcr.io/microsoft/ccf/ci/default:latest
pool: pool:
vmImage: ubuntu-20.04 vmImage: ubuntu-20.04

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "CCF Development Environment", "name": "CCF Development Environment",
"image": "ccfmsrc.azurecr.io/ccf/ci:2024-06-26-virtual-clang15", "image": "ghcr.io/microsoft/ccf/ci/default:latest",
"runArgs": [], "runArgs": [],
"extensions": [ "extensions": [
"eamodio.gitlens", "eamodio.gitlens",

2
.github/workflows/bencher.yml поставляемый
Просмотреть файл

@ -11,7 +11,7 @@ jobs:
name: Continuous Benchmarking with Bencher name: Continuous Benchmarking with Bencher
runs-on: [self-hosted, 1ES.Pool=gha-virtual-ccf-sub] runs-on: [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
container: container:
image: ccfmsrc.azurecr.io/ccf/ci:2024-06-26-virtual-clang15 image: ghcr.io/microsoft/ccf/ci/default:build-26-06-2024
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:

Просмотреть файл

@ -130,10 +130,7 @@ def make_dev_container(id, name, image, command, ports, with_volume):
def parse_aci_args(parser: ArgumentParser) -> Namespace: def parse_aci_args(parser: ArgumentParser) -> Namespace:
# Generic options # Generic options
parser.add_argument( parser.add_argument(
"--aci-image", "--aci-image", help="The name of the image to deploy in the ACI", type=str
help="The name of the image to deploy in the ACI",
type=str,
default="ccfmsrc.azurecr.io/ccf/ci:2024-06-26-snp",
) )
parser.add_argument( parser.add_argument(
"--aci-type", "--aci-type",